COLOR #C9E8DD

HEX: #C9E8DD
RGB: (201,232,221)

Color info

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

RGB color model

#C9E8DD color RGB value is (201,232,221).

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

RGB channels and saturation

R 201 of 255 = 79%
G 232 of 255 = 91%
B 221 of 255 = 87%

201
232
221

R + G + B ~ 86%. #C9E8DD is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 232 + 221 = 654 (100%)
R 201 of 654 ~ 30.73%
G 232 of 654 ~ 35.47%
B 221 of 654 ~ 33.79%

%30.73
%35.47
%33.79

CMYK color model

#C9E8DD color CMYK value is (13,0,5,9).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK:
(13,0,5,9)
C13M0Y5K9 
(13%,0%,5%,9%)
(0.13/0.00/0.05/0.09)	

CMYK percentages

%13.36
%0
%4.74
%9.02

Codes

Color #C9E8DD in popluar color models

C9E8DD
RGB201232221
HSL159°40.26%84.90%
HSB/HSV159°13.36%90.98%
CMYK13.36%0.00%4.74%
9.02%

Color #C9E8DD in popluar number systems.

HEXC9E8DD
Decimal201232221
Binary110010011110100011011101
Octal311350335

Shades and tints

Shades of #C9E8DD

#C9E8DD
(201,232,221)
#B7D3C9
(183,211,201)
#A5BEB5
(165,190,181)
#93A9A1
(147,169,161)
#81948D
(129,148,141)
#6F7F79
(111,127,121)
#5D6A65
(93,106,101)
#4B5551
(75,85,81)
#39403D
(57,64,61)
#272B29
(39,43,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #C9E8DD

#C9E8DD
(201,232,221)
#CDEAE0
(205,234,224)
#D1ECE3
(209,236,227)
#D5EEE6
(213,238,230)
#D9F0E9
(217,240,233)
#DDF2EC
(221,242,236)
#E1F4EF
(225,244,239)
#E5F6F2
(229,246,242)
#E9F8F5
(233,248,245)
#EDFAF8
(237,250,248)
#F1FCFB
(241,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E8DD; }

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

This text font color is #C9E8DD.


Background Color

.myBgColor { background-color: #C9E8DD; }

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

This div background color is #C9E8DD.


Border color

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

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

This div border color is #C9E8DD.


Opacity

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

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

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

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

This text has shadow with #C9E8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E8DD on black background.


Color preview on white background

This text has color #C9E8DD on white background.



Black color preview on #C9E8DD background

This text has black color on #C9E8DD background.


White color preview on #C9E8DD background

This text has white color on #C9E8DD background.