COLOR #DEE9C9

HEX: #DEE9C9
RGB: (222,233,201)

Color info

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

RGB color model

#DEE9C9 color RGB value is (222,233,201).

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

RGB channels and saturation

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

222
233
201

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

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 201 = 656 (100%)
R 222 of 656 ~ 33.84%
G 233 of 656 ~ 35.52%
B 201 of 656 ~ 30.64%

%33.84
%35.52
%30.64

CMYK color model

#DEE9C9 color CMYK value is (5,0,14,9).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 8.63%
CMYK:
(5,0,14,9)
C5M0Y14K9 
(5%,0%,14%,9%)
(0.05/0.00/0.14/0.09)	

CMYK percentages

%4.72
%0
%13.73
%8.63

Codes

Color #DEE9C9 in popluar color models

DEE9C9
RGB222233201
HSL81°42.11%85.10%
HSB/HSV81°13.73%91.37%
CMYK4.72%0.00%13.73%
8.63%

Color #DEE9C9 in popluar number systems.

HEXDEE9C9
Decimal222233201
Binary110111101110100111001001
Octal336351311

Shades and tints

Shades of #DEE9C9

#DEE9C9
(222,233,201)
#CAD4B7
(202,212,183)
#B6BFA5
(182,191,165)
#A2AA93
(162,170,147)
#8E9581
(142,149,129)
#7A806F
(122,128,111)
#666B5D
(102,107,93)
#52564B
(82,86,75)
#3E4139
(62,65,57)
#2A2C27
(42,44,39)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DEE9C9

#DEE9C9
(222,233,201)
#E1EBCD
(225,235,205)
#E4EDD1
(228,237,209)
#E7EFD5
(231,239,213)
#EAF1D9
(234,241,217)
#EDF3DD
(237,243,221)
#F0F5E1
(240,245,225)
#F3F7E5
(243,247,229)
#F6F9E9
(246,249,233)
#F9FBED
(249,251,237)
#FCFDF1
(252,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE9C9; }

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

This text font color is #DEE9C9.


Background Color

.myBgColor { background-color: #DEE9C9; }

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

This div background color is #DEE9C9.


Border color

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

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

This div border color is #DEE9C9.


Opacity

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

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

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

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

This text has shadow with #DEE9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9C9 on black background.


Color preview on white background

This text has color #DEE9C9 on white background.



Black color preview on #DEE9C9 background

This text has black color on #DEE9C9 background.


White color preview on #DEE9C9 background

This text has white color on #DEE9C9 background.