COLOR #C9D6BB

HEX: #C9D6BB
RGB: (201,214,187)

Color info

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

RGB color model

#C9D6BB color RGB value is (201,214,187).

  • red value is 201;
  • green value is 214;
  • blue value is 187.
RGB:
(201,214,187)
(79%,84%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 214 of 255 = 84%
B 187 of 255 = 73%

201
214
187

R + G + B ~ 79%. #C9D6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 214 + 187 = 602 (100%)
R 201 of 602 ~ 33.39%
G 214 of 602 ~ 35.55%
B 187 of 602 ~ 31.06%

%33.39
%35.55
%31.06

CMYK color model

#C9D6BB color CMYK value is (6,0,13,16).

  • cyan value is 6.07%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 16.08%
CMYK:
(6,0,13,16)
C6M0Y13K16 
(6%,0%,13%,16%)
(0.06/0.00/0.13/0.16)	

CMYK percentages

%6.07
%0
%12.62
%16.08

Codes

Color #C9D6BB in popluar color models

C9D6BB
RGB201214187
HSL89°24.77%78.63%
HSB/HSV89°12.62%83.92%
CMYK6.07%0.00%12.62%
16.08%

Color #C9D6BB in popluar number systems.

HEXC9D6BB
Decimal201214187
Binary110010011101011010111011
Octal311326273

Shades and tints

Shades of #C9D6BB

#C9D6BB
(201,214,187)
#B7C3AA
(183,195,170)
#A5B099
(165,176,153)
#939D88
(147,157,136)
#818A77
(129,138,119)
#6F7766
(111,119,102)
#5D6455
(93,100,85)
#4B5144
(75,81,68)
#393E33
(57,62,51)
#272B22
(39,43,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #C9D6BB

#C9D6BB
(201,214,187)
#CDD9C1
(205,217,193)
#D1DCC7
(209,220,199)
#D5DFCD
(213,223,205)
#D9E2D3
(217,226,211)
#DDE5D9
(221,229,217)
#E1E8DF
(225,232,223)
#E5EBE5
(229,235,229)
#E9EEEB
(233,238,235)
#EDF1F1
(237,241,241)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D6BB color. Also use rgb(201,214,187) instead hex code.

Text Font Color

.myTextColor { color: #C9D6BB; }

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

This text font color is #C9D6BB.


Background Color

.myBgColor { background-color: #C9D6BB; }

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

This div background color is #C9D6BB.


Border color

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

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

This div border color is #C9D6BB.


Opacity

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

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

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

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

This text has shadow with #C9D6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D6BB on black background.


Color preview on white background

This text has color #C9D6BB on white background.



Black color preview on #C9D6BB background

This text has black color on #C9D6BB background.


White color preview on #C9D6BB background

This text has white color on #C9D6BB background.