COLOR #C9E8D9

HEX: #C9E8D9
RGB: (201,232,217)

Color info

#C9E8D9 contains red, green and blue colors in about the same proportion. Web safe color of #C9E8D9 is #CCFFCC (or #CFC).

RGB color model

#C9E8D9 color RGB value is (201,232,217).

  • red value is 201;
  • green value is 232;
  • blue value is 217.
RGB:
(201,232,217)
(79%,91%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 232 of 255 = 91%
B 217 of 255 = 85%

201
232
217

R + G + B ~ 85%. #C9E8D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 232 + 217 = 650 (100%)
R 201 of 650 ~ 30.92%
G 232 of 650 ~ 35.69%
B 217 of 650 ~ 33.38%

%30.92
%35.69
%33.38

CMYK color model

#C9E8D9 color CMYK value is (13,0,6,9).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 9.02%
CMYK:
(13,0,6,9)
C13M0Y6K9 
(13%,0%,6%,9%)
(0.13/0.00/0.06/0.09)	

CMYK percentages

%13.36
%0
%6.47
%9.02

Codes

Color #C9E8D9 in popluar color models

C9E8D9
RGB201232217
HSL151°40.26%84.90%
HSB/HSV151°13.36%90.98%
CMYK13.36%0.00%6.47%
9.02%

Color #C9E8D9 in popluar number systems.

HEXC9E8D9
Decimal201232217
Binary110010011110100011011001
Octal311350331

Shades and tints

Shades of #C9E8D9

#C9E8D9
(201,232,217)
#B7D3C6
(183,211,198)
#A5BEB3
(165,190,179)
#93A9A0
(147,169,160)
#81948D
(129,148,141)
#6F7F7A
(111,127,122)
#5D6A67
(93,106,103)
#4B5554
(75,85,84)
#394041
(57,64,65)
#272B2E
(39,43,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #C9E8D9

#C9E8D9
(201,232,217)
#CDEADC
(205,234,220)
#D1ECDF
(209,236,223)
#D5EEE2
(213,238,226)
#D9F0E5
(217,240,229)
#DDF2E8
(221,242,232)
#E1F4EB
(225,244,235)
#E5F6EE
(229,246,238)
#E9F8F1
(233,248,241)
#EDFAF4
(237,250,244)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E8D9 color. Also use rgb(201,232,217) instead hex code.

Text Font Color

.myTextColor { color: #C9E8D9; }

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

This text font color is #C9E8D9.


Background Color

.myBgColor { background-color: #C9E8D9; }

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

This div background color is #C9E8D9.


Border color

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

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

This div border color is #C9E8D9.


Opacity

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

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

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

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

This text has shadow with #C9E8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E8D9 on black background.


Color preview on white background

This text has color #C9E8D9 on white background.



Black color preview on #C9E8D9 background

This text has black color on #C9E8D9 background.


White color preview on #C9E8D9 background

This text has white color on #C9E8D9 background.