COLOR #C9DACE

HEX: #C9DACE RGB: (201,218,206)

Color info

#C9DACE contains red, green and blue colors in about the same proportion. Web safe color of #C9DACE is #CCCCCC (or #CCC).

RGB color model

#C9DACE color RGB value is (201,218,206).

RGB: (201,218,206) (79%, 85%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 206 of 255 = 81%

201
218
206

R + G + B ~ 82%. #C9DACE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 218 + 206 = 625 (100%)
R 201 of 625 ~ 32.16%
G 218 of 625 ~ 34.88%
B 206 of 625 ~ 32.96'%

%32.16
%34.88
%32.96

CMYK color model

#C9DACE color CMYK value is (8,0,6,15).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 14.51%

CMYK: (8,0,6,15)
C8M0Y6K15 (8%, 0%, 6%, 15%)
(0.08 / 0.00 / 0.06 / 0.15)

CMYK percentages

%7.8
%0
%5.5
%14.51

Codes

Color #C9DACE in popluar color models

C9 DA CE
RGB 201 218 206
HSL 138° 18.68% 82.16%
HSB/HSV 138° 7.80% 85.49%
CMYK 7.80% 0.00% 5.50%
14.51%

Color #C9DACE in popluar number systems.

HEX C9 DA CE
Decimal 201 218 206
Binary 11001001 11011010 11001110
Octal 311 332 316

Shades and tints

Shades of #C9DACE

#C9DACE
(201,218,206)
#B7C7BC
(183,199,188)
#A5B4AA
(165,180,170)
#93A198
(147,161,152)
#818E86
(129,142,134)
#6F7B74
(111,123,116)
#5D6862
(93,104,98)
#4B5550
(75,85,80)
#39423E
(57,66,62)
#272F2C
(39,47,44)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #C9DACE

#C9DACE
(201,218,206)
#CDDDD2
(205,221,210)
#D1E0D6
(209,224,214)
#D5E3DA
(213,227,218)
#D9E6DE
(217,230,222)
#DDE9E2
(221,233,226)
#E1ECE6
(225,236,230)
#E5EFEA
(229,239,234)
#E9F2EE
(233,242,238)
#EDF5F2
(237,245,242)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DACE color. Also use rgb(201,218,206) instead hex code.

Text Font Color

.myTextColor { color: #C9DACE; }

<p style="color:#C9DACE">This sample text font color is #C9DACE.</p>

This text font color is #C9DACE.

Background Color

.myBgColor { background-color: #C9DACE; }

<div style="background-color:#C9DACE">Inner text</div>

This div background color is #C9DACE.

Border color

.myBorderColor { border: 1px solid #C9DACE; }

<div style="border:3px solid #C9DACE">Div</div>

This div border color is #C9DACE.

Opacity

.myOpacity80 { color: #C9DACE; opacity: 0.8; }

<p style="color:#C9DACE;opacity:0.8;">80%</p>

Text with #C9DACE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9DACE;}

<p style="text-shadow: 3px 3px 1px #C9DACE">Text here.</p>

This text has shadow with #C9DACE color.


.textShadow {text-shadow: 3px 3px 1px #C9DACE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9DACE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9DACE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9DACE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9DACE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9DACE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9DACE;
-webkit-box-shadow: 1px 1px 3px 2px #C9DACE;
box-shadow: 1px 1px 3px 2px #C9DACE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9DACE; -webkit-box-shadow: 1px 1px 3px 2px #C9DACE; box-shadow:1px 1px 3px 2px #C9DACE;">
Div content here
</div>

This div box has shadow with color #C9DACE.

Preview

Color preview on black background

This text has color #C9DACE on black background.


Color preview on white background

This text has color #C9DACE on white background.


Black color preview on #C9DACE background

This text has black color on #C9DACE background.


White color preview on #C9DACE background

This text has white color on #C9DACE background.


Related colors

Complementary color

Complementary color for #hex is #362531.


I love getcolorcode.com

Triadic colors

1 #CEC9DA and #DACEC9 with #C9DACE are triadic colors.

2 #CEDAC9 and #DAC9CE with #C9DACE are triadic colors.