COLOR #C9D9CF

HEX: #C9D9CF RGB: (201,217,207)

Color info

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

RGB color model

#C9D9CF color RGB value is (201,217,207).

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

RGB channels and saturation

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

201
217
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 217 + 207 = 625 (100%)
R 201 of 625 ~ 32.16%
G 217 of 625 ~ 34.72%
B 207 of 625 ~ 33.12'%

%32.16
%34.72
%33.12

CMYK color model

#C9D9CF color CMYK value is (7,0,5,15).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 4.61%
  • key color value is 14.90%

CMYK: (7,0,5,15)
C7M0Y5K15 (7%, 0%, 5%, 15%)
(0.07 / 0.00 / 0.05 / 0.15)

CMYK percentages

%7.37
%0
%4.61
%14.9

Codes

Color #C9D9CF in popluar color models

C9 D9 CF
RGB 201 217 207
HSL 143° 17.39% 81.96%
HSB/HSV 143° 7.37% 85.10%
CMYK 7.37% 0.00% 4.61%
14.90%

Color #C9D9CF in popluar number systems.

HEX C9 D9 CF
Decimal 201 217 207
Binary 11001001 11011001 11001111
Octal 311 331 317

Shades and tints

Shades of #C9D9CF

#C9D9CF
(201,217,207)
#B7C6BD
(183,198,189)
#A5B3AB
(165,179,171)
#93A099
(147,160,153)
#818D87
(129,141,135)
#6F7A75
(111,122,117)
#5D6763
(93,103,99)
#4B5451
(75,84,81)
#39413F
(57,65,63)
#272E2D
(39,46,45)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #C9D9CF

#C9D9CF
(201,217,207)
#CDDCD3
(205,220,211)
#D1DFD7
(209,223,215)
#D5E2DB
(213,226,219)
#D9E5DF
(217,229,223)
#DDE8E3
(221,232,227)
#E1EBE7
(225,235,231)
#E5EEEB
(229,238,235)
#E9F1EF
(233,241,239)
#EDF4F3
(237,244,243)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D9CF; }

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

This text font color is #C9D9CF.

Background Color

.myBgColor { background-color: #C9D9CF; }

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

This div background color is #C9D9CF.

Border color

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

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

This div border color is #C9D9CF.

Opacity

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

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

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

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

This text has shadow with #C9D9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D9CF.

Preview

Color preview on black background

This text has color #C9D9CF on black background.


Color preview on white background

This text has color #C9D9CF on white background.


Black color preview on #C9D9CF background

This text has black color on #C9D9CF background.


White color preview on #C9D9CF background

This text has white color on #C9D9CF background.


Related colors

Complementary color

Complementary color for #hex is #362630.


I love getcolorcode.com

Triadic colors

1 #CFC9D9 and #D9CFC9 with #C9D9CF are triadic colors.

2 #CFD9C9 and #D9C9CF with #C9D9CF are triadic colors.