COLOR #E2EEDD

HEX: #E2EEDD
RGB: (226,238,221)

Color info

#E2EEDD contains red, green and blue colors in about the same proportion. Web safe color of #E2EEDD is #CCFFCC (or #CFC).

RGB color model

#E2EEDD color RGB value is (226,238,221).

  • red value is 226;
  • green value is 238;
  • blue value is 221.
RGB:
(226,238,221)
(89%,93%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 221 of 255 = 87%

226
238
221

R + G + B ~ 90%. #E2EEDD is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 238 + 221 = 685 (100%)
R 226 of 685 ~ 32.99%
G 238 of 685 ~ 34.74%
B 221 of 685 ~ 32.26%

%32.99
%34.74
%32.26

CMYK color model

#E2EEDD color CMYK value is (5,0,7,7).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK:
(5,0,7,7)
C5M0Y7K7 
(5%,0%,7%,7%)
(0.05/0.00/0.07/0.07)	

CMYK percentages

%5.04
%0
%7.14
%6.67

Codes

Color #E2EEDD in popluar color models

E2EEDD
RGB226238221
HSL102°33.33%90.00%
HSB/HSV102°7.14%93.33%
CMYK5.04%0.00%7.14%
6.67%

Color #E2EEDD in popluar number systems.

HEXE2EEDD
Decimal226238221
Binary111000101110111011011101
Octal342356335

Shades and tints

Shades of #E2EEDD

#E2EEDD
(226,238,221)
#CED9C9
(206,217,201)
#BAC4B5
(186,196,181)
#A6AFA1
(166,175,161)
#929A8D
(146,154,141)
#7E8579
(126,133,121)
#6A7065
(106,112,101)
#565B51
(86,91,81)
#42463D
(66,70,61)
#2E3129
(46,49,41)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #E2EEDD

#E2EEDD
(226,238,221)
#E4EFE0
(228,239,224)
#E6F0E3
(230,240,227)
#E8F1E6
(232,241,230)
#EAF2E9
(234,242,233)
#ECF3EC
(236,243,236)
#EEF4EF
(238,244,239)
#F0F5F2
(240,245,242)
#F2F6F5
(242,246,245)
#F4F7F8
(244,247,248)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EEDD color. Also use rgb(226,238,221) instead hex code.

Text Font Color

.myTextColor { color: #E2EEDD; }

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

This text font color is #E2EEDD.


Background Color

.myBgColor { background-color: #E2EEDD; }

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

This div background color is #E2EEDD.


Border color

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

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

This div border color is #E2EEDD.


Opacity

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

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

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

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

This text has shadow with #E2EEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EEDD on black background.


Color preview on white background

This text has color #E2EEDD on white background.



Black color preview on #E2EEDD background

This text has black color on #E2EEDD background.


White color preview on #E2EEDD background

This text has white color on #E2EEDD background.