COLOR #E5EEDC

HEX: #E5EEDC
RGB: (229,238,220)

Color info

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

RGB color model

#E5EEDC color RGB value is (229,238,220).

  • red value is 229;
  • green value is 238;
  • blue value is 220.
RGB:
(229,238,220)
(90%,93%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 220 of 255 = 86%

229
238
220

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

Portions of RGB colors in percentages

R + G + B =
229 + 238 + 220 = 687 (100%)
R 229 of 687 ~ 33.33%
G 238 of 687 ~ 34.64%
B 220 of 687 ~ 32.02%

%33.33
%34.64
%32.02

CMYK color model

#E5EEDC color CMYK value is (4,0,8,7).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(4,0,8,7)
C4M0Y8K7 
(4%,0%,8%,7%)
(0.04/0.00/0.08/0.07)	

CMYK percentages

%3.78
%0
%7.56
%6.67

Codes

Color #E5EEDC in popluar color models

E5EEDC
RGB229238220
HSL90°34.62%89.80%
HSB/HSV90°7.56%93.33%
CMYK3.78%0.00%7.56%
6.67%

Color #E5EEDC in popluar number systems.

HEXE5EEDC
Decimal229238220
Binary111001011110111011011100
Octal345356334

Shades and tints

Shades of #E5EEDC

#E5EEDC
(229,238,220)
#D1D9C8
(209,217,200)
#BDC4B4
(189,196,180)
#A9AFA0
(169,175,160)
#959A8C
(149,154,140)
#818578
(129,133,120)
#6D7064
(109,112,100)
#595B50
(89,91,80)
#45463C
(69,70,60)
#313128
(49,49,40)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #E5EEDC

#E5EEDC
(229,238,220)
#E7EFDF
(231,239,223)
#E9F0E2
(233,240,226)
#EBF1E5
(235,241,229)
#EDF2E8
(237,242,232)
#EFF3EB
(239,243,235)
#F1F4EE
(241,244,238)
#F3F5F1
(243,245,241)
#F5F6F4
(245,246,244)
#F7F7F7
(247,247,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EEDC color. Also use rgb(229,238,220) instead hex code.

Text Font Color

.myTextColor { color: #E5EEDC; }

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

This text font color is #E5EEDC.


Background Color

.myBgColor { background-color: #E5EEDC; }

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

This div background color is #E5EEDC.


Border color

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

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

This div border color is #E5EEDC.


Opacity

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

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

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

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

This text has shadow with #E5EEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EEDC on black background.


Color preview on white background

This text has color #E5EEDC on white background.



Black color preview on #E5EEDC background

This text has black color on #E5EEDC background.


White color preview on #E5EEDC background

This text has white color on #E5EEDC background.