COLOR #C9E8DE

HEX: #C9E8DE RGB: (201,232,222)

Color info

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

RGB color model

#C9E8DE color RGB value is (201,232,222).

RGB: (201,232,222) (79%, 91%, 87%)

RGB channels and saturation

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

201
232
222

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

Portions of RGB colors in percentages

R + G + B = 201 + 232 + 222 = 655 (100%)
R 201 of 655 ~ 30.69%
G 232 of 655 ~ 35.42%
B 222 of 655 ~ 33.89'%

%30.69
%35.42
%33.89

CMYK color model

#C9E8DE color CMYK value is (13,0,4,9).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 9.02%

CMYK: (13,0,4,9)
C13M0Y4K9 (13%, 0%, 4%, 9%)
(0.13 / 0.00 / 0.04 / 0.09)

CMYK percentages

%13.36
%0
%4.31
%9.02

Codes

Color #C9E8DE in popluar color models

C9 E8 DE
RGB 201 232 222
HSL 161° 40.26% 84.90%
HSB/HSV 161° 13.36% 90.98%
CMYK 13.36% 0.00% 4.31%
9.02%

Color #C9E8DE in popluar number systems.

HEX C9 E8 DE
Decimal 201 232 222
Binary 11001001 11101000 11011110
Octal 311 350 336

Shades and tints

Shades of #C9E8DE

#C9E8DE
(201,232,222)
#B7D3CA
(183,211,202)
#A5BEB6
(165,190,182)
#93A9A2
(147,169,162)
#81948E
(129,148,142)
#6F7F7A
(111,127,122)
#5D6A66
(93,106,102)
#4B5552
(75,85,82)
#39403E
(57,64,62)
#272B2A
(39,43,42)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #C9E8DE

#C9E8DE
(201,232,222)
#CDEAE1
(205,234,225)
#D1ECE4
(209,236,228)
#D5EEE7
(213,238,231)
#D9F0EA
(217,240,234)
#DDF2ED
(221,242,237)
#E1F4F0
(225,244,240)
#E5F6F3
(229,246,243)
#E9F8F6
(233,248,246)
#EDFAF9
(237,250,249)
#F1FCFC
(241,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E8DE; }

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

This text font color is #C9E8DE.

Background Color

.myBgColor { background-color: #C9E8DE; }

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

This div background color is #C9E8DE.

Border color

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

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

This div border color is #C9E8DE.

Opacity

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

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

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

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

This text has shadow with #C9E8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E8DE.

Preview

Color preview on black background

This text has color #C9E8DE on black background.


Color preview on white background

This text has color #C9E8DE on white background.


Black color preview on #C9E8DE background

This text has black color on #C9E8DE background.


White color preview on #C9E8DE background

This text has white color on #C9E8DE background.


Related colors

Complementary color

Complementary color for #hex is #361721.


I love getcolorcode.com

Triadic colors

1 #DEC9E8 and #E8DEC9 with #C9E8DE are triadic colors.

2 #DEE8C9 and #E8C9DE with #C9E8DE are triadic colors.