COLOR #E2EDD1

HEX: #E2EDD1
RGB: (226,237,209)

Color info

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

RGB color model

#E2EDD1 color RGB value is (226,237,209).

  • red value is 226;
  • green value is 237;
  • blue value is 209.
RGB:
(226,237,209)
(89%,93%,82%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 209 of 255 = 82%

226
237
209

R + G + B ~ 88%. #E2EDD1 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 237 + 209 = 672 (100%)
R 226 of 672 ~ 33.63%
G 237 of 672 ~ 35.27%
B 209 of 672 ~ 31.1%

%33.63
%35.27
%31.1

CMYK color model

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

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(5,0,12,7)
C5M0Y12K7 
(5%,0%,12%,7%)
(0.05/0.00/0.12/0.07)	

CMYK percentages

%4.64
%0
%11.81
%7.06

Codes

Color #E2EDD1 in popluar color models

E2EDD1
RGB226237209
HSL84°43.75%87.45%
HSB/HSV84°11.81%92.94%
CMYK4.64%0.00%11.81%
7.06%

Color #E2EDD1 in popluar number systems.

HEXE2EDD1
Decimal226237209
Binary111000101110110111010001
Octal342355321

Shades and tints

Shades of #E2EDD1

#E2EDD1
(226,237,209)
#CED8BE
(206,216,190)
#BAC3AB
(186,195,171)
#A6AE98
(166,174,152)
#929985
(146,153,133)
#7E8472
(126,132,114)
#6A6F5F
(106,111,95)
#565A4C
(86,90,76)
#424539
(66,69,57)
#2E3026
(46,48,38)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #E2EDD1

#E2EDD1
(226,237,209)
#E4EED5
(228,238,213)
#E6EFD9
(230,239,217)
#E8F0DD
(232,240,221)
#EAF1E1
(234,241,225)
#ECF2E5
(236,242,229)
#EEF3E9
(238,243,233)
#F0F4ED
(240,244,237)
#F2F5F1
(242,245,241)
#F4F6F5
(244,246,245)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EDD1 color. Also use rgb(226,237,209) instead hex code.

Text Font Color

.myTextColor { color: #E2EDD1; }

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

This text font color is #E2EDD1.


Background Color

.myBgColor { background-color: #E2EDD1; }

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

This div background color is #E2EDD1.


Border color

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

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

This div border color is #E2EDD1.


Opacity

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

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

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

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

This text has shadow with #E2EDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EDD1 on black background.


Color preview on white background

This text has color #E2EDD1 on white background.



Black color preview on #E2EDD1 background

This text has black color on #E2EDD1 background.


White color preview on #E2EDD1 background

This text has white color on #E2EDD1 background.