COLOR #DEE9AF

HEX: #DEE9AF RGB: (222,233,175)

Color info

#DEE9AF contains red, green and blue colors in about the same proportion. Web safe color of #DEE9AF is #CCFF99 (or #CF9).

RGB color model

#DEE9AF color RGB value is (222,233,175).

RGB: (222,233,175) (87%, 91%, 69%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 175 of 255 = 69%

222
233
175

R + G + B ~ 82%. #DEE9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 233 + 175 = 630 (100%)
R 222 of 630 ~ 35.24%
G 233 of 630 ~ 36.98%
B 175 of 630 ~ 27.78'%

%35.24
%36.98
%27.78

CMYK color model

#DEE9AF color CMYK value is (5,0,25,9).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%

CMYK: (5,0,25,9)
C5M0Y25K9 (5%, 0%, 25%, 9%)
(0.05 / 0.00 / 0.25 / 0.09)

CMYK percentages

%4.72
%0
%24.89
%8.63

Codes

Color #DEE9AF in popluar color models

DE E9 AF
RGB 222 233 175
HSL 71° 56.86% 80.00%
HSB/HSV 71° 24.89% 91.37%
CMYK 4.72% 0.00% 24.89%
8.63%

Color #DEE9AF in popluar number systems.

HEX DE E9 AF
Decimal 222 233 175
Binary 11011110 11101001 10101111
Octal 336 351 257

Shades and tints

Shades of #DEE9AF

#DEE9AF
(222,233,175)
#CAD4A0
(202,212,160)
#B6BF91
(182,191,145)
#A2AA82
(162,170,130)
#8E9573
(142,149,115)
#7A8064
(122,128,100)
#666B55
(102,107,85)
#525646
(82,86,70)
#3E4137
(62,65,55)
#2A2C28
(42,44,40)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #DEE9AF

#DEE9AF
(222,233,175)
#E1EBB6
(225,235,182)
#E4EDBD
(228,237,189)
#E7EFC4
(231,239,196)
#EAF1CB
(234,241,203)
#EDF3D2
(237,243,210)
#F0F5D9
(240,245,217)
#F3F7E0
(243,247,224)
#F6F9E7
(246,249,231)
#F9FBEE
(249,251,238)
#FCFDF5
(252,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE9AF color. Also use rgb(222,233,175) instead hex code.

Text Font Color

.myTextColor { color: #DEE9AF; }

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

This text font color is #DEE9AF.

Background Color

.myBgColor { background-color: #DEE9AF; }

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

This div background color is #DEE9AF.

Border color

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

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

This div border color is #DEE9AF.

Opacity

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

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

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

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

This text has shadow with #DEE9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE9AF.

Preview

Color preview on black background

This text has color #DEE9AF on black background.


Color preview on white background

This text has color #DEE9AF on white background.


Black color preview on #DEE9AF background

This text has black color on #DEE9AF background.


White color preview on #DEE9AF background

This text has white color on #DEE9AF background.


Related colors

Complementary color

Complementary color for #hex is #211650.


I love getcolorcode.com

Triadic colors

1 #AFDEE9 and #E9AFDE with #DEE9AF are triadic colors.

2 #AFE9DE and #E9DEAF with #DEE9AF are triadic colors.