COLOR #C9D2CF

HEX: #C9D2CF
RGB: (201,210,207)

Color info

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

RGB color model

#C9D2CF color RGB value is (201,210,207).

  • red value is 201;
  • green value is 210;
  • blue value is 207.
RGB:
(201,210,207)
(79%,82%,81%)

RGB channels and saturation

R 201 of 255 = 79%
G 210 of 255 = 82%
B 207 of 255 = 81%

201
210
207

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

Portions of RGB colors in percentages

R + G + B =
201 + 210 + 207 = 618 (100%)
R 201 of 618 ~ 32.52%
G 210 of 618 ~ 33.98%
B 207 of 618 ~ 33.5%

%32.52
%33.98
%33.5

CMYK color model

#C9D2CF color CMYK value is (4,0,1,18).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 17.65%
CMYK:
(4,0,1,18)
C4M0Y1K18 
(4%,0%,1%,18%)
(0.04/0.00/0.01/0.18)	

CMYK percentages

%4.29
%0
%1.43
%17.65

Codes

Color #C9D2CF in popluar color models

C9D2CF
RGB201210207
HSL160°9.09%80.59%
HSB/HSV160°4.29%82.35%
CMYK4.29%0.00%1.43%
17.65%

Color #C9D2CF in popluar number systems.

HEXC9D2CF
Decimal201210207
Binary110010011101001011001111
Octal311322317

Shades and tints

Shades of #C9D2CF

#C9D2CF
(201,210,207)
#B7BFBD
(183,191,189)
#A5ACAB
(165,172,171)
#939999
(147,153,153)
#818687
(129,134,135)
#6F7375
(111,115,117)
#5D6063
(93,96,99)
#4B4D51
(75,77,81)
#393A3F
(57,58,63)
#27272D
(39,39,45)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #C9D2CF

#C9D2CF
(201,210,207)
#CDD6D3
(205,214,211)
#D1DAD7
(209,218,215)
#D5DEDB
(213,222,219)
#D9E2DF
(217,226,223)
#DDE6E3
(221,230,227)
#E1EAE7
(225,234,231)
#E5EEEB
(229,238,235)
#E9F2EF
(233,242,239)
#EDF6F3
(237,246,243)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D2CF color. Also use rgb(201,210,207) instead hex code.

Text Font Color

.myTextColor { color: #C9D2CF; }

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

This text font color is #C9D2CF.


Background Color

.myBgColor { background-color: #C9D2CF; }

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

This div background color is #C9D2CF.


Border color

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

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

This div border color is #C9D2CF.


Opacity

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

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

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

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

This text has shadow with #C9D2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D2CF on black background.


Color preview on white background

This text has color #C9D2CF on white background.



Black color preview on #C9D2CF background

This text has black color on #C9D2CF background.


White color preview on #C9D2CF background

This text has white color on #C9D2CF background.