COLOR #C9D0B8

HEX: #C9D0B8
RGB: (201,208,184)

Color info

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

RGB color model

#C9D0B8 color RGB value is (201,208,184).

  • red value is 201;
  • green value is 208;
  • blue value is 184.
RGB:
(201,208,184)
(79%,82%,72%)

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 184 of 255 = 72%

201
208
184

R + G + B ~ 78%. #C9D0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 208 + 184 = 593 (100%)
R 201 of 593 ~ 33.9%
G 208 of 593 ~ 35.08%
B 184 of 593 ~ 31.03%

%33.9
%35.08
%31.03

CMYK color model

#C9D0B8 color CMYK value is (3,0,12,18).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 18.43%
CMYK:
(3,0,12,18)
C3M0Y12K18 
(3%,0%,12%,18%)
(0.03/0.00/0.12/0.18)	

CMYK percentages

%3.37
%0
%11.54
%18.43

Codes

Color #C9D0B8 in popluar color models

C9D0B8
RGB201208184
HSL78°20.34%76.86%
HSB/HSV78°11.54%81.57%
CMYK3.37%0.00%11.54%
18.43%

Color #C9D0B8 in popluar number systems.

HEXC9D0B8
Decimal201208184
Binary110010011101000010111000
Octal311320270

Shades and tints

Shades of #C9D0B8

#C9D0B8
(201,208,184)
#B7BEA8
(183,190,168)
#A5AC98
(165,172,152)
#939A88
(147,154,136)
#818878
(129,136,120)
#6F7668
(111,118,104)
#5D6458
(93,100,88)
#4B5248
(75,82,72)
#394038
(57,64,56)
#272E28
(39,46,40)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #C9D0B8

#C9D0B8
(201,208,184)
#CDD4BE
(205,212,190)
#D1D8C4
(209,216,196)
#D5DCCA
(213,220,202)
#D9E0D0
(217,224,208)
#DDE4D6
(221,228,214)
#E1E8DC
(225,232,220)
#E5ECE2
(229,236,226)
#E9F0E8
(233,240,232)
#EDF4EE
(237,244,238)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D0B8 color. Also use rgb(201,208,184) instead hex code.

Text Font Color

.myTextColor { color: #C9D0B8; }

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

This text font color is #C9D0B8.


Background Color

.myBgColor { background-color: #C9D0B8; }

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

This div background color is #C9D0B8.


Border color

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

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

This div border color is #C9D0B8.


Opacity

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

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

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

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

This text has shadow with #C9D0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0B8 on black background.


Color preview on white background

This text has color #C9D0B8 on white background.



Black color preview on #C9D0B8 background

This text has black color on #C9D0B8 background.


White color preview on #C9D0B8 background

This text has white color on #C9D0B8 background.