COLOR #DEE7A2

HEX: #DEE7A2
RGB: (222,231,162)

Color info

#DEE7A2 contains mainly red and green colors. Web safe color of #DEE7A2 is #CCFF99 (or #CF9).

RGB color model

#DEE7A2 color RGB value is (222,231,162).

  • red value is 222;
  • green value is 231;
  • blue value is 162.
RGB:
(222,231,162)
(87%,91%,64%)

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 162 of 255 = 64%

222
231
162

R + G + B ~ 81%. #DEE7A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 231 + 162 = 615 (100%)
R 222 of 615 ~ 36.1%
G 231 of 615 ~ 37.56%
B 162 of 615 ~ 26.34%

%36.1
%37.56
%26.34

CMYK color model

#DEE7A2 color CMYK value is (4,0,30,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 9.41%
CMYK:
(4,0,30,9)
C4M0Y30K9 
(4%,0%,30%,9%)
(0.04/0.00/0.30/0.09)	

CMYK percentages

%3.9
%0
%29.87
%9.41

Codes

Color #DEE7A2 in popluar color models

DEE7A2
RGB222231162
HSL68°58.97%77.06%
HSB/HSV68°29.87%90.59%
CMYK3.90%0.00%29.87%
9.41%

Color #DEE7A2 in popluar number systems.

HEXDEE7A2
Decimal222231162
Binary110111101110011110100010
Octal336347242

Shades and tints

Shades of #DEE7A2

#DEE7A2
(222,231,162)
#CAD294
(202,210,148)
#B6BD86
(182,189,134)
#A2A878
(162,168,120)
#8E936A
(142,147,106)
#7A7E5C
(122,126,92)
#66694E
(102,105,78)
#525440
(82,84,64)
#3E3F32
(62,63,50)
#2A2A24
(42,42,36)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #DEE7A2

#DEE7A2
(222,231,162)
#E1E9AA
(225,233,170)
#E4EBB2
(228,235,178)
#E7EDBA
(231,237,186)
#EAEFC2
(234,239,194)
#EDF1CA
(237,241,202)
#F0F3D2
(240,243,210)
#F3F5DA
(243,245,218)
#F6F7E2
(246,247,226)
#F9F9EA
(249,249,234)
#FCFBF2
(252,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE7A2 color. Also use rgb(222,231,162) instead hex code.

Text Font Color

.myTextColor { color: #DEE7A2; }

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

This text font color is #DEE7A2.


Background Color

.myBgColor { background-color: #DEE7A2; }

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

This div background color is #DEE7A2.


Border color

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

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

This div border color is #DEE7A2.


Opacity

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

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

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

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

This text has shadow with #DEE7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE7A2 on black background.


Color preview on white background

This text has color #DEE7A2 on white background.



Black color preview on #DEE7A2 background

This text has black color on #DEE7A2 background.


White color preview on #DEE7A2 background

This text has white color on #DEE7A2 background.