COLOR #C9CCDA

HEX: #C9CCDA RGB: (201,204,218)

Color info

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

RGB color model

#C9CCDA color RGB value is (201,204,218).

RGB: (201,204,218) (79%, 80%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 218 of 255 = 85%

201
204
218

R + G + B ~ 81%. #C9CCDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 204 + 218 = 623 (100%)
R 201 of 623 ~ 32.26%
G 204 of 623 ~ 32.74%
B 218 of 623 ~ 34.99'%

%32.26
%32.74
%34.99

CMYK color model

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

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

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

CMYK percentages

%7.8
%6.42
%0
%14.51

Codes

Color #C9CCDA in popluar color models

C9 CC DA
RGB 201 204 218
HSL 229° 18.68% 82.16%
HSB/HSV 229° 7.80% 85.49%
CMYK 7.80% 6.42% 0.00%
14.51%

Color #C9CCDA in popluar number systems.

HEX C9 CC DA
Decimal 201 204 218
Binary 11001001 11001100 11011010
Octal 311 314 332

Shades and tints

Shades of #C9CCDA

#C9CCDA
(201,204,218)
#B7BAC7
(183,186,199)
#A5A8B4
(165,168,180)
#9396A1
(147,150,161)
#81848E
(129,132,142)
#6F727B
(111,114,123)
#5D6068
(93,96,104)
#4B4E55
(75,78,85)
#393C42
(57,60,66)
#272A2F
(39,42,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #C9CCDA

#C9CCDA
(201,204,218)
#CDD0DD
(205,208,221)
#D1D4E0
(209,212,224)
#D5D8E3
(213,216,227)
#D9DCE6
(217,220,230)
#DDE0E9
(221,224,233)
#E1E4EC
(225,228,236)
#E5E8EF
(229,232,239)
#E9ECF2
(233,236,242)
#EDF0F5
(237,240,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCDA; }

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

This text font color is #C9CCDA.

Background Color

.myBgColor { background-color: #C9CCDA; }

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

This div background color is #C9CCDA.

Border color

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

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

This div border color is #C9CCDA.

Opacity

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

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

Text with #C9CCDA 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 #C9CCDA;}

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

This text has shadow with #C9CCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CCDA.

Preview

Color preview on black background

This text has color #C9CCDA on black background.


Color preview on white background

This text has color #C9CCDA on white background.


Black color preview on #C9CCDA background

This text has black color on #C9CCDA background.


White color preview on #C9CCDA background

This text has white color on #C9CCDA background.


Related colors

Complementary color

Complementary color for #hex is #363325.


I love getcolorcode.com

Triadic colors

1 #DAC9CC and #CCDAC9 with #C9CCDA are triadic colors.

2 #DACCC9 and #CCC9DA with #C9CCDA are triadic colors.