COLOR #DEE2C9

HEX: #DEE2C9
RGB: (222,226,201)

Color info

#DEE2C9 contains red, green and blue colors in about the same proportion. Web safe color of #DEE2C9 is #CCCCCC (or #CCC).

RGB color model

#DEE2C9 color RGB value is (222,226,201).

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

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 201 of 255 = 79%

222
226
201

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

Portions of RGB colors in percentages

R + G + B =
222 + 226 + 201 = 649 (100%)
R 222 of 649 ~ 34.21%
G 226 of 649 ~ 34.82%
B 201 of 649 ~ 30.97%

%34.21
%34.82
%30.97

CMYK color model

#DEE2C9 color CMYK value is (2,0,11,11).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(2,0,11,11)
C2M0Y11K11 
(2%,0%,11%,11%)
(0.02/0.00/0.11/0.11)	

CMYK percentages

%1.77
%0
%11.06
%11.37

Codes

Color #DEE2C9 in popluar color models

DEE2C9
RGB222226201
HSL70°30.12%83.73%
HSB/HSV70°11.06%88.63%
CMYK1.77%0.00%11.06%
11.37%

Color #DEE2C9 in popluar number systems.

HEXDEE2C9
Decimal222226201
Binary110111101110001011001001
Octal336342311

Shades and tints

Shades of #DEE2C9

#DEE2C9
(222,226,201)
#CACEB7
(202,206,183)
#B6BAA5
(182,186,165)
#A2A693
(162,166,147)
#8E9281
(142,146,129)
#7A7E6F
(122,126,111)
#666A5D
(102,106,93)
#52564B
(82,86,75)
#3E4239
(62,66,57)
#2A2E27
(42,46,39)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #DEE2C9

#DEE2C9
(222,226,201)
#E1E4CD
(225,228,205)
#E4E6D1
(228,230,209)
#E7E8D5
(231,232,213)
#EAEAD9
(234,234,217)
#EDECDD
(237,236,221)
#F0EEE1
(240,238,225)
#F3F0E5
(243,240,229)
#F6F2E9
(246,242,233)
#F9F4ED
(249,244,237)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE2C9; }

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

This text font color is #DEE2C9.


Background Color

.myBgColor { background-color: #DEE2C9; }

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

This div background color is #DEE2C9.


Border color

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

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

This div border color is #DEE2C9.


Opacity

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

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

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

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

This text has shadow with #DEE2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE2C9 on black background.


Color preview on white background

This text has color #DEE2C9 on white background.



Black color preview on #DEE2C9 background

This text has black color on #DEE2C9 background.


White color preview on #DEE2C9 background

This text has white color on #DEE2C9 background.