COLOR #C9D8CF

HEX: #C9D8CF RGB: (201,216,207)

Color info

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

RGB color model

#C9D8CF color RGB value is (201,216,207).

RGB: (201,216,207) (79%, 85%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 216 of 255 = 85%
B 207 of 255 = 81%

201
216
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 216 + 207 = 624 (100%)
R 201 of 624 ~ 32.21%
G 216 of 624 ~ 34.62%
B 207 of 624 ~ 33.17'%

%32.21
%34.62
%33.17

CMYK color model

#C9D8CF color CMYK value is (7,0,4,15).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 15.29%

CMYK: (7,0,4,15)
C7M0Y4K15 (7%, 0%, 4%, 15%)
(0.07 / 0.00 / 0.04 / 0.15)

CMYK percentages

%6.94
%0
%4.17
%15.29

Codes

Color #C9D8CF in popluar color models

C9 D8 CF
RGB 201 216 207
HSL 144° 16.13% 81.76%
HSB/HSV 144° 6.94% 84.71%
CMYK 6.94% 0.00% 4.17%
15.29%

Color #C9D8CF in popluar number systems.

HEX C9 D8 CF
Decimal 201 216 207
Binary 11001001 11011000 11001111
Octal 311 330 317

Shades and tints

Shades of #C9D8CF

#C9D8CF
(201,216,207)
#B7C5BD
(183,197,189)
#A5B2AB
(165,178,171)
#939F99
(147,159,153)
#818C87
(129,140,135)
#6F7975
(111,121,117)
#5D6663
(93,102,99)
#4B5351
(75,83,81)
#39403F
(57,64,63)
#272D2D
(39,45,45)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #C9D8CF

#C9D8CF
(201,216,207)
#CDDBD3
(205,219,211)
#D1DED7
(209,222,215)
#D5E1DB
(213,225,219)
#D9E4DF
(217,228,223)
#DDE7E3
(221,231,227)
#E1EAE7
(225,234,231)
#E5EDEB
(229,237,235)
#E9F0EF
(233,240,239)
#EDF3F3
(237,243,243)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D8CF; }

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

This text font color is #C9D8CF.

Background Color

.myBgColor { background-color: #C9D8CF; }

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

This div background color is #C9D8CF.

Border color

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

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

This div border color is #C9D8CF.

Opacity

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

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

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

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

This text has shadow with #C9D8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D8CF.

Preview

Color preview on black background

This text has color #C9D8CF on black background.


Color preview on white background

This text has color #C9D8CF on white background.


Black color preview on #C9D8CF background

This text has black color on #C9D8CF background.


White color preview on #C9D8CF background

This text has white color on #C9D8CF background.


Related colors

Complementary color

Complementary color for #hex is #362730.


I love getcolorcode.com

Triadic colors

1 #CFC9D8 and #D8CFC9 with #C9D8CF are triadic colors.

2 #CFD8C9 and #D8C9CF with #C9D8CF are triadic colors.