COLOR #C9D6CB

HEX: #C9D6CB
RGB: (201,214,203)

Color info

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

RGB color model

#C9D6CB color RGB value is (201,214,203).

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

RGB channels and saturation

R 201 of 255 = 79%
G 214 of 255 = 84%
B 203 of 255 = 80%

201
214
203

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

Portions of RGB colors in percentages

R + G + B =
201 + 214 + 203 = 618 (100%)
R 201 of 618 ~ 32.52%
G 214 of 618 ~ 34.63%
B 203 of 618 ~ 32.85%

%32.52
%34.63
%32.85

CMYK color model

#C9D6CB color CMYK value is (6,0,5,16).

  • cyan value is 6.07%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(6,0,5,16)
C6M0Y5K16 
(6%,0%,5%,16%)
(0.06/0.00/0.05/0.16)	

CMYK percentages

%6.07
%0
%5.14
%16.08

Codes

Color #C9D6CB in popluar color models

C9D6CB
RGB201214203
HSL129°13.68%81.37%
HSB/HSV129°6.07%83.92%
CMYK6.07%0.00%5.14%
16.08%

Color #C9D6CB in popluar number systems.

HEXC9D6CB
Decimal201214203
Binary110010011101011011001011
Octal311326313

Shades and tints

Shades of #C9D6CB

#C9D6CB
(201,214,203)
#B7C3B9
(183,195,185)
#A5B0A7
(165,176,167)
#939D95
(147,157,149)
#818A83
(129,138,131)
#6F7771
(111,119,113)
#5D645F
(93,100,95)
#4B514D
(75,81,77)
#393E3B
(57,62,59)
#272B29
(39,43,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9D6CB

#C9D6CB
(201,214,203)
#CDD9CF
(205,217,207)
#D1DCD3
(209,220,211)
#D5DFD7
(213,223,215)
#D9E2DB
(217,226,219)
#DDE5DF
(221,229,223)
#E1E8E3
(225,232,227)
#E5EBE7
(229,235,231)
#E9EEEB
(233,238,235)
#EDF1EF
(237,241,239)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D6CB; }

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

This text font color is #C9D6CB.


Background Color

.myBgColor { background-color: #C9D6CB; }

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

This div background color is #C9D6CB.


Border color

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

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

This div border color is #C9D6CB.


Opacity

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

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

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

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

This text has shadow with #C9D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D6CB on black background.


Color preview on white background

This text has color #C9D6CB on white background.



Black color preview on #C9D6CB background

This text has black color on #C9D6CB background.


White color preview on #C9D6CB background

This text has white color on #C9D6CB background.