COLOR #DEE8C9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

222
232
201

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

Portions of RGB colors in percentages

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

%33.89
%35.42
%30.69

CMYK color model

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

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 9.02%
CMYK:
(4,0,13,9)
C4M0Y13K9 
(4%,0%,13%,9%)
(0.04/0.00/0.13/0.09)	

CMYK percentages

%4.31
%0
%13.36
%9.02

Codes

Color #DEE8C9 in popluar color models

DEE8C9
RGB222232201
HSL79°40.26%84.90%
HSB/HSV79°13.36%90.98%
CMYK4.31%0.00%13.36%
9.02%

Color #DEE8C9 in popluar number systems.

HEXDEE8C9
Decimal222232201
Binary110111101110100011001001
Octal336350311

Shades and tints

Shades of #DEE8C9

#DEE8C9
(222,232,201)
#CAD3B7
(202,211,183)
#B6BEA5
(182,190,165)
#A2A993
(162,169,147)
#8E9481
(142,148,129)
#7A7F6F
(122,127,111)
#666A5D
(102,106,93)
#52554B
(82,85,75)
#3E4039
(62,64,57)
#2A2B27
(42,43,39)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #DEE8C9

#DEE8C9
(222,232,201)
#E1EACD
(225,234,205)
#E4ECD1
(228,236,209)
#E7EED5
(231,238,213)
#EAF0D9
(234,240,217)
#EDF2DD
(237,242,221)
#F0F4E1
(240,244,225)
#F3F6E5
(243,246,229)
#F6F8E9
(246,248,233)
#F9FAED
(249,250,237)
#FCFCF1
(252,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE8C9; }

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

This text font color is #DEE8C9.


Background Color

.myBgColor { background-color: #DEE8C9; }

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

This div background color is #DEE8C9.


Border color

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

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

This div border color is #DEE8C9.


Opacity

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

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

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

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

This text has shadow with #DEE8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8C9 on black background.


Color preview on white background

This text has color #DEE8C9 on white background.



Black color preview on #DEE8C9 background

This text has black color on #DEE8C9 background.


White color preview on #DEE8C9 background

This text has white color on #DEE8C9 background.