COLOR #C9D9CC

HEX: #C9D9CC
RGB: (201,217,204)

Color info

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

RGB color model

#C9D9CC color RGB value is (201,217,204).

  • red value is 201;
  • green value is 217;
  • blue value is 204.
RGB:
(201,217,204)
(79%,85%,80%)

RGB channels and saturation

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

201
217
204

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

Portions of RGB colors in percentages

R + G + B =
201 + 217 + 204 = 622 (100%)
R 201 of 622 ~ 32.32%
G 217 of 622 ~ 34.89%
B 204 of 622 ~ 32.8%

%32.32
%34.89
%32.8

CMYK color model

#C9D9CC color CMYK value is (7,0,6,15).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(7,0,6,15)
C7M0Y6K15 
(7%,0%,6%,15%)
(0.07/0.00/0.06/0.15)	

CMYK percentages

%7.37
%0
%5.99
%14.9

Codes

Color #C9D9CC in popluar color models

C9D9CC
RGB201217204
HSL131°17.39%81.96%
HSB/HSV131°7.37%85.10%
CMYK7.37%0.00%5.99%
14.90%

Color #C9D9CC in popluar number systems.

HEXC9D9CC
Decimal201217204
Binary110010011101100111001100
Octal311331314

Shades and tints

Shades of #C9D9CC

#C9D9CC
(201,217,204)
#B7C6BA
(183,198,186)
#A5B3A8
(165,179,168)
#93A096
(147,160,150)
#818D84
(129,141,132)
#6F7A72
(111,122,114)
#5D6760
(93,103,96)
#4B544E
(75,84,78)
#39413C
(57,65,60)
#272E2A
(39,46,42)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #C9D9CC

#C9D9CC
(201,217,204)
#CDDCD0
(205,220,208)
#D1DFD4
(209,223,212)
#D5E2D8
(213,226,216)
#D9E5DC
(217,229,220)
#DDE8E0
(221,232,224)
#E1EBE4
(225,235,228)
#E5EEE8
(229,238,232)
#E9F1EC
(233,241,236)
#EDF4F0
(237,244,240)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D9CC; }

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

This text font color is #C9D9CC.


Background Color

.myBgColor { background-color: #C9D9CC; }

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

This div background color is #C9D9CC.


Border color

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

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

This div border color is #C9D9CC.


Opacity

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

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

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

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

This text has shadow with #C9D9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D9CC on black background.


Color preview on white background

This text has color #C9D9CC on white background.



Black color preview on #C9D9CC background

This text has black color on #C9D9CC background.


White color preview on #C9D9CC background

This text has white color on #C9D9CC background.