COLOR #E5EED2

HEX: #E5EED2
RGB: (229,238,210)

Color info

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

RGB color model

#E5EED2 color RGB value is (229,238,210).

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

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 210 of 255 = 82%

229
238
210

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

Portions of RGB colors in percentages

R + G + B =
229 + 238 + 210 = 677 (100%)
R 229 of 677 ~ 33.83%
G 238 of 677 ~ 35.16%
B 210 of 677 ~ 31.02%

%33.83
%35.16
%31.02

CMYK color model

#E5EED2 color CMYK value is (4,0,12,7).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(4,0,12,7)
C4M0Y12K7 
(4%,0%,12%,7%)
(0.04/0.00/0.12/0.07)	

CMYK percentages

%3.78
%0
%11.76
%6.67

Codes

Color #E5EED2 in popluar color models

E5EED2
RGB229238210
HSL79°45.16%87.84%
HSB/HSV79°11.76%93.33%
CMYK3.78%0.00%11.76%
6.67%

Color #E5EED2 in popluar number systems.

HEXE5EED2
Decimal229238210
Binary111001011110111011010010
Octal345356322

Shades and tints

Shades of #E5EED2

#E5EED2
(229,238,210)
#D1D9BF
(209,217,191)
#BDC4AC
(189,196,172)
#A9AF99
(169,175,153)
#959A86
(149,154,134)
#818573
(129,133,115)
#6D7060
(109,112,96)
#595B4D
(89,91,77)
#45463A
(69,70,58)
#313127
(49,49,39)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #E5EED2

#E5EED2
(229,238,210)
#E7EFD6
(231,239,214)
#E9F0DA
(233,240,218)
#EBF1DE
(235,241,222)
#EDF2E2
(237,242,226)
#EFF3E6
(239,243,230)
#F1F4EA
(241,244,234)
#F3F5EE
(243,245,238)
#F5F6F2
(245,246,242)
#F7F7F6
(247,247,246)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EED2; }

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

This text font color is #E5EED2.


Background Color

.myBgColor { background-color: #E5EED2; }

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

This div background color is #E5EED2.


Border color

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

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

This div border color is #E5EED2.


Opacity

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

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

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

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

This text has shadow with #E5EED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EED2 on black background.


Color preview on white background

This text has color #E5EED2 on white background.



Black color preview on #E5EED2 background

This text has black color on #E5EED2 background.


White color preview on #E5EED2 background

This text has white color on #E5EED2 background.