COLOR #C9DCB8

HEX: #C9DCB8
RGB: (201,220,184)

Color info

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

RGB color model

#C9DCB8 color RGB value is (201,220,184).

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

RGB channels and saturation

R 201 of 255 = 79%
G 220 of 255 = 86%
B 184 of 255 = 72%

201
220
184

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

Portions of RGB colors in percentages

R + G + B =
201 + 220 + 184 = 605 (100%)
R 201 of 605 ~ 33.22%
G 220 of 605 ~ 36.36%
B 184 of 605 ~ 30.41%

%33.22
%36.36
%30.41

CMYK color model

#C9DCB8 color CMYK value is (9,0,16,14).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 13.73%
CMYK:
(9,0,16,14)
C9M0Y16K14 
(9%,0%,16%,14%)
(0.09/0.00/0.16/0.14)	

CMYK percentages

%8.64
%0
%16.36
%13.73

Codes

Color #C9DCB8 in popluar color models

C9DCB8
RGB201220184
HSL92°33.96%79.22%
HSB/HSV92°16.36%86.27%
CMYK8.64%0.00%16.36%
13.73%

Color #C9DCB8 in popluar number systems.

HEXC9DCB8
Decimal201220184
Binary110010011101110010111000
Octal311334270

Shades and tints

Shades of #C9DCB8

#C9DCB8
(201,220,184)
#B7C8A8
(183,200,168)
#A5B498
(165,180,152)
#93A088
(147,160,136)
#818C78
(129,140,120)
#6F7868
(111,120,104)
#5D6458
(93,100,88)
#4B5048
(75,80,72)
#393C38
(57,60,56)
#272828
(39,40,40)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C9DCB8

#C9DCB8
(201,220,184)
#CDDFBE
(205,223,190)
#D1E2C4
(209,226,196)
#D5E5CA
(213,229,202)
#D9E8D0
(217,232,208)
#DDEBD6
(221,235,214)
#E1EEDC
(225,238,220)
#E5F1E2
(229,241,226)
#E9F4E8
(233,244,232)
#EDF7EE
(237,247,238)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DCB8; }

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

This text font color is #C9DCB8.


Background Color

.myBgColor { background-color: #C9DCB8; }

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

This div background color is #C9DCB8.


Border color

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

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

This div border color is #C9DCB8.


Opacity

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

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

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

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

This text has shadow with #C9DCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DCB8 on black background.


Color preview on white background

This text has color #C9DCB8 on white background.



Black color preview on #C9DCB8 background

This text has black color on #C9DCB8 background.


White color preview on #C9DCB8 background

This text has white color on #C9DCB8 background.