rgb(171, 194, 205)
- In a RGB color space, hex #abc2cd color is composed of 67% red, 76% green, and 80% blue.
- In a CMYK color space, it is consist of 17% cyan, 5% magenta, 0% yellow and 20% black.
- In web design, the web safe color for #abc2cd is #CCCCCC. The complementary color of #abc2cd is #cdb6ab.
#abc2cd Color Conversion
Hex Color #abc2cd RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #abc2cd
-
#abc2cd
#abc2cd
-
#cdb6ab
#cdb6ab
-
#d5e1e6
#d5e1e6
-
#e6dbd5
#e6dbd5
-
#809199
#809199
-
#998880
#998880
-
#9fa8ac
#9fa8ac
-
#aca49f
#aca49f
Two colors (#abc2cd,#cdb6ab) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#abc2cd
#abc2cd
-
#d5e1e6
#d5e1e6
-
#556166
#556166
-
#e9eff2
#e9eff2
-
#809199
#809199
-
#9fa8ac
#9fa8ac
-
#3f484c
#3f484c
-
#aeb3b5
#aeb3b5
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #abc2cd
-
#abc2cd
#abc2cd
-
#9AAFB9
#9AAFB9
-
#899BA4
#899BA4
-
#788890
#788890
-
#67747B
#67747B
-
#566167
#566167
-
#444E52
#444E52
-
#333A3E
#333A3E
-
#222729
#222729
-
#111315
#111315
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#abc2cd
#abc2cd
-
#B3C8D2
#B3C8D2
-
#BCCED7
#BCCED7
-
#C4D4DC
#C4D4DC
-
#CDDAE1
#CDDAE1
-
#D5E1E6
#D5E1E6
-
#DDE7EB
#DDE7EB
-
#E6EDF0
#E6EDF0
-
#EEF3F5
#EEF3F5
-
#F7F9FA
#F7F9FA
-
#FCFDFE
#FCFDFE
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#abc2cd Color Preview on Black Background
#abc2cd Color Preview on White Background
<span style="color:#abc2cd;">Text here</span>
#abc2cd Background Color
#abc2cd Background Color
<p style="background-color:#abc2cd;">Text here</p>
#abc2cd Border Color
<div style="border:1px solid #abc2cd;">Text here</div>
<style>.text {color:#abc2cd;}
.background {background-color:#abc2cd;}
.border {border:1px solid #abc2cd;}</style>