COLOR #E5EDE5

HEX: #E5EDE5
RGB: (229,237,229)

Color info

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

RGB color model

#E5EDE5 color RGB value is (229,237,229).

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

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 229 of 255 = 90%

229
237
229

R + G + B ~ 91%. #E5EDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 229 = 695 (100%)
R 229 of 695 ~ 32.95%
G 237 of 695 ~ 34.1%
B 229 of 695 ~ 32.95%

%32.95
%34.1
%32.95

CMYK color model

#E5EDE5 color CMYK value is (3,0,3,7).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(3,0,3,7)
C3M0Y3K7 
(3%,0%,3%,7%)
(0.03/0.00/0.03/0.07)	

CMYK percentages

%3.38
%0
%3.38
%7.06

Codes

Color #E5EDE5 in popluar color models

E5EDE5
RGB229237229
HSL120°18.18%91.37%
HSB/HSV120°3.38%92.94%
CMYK3.38%0.00%3.38%
7.06%

Color #E5EDE5 in popluar number systems.

HEXE5EDE5
Decimal229237229
Binary111001011110110111100101
Octal345355345

Shades and tints

Shades of #E5EDE5

#E5EDE5
(229,237,229)
#D1D8D1
(209,216,209)
#BDC3BD
(189,195,189)
#A9AEA9
(169,174,169)
#959995
(149,153,149)
#818481
(129,132,129)
#6D6F6D
(109,111,109)
#595A59
(89,90,89)
#454545
(69,69,69)
#313031
(49,48,49)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #E5EDE5

#E5EDE5
(229,237,229)
#E7EEE7
(231,238,231)
#E9EFE9
(233,239,233)
#EBF0EB
(235,240,235)
#EDF1ED
(237,241,237)
#EFF2EF
(239,242,239)
#F1F3F1
(241,243,241)
#F3F4F3
(243,244,243)
#F5F5F5
(245,245,245)
#F7F6F7
(247,246,247)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDE5; }

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

This text font color is #E5EDE5.


Background Color

.myBgColor { background-color: #E5EDE5; }

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

This div background color is #E5EDE5.


Border color

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

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

This div border color is #E5EDE5.


Opacity

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

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

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

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

This text has shadow with #E5EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDE5 on black background.


Color preview on white background

This text has color #E5EDE5 on white background.



Black color preview on #E5EDE5 background

This text has black color on #E5EDE5 background.


White color preview on #E5EDE5 background

This text has white color on #E5EDE5 background.