COLOR #E5E8ED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

229
232
237

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

Portions of RGB colors in percentages

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

%32.81
%33.24
%33.95

CMYK color model

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

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

CMYK percentages

%3.38
%2.11
%0
%7.06

Codes

Color #E5E8ED in popluar color models

E5E8ED
RGB229232237
HSL218°18.18%91.37%
HSB/HSV218°3.38%92.94%
CMYK3.38%2.11%0.00%
7.06%

Color #E5E8ED in popluar number systems.

HEXE5E8ED
Decimal229232237
Binary111001011110100011101101
Octal345350355

Shades and tints

Shades of #E5E8ED

#E5E8ED
(229,232,237)
#D1D3D8
(209,211,216)
#BDBEC3
(189,190,195)
#A9A9AE
(169,169,174)
#959499
(149,148,153)
#817F84
(129,127,132)
#6D6A6F
(109,106,111)
#59555A
(89,85,90)
#454045
(69,64,69)
#312B30
(49,43,48)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #E5E8ED

#E5E8ED
(229,232,237)
#E7EAEE
(231,234,238)
#E9ECEF
(233,236,239)
#EBEEF0
(235,238,240)
#EDF0F1
(237,240,241)
#EFF2F2
(239,242,242)
#F1F4F3
(241,244,243)
#F3F6F4
(243,246,244)
#F5F8F5
(245,248,245)
#F7FAF6
(247,250,246)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E8ED; }

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

This text font color is #E5E8ED.


Background Color

.myBgColor { background-color: #E5E8ED; }

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

This div background color is #E5E8ED.


Border color

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

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

This div border color is #E5E8ED.


Opacity

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

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

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

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

This text has shadow with #E5E8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E8ED on black background.


Color preview on white background

This text has color #E5E8ED on white background.



Black color preview on #E5E8ED background

This text has black color on #E5E8ED background.


White color preview on #E5E8ED background

This text has white color on #E5E8ED background.