COLOR #E5EED7

HEX: #E5EED7
RGB: (229,238,215)

Color info

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

RGB color model

#E5EED7 color RGB value is (229,238,215).

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

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 215 of 255 = 84%

229
238
215

R + G + B ~ 89%. #E5EED7 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 238 + 215 = 682 (100%)
R 229 of 682 ~ 33.58%
G 238 of 682 ~ 34.9%
B 215 of 682 ~ 31.52%

%33.58
%34.9
%31.52

CMYK color model

#E5EED7 color CMYK value is (4,0,10,7).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(4,0,10,7)
C4M0Y10K7 
(4%,0%,10%,7%)
(0.04/0.00/0.10/0.07)	

CMYK percentages

%3.78
%0
%9.66
%6.67

Codes

Color #E5EED7 in popluar color models

E5EED7
RGB229238215
HSL83°40.35%88.82%
HSB/HSV83°9.66%93.33%
CMYK3.78%0.00%9.66%
6.67%

Color #E5EED7 in popluar number systems.

HEXE5EED7
Decimal229238215
Binary111001011110111011010111
Octal345356327

Shades and tints

Shades of #E5EED7

#E5EED7
(229,238,215)
#D1D9C4
(209,217,196)
#BDC4B1
(189,196,177)
#A9AF9E
(169,175,158)
#959A8B
(149,154,139)
#818578
(129,133,120)
#6D7065
(109,112,101)
#595B52
(89,91,82)
#45463F
(69,70,63)
#31312C
(49,49,44)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #E5EED7

#E5EED7
(229,238,215)
#E7EFDA
(231,239,218)
#E9F0DD
(233,240,221)
#EBF1E0
(235,241,224)
#EDF2E3
(237,242,227)
#EFF3E6
(239,243,230)
#F1F4E9
(241,244,233)
#F3F5EC
(243,245,236)
#F5F6EF
(245,246,239)
#F7F7F2
(247,247,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EED7; }

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

This text font color is #E5EED7.


Background Color

.myBgColor { background-color: #E5EED7; }

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

This div background color is #E5EED7.


Border color

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

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

This div border color is #E5EED7.


Opacity

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

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

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

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

This text has shadow with #E5EED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EED7 on black background.


Color preview on white background

This text has color #E5EED7 on white background.



Black color preview on #E5EED7 background

This text has black color on #E5EED7 background.


White color preview on #E5EED7 background

This text has white color on #E5EED7 background.