COLOR #C9D4BC

HEX: #C9D4BC
RGB: (201,212,188)

Color info

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

RGB color model

#C9D4BC color RGB value is (201,212,188).

  • red value is 201;
  • green value is 212;
  • blue value is 188.
RGB:
(201,212,188)
(79%,83%,74%)

RGB channels and saturation

R 201 of 255 = 79%
G 212 of 255 = 83%
B 188 of 255 = 74%

201
212
188

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

Portions of RGB colors in percentages

R + G + B =
201 + 212 + 188 = 601 (100%)
R 201 of 601 ~ 33.44%
G 212 of 601 ~ 35.27%
B 188 of 601 ~ 31.28%

%33.44
%35.27
%31.28

CMYK color model

#C9D4BC color CMYK value is (5,0,11,17).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(5,0,11,17)
C5M0Y11K17 
(5%,0%,11%,17%)
(0.05/0.00/0.11/0.17)	

CMYK percentages

%5.19
%0
%11.32
%16.86

Codes

Color #C9D4BC in popluar color models

C9D4BC
RGB201212188
HSL88°21.82%78.43%
HSB/HSV88°11.32%83.14%
CMYK5.19%0.00%11.32%
16.86%

Color #C9D4BC in popluar number systems.

HEXC9D4BC
Decimal201212188
Binary110010011101010010111100
Octal311324274

Shades and tints

Shades of #C9D4BC

#C9D4BC
(201,212,188)
#B7C1AB
(183,193,171)
#A5AE9A
(165,174,154)
#939B89
(147,155,137)
#818878
(129,136,120)
#6F7567
(111,117,103)
#5D6256
(93,98,86)
#4B4F45
(75,79,69)
#393C34
(57,60,52)
#272923
(39,41,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C9D4BC

#C9D4BC
(201,212,188)
#CDD7C2
(205,215,194)
#D1DAC8
(209,218,200)
#D5DDCE
(213,221,206)
#D9E0D4
(217,224,212)
#DDE3DA
(221,227,218)
#E1E6E0
(225,230,224)
#E5E9E6
(229,233,230)
#E9ECEC
(233,236,236)
#EDEFF2
(237,239,242)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D4BC color. Also use rgb(201,212,188) instead hex code.

Text Font Color

.myTextColor { color: #C9D4BC; }

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

This text font color is #C9D4BC.


Background Color

.myBgColor { background-color: #C9D4BC; }

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

This div background color is #C9D4BC.


Border color

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

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

This div border color is #C9D4BC.


Opacity

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

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

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

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

This text has shadow with #C9D4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D4BC on black background.


Color preview on white background

This text has color #C9D4BC on white background.



Black color preview on #C9D4BC background

This text has black color on #C9D4BC background.


White color preview on #C9D4BC background

This text has white color on #C9D4BC background.