COLOR #E5EDE9

HEX: #E5EDE9
RGB: (229,237,233)

Color info

#E5EDE9 contains red, green and blue colors in about the same proportion. Web safe color of #E5EDE9 is #CCFFFF (or #CFF).

RGB color model

#E5EDE9 color RGB value is (229,237,233).

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

RGB channels and saturation

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

229
237
233

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

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 233 = 699 (100%)
R 229 of 699 ~ 32.76%
G 237 of 699 ~ 33.91%
B 233 of 699 ~ 33.33%

%32.76
%33.91
%33.33

CMYK color model

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

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

CMYK percentages

%3.38
%0
%1.69
%7.06

Codes

Color #E5EDE9 in popluar color models

E5EDE9
RGB229237233
HSL150°18.18%91.37%
HSB/HSV150°3.38%92.94%
CMYK3.38%0.00%1.69%
7.06%

Color #E5EDE9 in popluar number systems.

HEXE5EDE9
Decimal229237233
Binary111001011110110111101001
Octal345355351

Shades and tints

Shades of #E5EDE9

#E5EDE9
(229,237,233)
#D1D8D4
(209,216,212)
#BDC3BF
(189,195,191)
#A9AEAA
(169,174,170)
#959995
(149,153,149)
#818480
(129,132,128)
#6D6F6B
(109,111,107)
#595A56
(89,90,86)
#454541
(69,69,65)
#31302C
(49,48,44)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5EDE9

#E5EDE9
(229,237,233)
#E7EEEB
(231,238,235)
#E9EFED
(233,239,237)
#EBF0EF
(235,240,239)
#EDF1F1
(237,241,241)
#EFF2F3
(239,242,243)
#F1F3F5
(241,243,245)
#F3F4F7
(243,244,247)
#F5F5F9
(245,245,249)
#F7F6FB
(247,246,251)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDE9; }

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

This text font color is #E5EDE9.


Background Color

.myBgColor { background-color: #E5EDE9; }

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

This div background color is #E5EDE9.


Border color

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

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

This div border color is #E5EDE9.


Opacity

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

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

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

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

This text has shadow with #E5EDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDE9 on black background.


Color preview on white background

This text has color #E5EDE9 on white background.



Black color preview on #E5EDE9 background

This text has black color on #E5EDE9 background.


White color preview on #E5EDE9 background

This text has white color on #E5EDE9 background.