COLOR #DEE4A9

HEX: #DEE4A9
RGB: (222,228,169)

Color info

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

RGB color model

#DEE4A9 color RGB value is (222,228,169).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 169 of 255 = 66%

222
228
169

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

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 169 = 619 (100%)
R 222 of 619 ~ 35.86%
G 228 of 619 ~ 36.83%
B 169 of 619 ~ 27.3%

%35.86
%36.83
%27.3

CMYK color model

#DEE4A9 color CMYK value is (3,0,26,11).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK:
(3,0,26,11)
C3M0Y26K11 
(3%,0%,26%,11%)
(0.03/0.00/0.26/0.11)	

CMYK percentages

%2.63
%0
%25.88
%10.59

Codes

Color #DEE4A9 in popluar color models

DEE4A9
RGB222228169
HSL66°52.21%77.84%
HSB/HSV66°25.88%89.41%
CMYK2.63%0.00%25.88%
10.59%

Color #DEE4A9 in popluar number systems.

HEXDEE4A9
Decimal222228169
Binary110111101110010010101001
Octal336344251

Shades and tints

Shades of #DEE4A9

#DEE4A9
(222,228,169)
#CAD09A
(202,208,154)
#B6BC8B
(182,188,139)
#A2A87C
(162,168,124)
#8E946D
(142,148,109)
#7A805E
(122,128,94)
#666C4F
(102,108,79)
#525840
(82,88,64)
#3E4431
(62,68,49)
#2A3022
(42,48,34)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #DEE4A9

#DEE4A9
(222,228,169)
#E1E6B0
(225,230,176)
#E4E8B7
(228,232,183)
#E7EABE
(231,234,190)
#EAECC5
(234,236,197)
#EDEECC
(237,238,204)
#F0F0D3
(240,240,211)
#F3F2DA
(243,242,218)
#F6F4E1
(246,244,225)
#F9F6E8
(249,246,232)
#FCF8EF
(252,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4A9; }

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

This text font color is #DEE4A9.


Background Color

.myBgColor { background-color: #DEE4A9; }

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

This div background color is #DEE4A9.


Border color

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

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

This div border color is #DEE4A9.


Opacity

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

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

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

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

This text has shadow with #DEE4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4A9 on black background.


Color preview on white background

This text has color #DEE4A9 on white background.



Black color preview on #DEE4A9 background

This text has black color on #DEE4A9 background.


White color preview on #DEE4A9 background

This text has white color on #DEE4A9 background.