COLOR #E5EDE8

HEX: #E5EDE8
RGB: (229,237,232)

Color info

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

RGB color model

#E5EDE8 color RGB value is (229,237,232).

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

RGB channels and saturation

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

229
237
232

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

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 232 = 698 (100%)
R 229 of 698 ~ 32.81%
G 237 of 698 ~ 33.95%
B 232 of 698 ~ 33.24%

%32.81
%33.95
%33.24

CMYK color model

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

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • 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
%2.11
%7.06

Codes

Color #E5EDE8 in popluar color models

E5EDE8
RGB229237232
HSL143°18.18%91.37%
HSB/HSV143°3.38%92.94%
CMYK3.38%0.00%2.11%
7.06%

Color #E5EDE8 in popluar number systems.

HEXE5EDE8
Decimal229237232
Binary111001011110110111101000
Octal345355350

Shades and tints

Shades of #E5EDE8

#E5EDE8
(229,237,232)
#D1D8D3
(209,216,211)
#BDC3BE
(189,195,190)
#A9AEA9
(169,174,169)
#959994
(149,153,148)
#81847F
(129,132,127)
#6D6F6A
(109,111,106)
#595A55
(89,90,85)
#454540
(69,69,64)
#31302B
(49,48,43)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #E5EDE8

#E5EDE8
(229,237,232)
#E7EEEA
(231,238,234)
#E9EFEC
(233,239,236)
#EBF0EE
(235,240,238)
#EDF1F0
(237,241,240)
#EFF2F2
(239,242,242)
#F1F3F4
(241,243,244)
#F3F4F6
(243,244,246)
#F5F5F8
(245,245,248)
#F7F6FA
(247,246,250)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDE8; }

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

This text font color is #E5EDE8.


Background Color

.myBgColor { background-color: #E5EDE8; }

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

This div background color is #E5EDE8.


Border color

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

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

This div border color is #E5EDE8.


Opacity

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

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

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

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

This text has shadow with #E5EDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDE8 on black background.


Color preview on white background

This text has color #E5EDE8 on white background.



Black color preview on #E5EDE8 background

This text has black color on #E5EDE8 background.


White color preview on #E5EDE8 background

This text has white color on #E5EDE8 background.