COLOR #DEE99E

HEX: #DEE99E RGB: (222,233,158)

Color info

#DEE99E contains mainly red and green colors. Web safe color of #DEE99E is #CCFF99 (or #CF9).

RGB color model

#DEE99E color RGB value is (222,233,158).

RGB: (222,233,158) (87%, 91%, 62%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 158 of 255 = 62%

222
233
158

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

Portions of RGB colors in percentages

R + G + B = 222 + 233 + 158 = 613 (100%)
R 222 of 613 ~ 36.22%
G 233 of 613 ~ 38.01%
B 158 of 613 ~ 25.77'%

%36.22
%38.01
%25.77

CMYK color model

#DEE99E color CMYK value is (5,0,32,9).

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

CMYK: (5,0,32,9)
C5M0Y32K9 (5%, 0%, 32%, 9%)
(0.05 / 0.00 / 0.32 / 0.09)

CMYK percentages

%4.72
%0
%32.19
%8.63

Codes

Color #DEE99E in popluar color models

DE E9 9E
RGB 222 233 158
HSL 69° 63.03% 76.67%
HSB/HSV 69° 32.19% 91.37%
CMYK 4.72% 0.00% 32.19%
8.63%

Color #DEE99E in popluar number systems.

HEX DE E9 9E
Decimal 222 233 158
Binary 11011110 11101001 10011110
Octal 336 351 236

Shades and tints

Shades of #DEE99E

#DEE99E
(222,233,158)
#CAD490
(202,212,144)
#B6BF82
(182,191,130)
#A2AA74
(162,170,116)
#8E9566
(142,149,102)
#7A8058
(122,128,88)
#666B4A
(102,107,74)
#52563C
(82,86,60)
#3E412E
(62,65,46)
#2A2C20
(42,44,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #DEE99E

#DEE99E
(222,233,158)
#E1EBA6
(225,235,166)
#E4EDAE
(228,237,174)
#E7EFB6
(231,239,182)
#EAF1BE
(234,241,190)
#EDF3C6
(237,243,198)
#F0F5CE
(240,245,206)
#F3F7D6
(243,247,214)
#F6F9DE
(246,249,222)
#F9FBE6
(249,251,230)
#FCFDEE
(252,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE99E; }

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

This text font color is #DEE99E.

Background Color

.myBgColor { background-color: #DEE99E; }

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

This div background color is #DEE99E.

Border color

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

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

This div border color is #DEE99E.

Opacity

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

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

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

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

This text has shadow with #DEE99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE99E.

Preview

Color preview on black background

This text has color #DEE99E on black background.


Color preview on white background

This text has color #DEE99E on white background.


Black color preview on #DEE99E background

This text has black color on #DEE99E background.


White color preview on #DEE99E background

This text has white color on #DEE99E background.


Related colors

Complementary color

Complementary color for #hex is #211661.


I love getcolorcode.com

Triadic colors

1 #9EDEE9 and #E99EDE with #DEE99E are triadic colors.

2 #9EE9DE and #E9DE9E with #DEE99E are triadic colors.