COLOR #DEE3AA

HEX: #DEE3AA
RGB: (222,227,170)

Color info

#DEE3AA contains red, green and blue colors in about the same proportion. Web safe color of #DEE3AA is #CCCC99 (or #CC9).

RGB color model

#DEE3AA color RGB value is (222,227,170).

  • red value is 222;
  • green value is 227;
  • blue value is 170.
RGB:
(222,227,170)
(87%,89%,67%)

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 170 of 255 = 67%

222
227
170

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

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 170 = 619 (100%)
R 222 of 619 ~ 35.86%
G 227 of 619 ~ 36.67%
B 170 of 619 ~ 27.46%

%35.86
%36.67
%27.46

CMYK color model

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

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(2,0,25,11)
C2M0Y25K11 
(2%,0%,25%,11%)
(0.02/0.00/0.25/0.11)	

CMYK percentages

%2.2
%0
%25.11
%10.98

Codes

Color #DEE3AA in popluar color models

DEE3AA
RGB222227170
HSL65°50.44%77.84%
HSB/HSV65°25.11%89.02%
CMYK2.20%0.00%25.11%
10.98%

Color #DEE3AA in popluar number systems.

HEXDEE3AA
Decimal222227170
Binary110111101110001110101010
Octal336343252

Shades and tints

Shades of #DEE3AA

#DEE3AA
(222,227,170)
#CACF9B
(202,207,155)
#B6BB8C
(182,187,140)
#A2A77D
(162,167,125)
#8E936E
(142,147,110)
#7A7F5F
(122,127,95)
#666B50
(102,107,80)
#525741
(82,87,65)
#3E4332
(62,67,50)
#2A2F23
(42,47,35)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #DEE3AA

#DEE3AA
(222,227,170)
#E1E5B1
(225,229,177)
#E4E7B8
(228,231,184)
#E7E9BF
(231,233,191)
#EAEBC6
(234,235,198)
#EDEDCD
(237,237,205)
#F0EFD4
(240,239,212)
#F3F1DB
(243,241,219)
#F6F3E2
(246,243,226)
#F9F5E9
(249,245,233)
#FCF7F0
(252,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE3AA color. Also use rgb(222,227,170) instead hex code.

Text Font Color

.myTextColor { color: #DEE3AA; }

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

This text font color is #DEE3AA.


Background Color

.myBgColor { background-color: #DEE3AA; }

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

This div background color is #DEE3AA.


Border color

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

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

This div border color is #DEE3AA.


Opacity

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

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

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

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

This text has shadow with #DEE3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE3AA on black background.


Color preview on white background

This text has color #DEE3AA on white background.



Black color preview on #DEE3AA background

This text has black color on #DEE3AA background.


White color preview on #DEE3AA background

This text has white color on #DEE3AA background.