COLOR #C9D7DC

HEX: #C9D7DC
RGB: (201,215,220)

Color info

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

RGB color model

#C9D7DC color RGB value is (201,215,220).

  • red value is 201;
  • green value is 215;
  • blue value is 220.
RGB:
(201,215,220)
(79%,84%,86%)

RGB channels and saturation

R 201 of 255 = 79%
G 215 of 255 = 84%
B 220 of 255 = 86%

201
215
220

R + G + B ~ 83%. #C9D7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 215 + 220 = 636 (100%)
R 201 of 636 ~ 31.6%
G 215 of 636 ~ 33.81%
B 220 of 636 ~ 34.59%

%31.6
%33.81
%34.59

CMYK color model

#C9D7DC color CMYK value is (9,2,0,14).

  • cyan value is 8.64%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,2,0,14)
C9M2Y0K14 
(9%,2%,0%,14%)
(0.09/0.02/0.00/0.14)	

CMYK percentages

%8.64
%2.27
%0
%13.73

Codes

Color #C9D7DC in popluar color models

C9D7DC
RGB201215220
HSL196°21.35%82.55%
HSB/HSV196°8.64%86.27%
CMYK8.64%2.27%0.00%
13.73%

Color #C9D7DC in popluar number systems.

HEXC9D7DC
Decimal201215220
Binary110010011101011111011100
Octal311327334

Shades and tints

Shades of #C9D7DC

#C9D7DC
(201,215,220)
#B7C4C8
(183,196,200)
#A5B1B4
(165,177,180)
#939EA0
(147,158,160)
#818B8C
(129,139,140)
#6F7878
(111,120,120)
#5D6564
(93,101,100)
#4B5250
(75,82,80)
#393F3C
(57,63,60)
#272C28
(39,44,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9D7DC

#C9D7DC
(201,215,220)
#CDDADF
(205,218,223)
#D1DDE2
(209,221,226)
#D5E0E5
(213,224,229)
#D9E3E8
(217,227,232)
#DDE6EB
(221,230,235)
#E1E9EE
(225,233,238)
#E5ECF1
(229,236,241)
#E9EFF4
(233,239,244)
#EDF2F7
(237,242,247)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D7DC color. Also use rgb(201,215,220) instead hex code.

Text Font Color

.myTextColor { color: #C9D7DC; }

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

This text font color is #C9D7DC.


Background Color

.myBgColor { background-color: #C9D7DC; }

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

This div background color is #C9D7DC.


Border color

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

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

This div border color is #C9D7DC.


Opacity

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

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

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

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

This text has shadow with #C9D7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D7DC on black background.


Color preview on white background

This text has color #C9D7DC on white background.



Black color preview on #C9D7DC background

This text has black color on #C9D7DC background.


White color preview on #C9D7DC background

This text has white color on #C9D7DC background.