COLOR #DEE4A0

HEX: #DEE4A0
RGB: (222,228,160)

Color info

#DEE4A0 contains mainly red and green colors. Web safe color of #DEE4A0 is #CCCC99 (or #CC9).

RGB color model

#DEE4A0 color RGB value is (222,228,160).

  • red value is 222;
  • green value is 228;
  • blue value is 160.
RGB:
(222,228,160)
(87%,89%,63%)

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 160 of 255 = 63%

222
228
160

R + G + B ~ 80%. #DEE4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 160 = 610 (100%)
R 222 of 610 ~ 36.39%
G 228 of 610 ~ 37.38%
B 160 of 610 ~ 26.23%

%36.39
%37.38
%26.23

CMYK color model

#DEE4A0 color CMYK value is (3,0,30,11).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(3,0,30,11)
C3M0Y30K11 
(3%,0%,30%,11%)
(0.03/0.00/0.30/0.11)	

CMYK percentages

%2.63
%0
%29.82
%10.59

Codes

Color #DEE4A0 in popluar color models

DEE4A0
RGB222228160
HSL65°55.74%76.08%
HSB/HSV65°29.82%89.41%
CMYK2.63%0.00%29.82%
10.59%

Color #DEE4A0 in popluar number systems.

HEXDEE4A0
Decimal222228160
Binary110111101110010010100000
Octal336344240

Shades and tints

Shades of #DEE4A0

#DEE4A0
(222,228,160)
#CAD092
(202,208,146)
#B6BC84
(182,188,132)
#A2A876
(162,168,118)
#8E9468
(142,148,104)
#7A805A
(122,128,90)
#666C4C
(102,108,76)
#52583E
(82,88,62)
#3E4430
(62,68,48)
#2A3022
(42,48,34)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #DEE4A0

#DEE4A0
(222,228,160)
#E1E6A8
(225,230,168)
#E4E8B0
(228,232,176)
#E7EAB8
(231,234,184)
#EAECC0
(234,236,192)
#EDEEC8
(237,238,200)
#F0F0D0
(240,240,208)
#F3F2D8
(243,242,216)
#F6F4E0
(246,244,224)
#F9F6E8
(249,246,232)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE4A0 color. Also use rgb(222,228,160) instead hex code.

Text Font Color

.myTextColor { color: #DEE4A0; }

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

This text font color is #DEE4A0.


Background Color

.myBgColor { background-color: #DEE4A0; }

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

This div background color is #DEE4A0.


Border color

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

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

This div border color is #DEE4A0.


Opacity

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

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

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

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

This text has shadow with #DEE4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4A0 on black background.


Color preview on white background

This text has color #DEE4A0 on white background.



Black color preview on #DEE4A0 background

This text has black color on #DEE4A0 background.


White color preview on #DEE4A0 background

This text has white color on #DEE4A0 background.