COLOR #DEE88E

HEX: #DEE88E
RGB: (222,232,142)

Color info

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

RGB color model

#DEE88E color RGB value is (222,232,142).

  • red value is 222;
  • green value is 232;
  • blue value is 142.
RGB:
(222,232,142)
(87%,91%,56%)

RGB channels and saturation

R 222 of 255 = 87%
G 232 of 255 = 91%
B 142 of 255 = 56%

222
232
142

R + G + B ~ 78%. #DEE88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 142 = 596 (100%)
R 222 of 596 ~ 37.25%
G 232 of 596 ~ 38.93%
B 142 of 596 ~ 23.83%

%37.25
%38.93
%23.83

CMYK color model

#DEE88E color CMYK value is (4,0,39,9).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 9.02%
CMYK:
(4,0,39,9)
C4M0Y39K9 
(4%,0%,39%,9%)
(0.04/0.00/0.39/0.09)	

CMYK percentages

%4.31
%0
%38.79
%9.02

Codes

Color #DEE88E in popluar color models

DEE88E
RGB222232142
HSL67°66.18%73.33%
HSB/HSV67°38.79%90.98%
CMYK4.31%0.00%38.79%
9.02%

Color #DEE88E in popluar number systems.

HEXDEE88E
Decimal222232142
Binary110111101110100010001110
Octal336350216

Shades and tints

Shades of #DEE88E

#DEE88E
(222,232,142)
#CAD382
(202,211,130)
#B6BE76
(182,190,118)
#A2A96A
(162,169,106)
#8E945E
(142,148,94)
#7A7F52
(122,127,82)
#666A46
(102,106,70)
#52553A
(82,85,58)
#3E402E
(62,64,46)
#2A2B22
(42,43,34)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #DEE88E

#DEE88E
(222,232,142)
#E1EA98
(225,234,152)
#E4ECA2
(228,236,162)
#E7EEAC
(231,238,172)
#EAF0B6
(234,240,182)
#EDF2C0
(237,242,192)
#F0F4CA
(240,244,202)
#F3F6D4
(243,246,212)
#F6F8DE
(246,248,222)
#F9FAE8
(249,250,232)
#FCFCF2
(252,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE88E color. Also use rgb(222,232,142) instead hex code.

Text Font Color

.myTextColor { color: #DEE88E; }

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

This text font color is #DEE88E.


Background Color

.myBgColor { background-color: #DEE88E; }

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

This div background color is #DEE88E.


Border color

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

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

This div border color is #DEE88E.


Opacity

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

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

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

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

This text has shadow with #DEE88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE88E on black background.


Color preview on white background

This text has color #DEE88E on white background.



Black color preview on #DEE88E background

This text has black color on #DEE88E background.


White color preview on #DEE88E background

This text has white color on #DEE88E background.