COLOR #DEE4AC

HEX: #DEE4AC
RGB: (222,228,172)

Color info

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

RGB color model

#DEE4AC color RGB value is (222,228,172).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 172 of 255 = 67%

222
228
172

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

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 172 = 622 (100%)
R 222 of 622 ~ 35.69%
G 228 of 622 ~ 36.66%
B 172 of 622 ~ 27.65%

%35.69
%36.66
%27.65

CMYK color model

#DEE4AC color CMYK value is (3,0,25,11).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(3,0,25,11)
C3M0Y25K11 
(3%,0%,25%,11%)
(0.03/0.00/0.25/0.11)	

CMYK percentages

%2.63
%0
%24.56
%10.59

Codes

Color #DEE4AC in popluar color models

DEE4AC
RGB222228172
HSL66°50.91%78.43%
HSB/HSV66°24.56%89.41%
CMYK2.63%0.00%24.56%
10.59%

Color #DEE4AC in popluar number systems.

HEXDEE4AC
Decimal222228172
Binary110111101110010010101100
Octal336344254

Shades and tints

Shades of #DEE4AC

#DEE4AC
(222,228,172)
#CAD09D
(202,208,157)
#B6BC8E
(182,188,142)
#A2A87F
(162,168,127)
#8E9470
(142,148,112)
#7A8061
(122,128,97)
#666C52
(102,108,82)
#525843
(82,88,67)
#3E4434
(62,68,52)
#2A3025
(42,48,37)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #DEE4AC

#DEE4AC
(222,228,172)
#E1E6B3
(225,230,179)
#E4E8BA
(228,232,186)
#E7EAC1
(231,234,193)
#EAECC8
(234,236,200)
#EDEECF
(237,238,207)
#F0F0D6
(240,240,214)
#F3F2DD
(243,242,221)
#F6F4E4
(246,244,228)
#F9F6EB
(249,246,235)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4AC; }

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

This text font color is #DEE4AC.


Background Color

.myBgColor { background-color: #DEE4AC; }

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

This div background color is #DEE4AC.


Border color

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

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

This div border color is #DEE4AC.


Opacity

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

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

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

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

This text has shadow with #DEE4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4AC on black background.


Color preview on white background

This text has color #DEE4AC on white background.



Black color preview on #DEE4AC background

This text has black color on #DEE4AC background.


White color preview on #DEE4AC background

This text has white color on #DEE4AC background.