COLOR #E5E8EB

HEX: #E5E8EB
RGB: (229,232,235)

Color info

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

RGB color model

#E5E8EB color RGB value is (229,232,235).

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

RGB channels and saturation

R 229 of 255 = 90%
G 232 of 255 = 91%
B 235 of 255 = 92%

229
232
235

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

Portions of RGB colors in percentages

R + G + B =
229 + 232 + 235 = 696 (100%)
R 229 of 696 ~ 32.9%
G 232 of 696 ~ 33.33%
B 235 of 696 ~ 33.76%

%32.9
%33.33
%33.76

CMYK color model

#E5E8EB color CMYK value is (3,1,0,8).

  • cyan value is 2.55%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,1,0,8)
C3M1Y0K8 
(3%,1%,0%,8%)
(0.03/0.01/0.00/0.08)	

CMYK percentages

%2.55
%1.28
%0
%7.84

Codes

Color #E5E8EB in popluar color models

E5E8EB
RGB229232235
HSL210°13.04%90.98%
HSB/HSV210°2.55%92.16%
CMYK2.55%1.28%0.00%
7.84%

Color #E5E8EB in popluar number systems.

HEXE5E8EB
Decimal229232235
Binary111001011110100011101011
Octal345350353

Shades and tints

Shades of #E5E8EB

#E5E8EB
(229,232,235)
#D1D3D6
(209,211,214)
#BDBEC1
(189,190,193)
#A9A9AC
(169,169,172)
#959497
(149,148,151)
#817F82
(129,127,130)
#6D6A6D
(109,106,109)
#595558
(89,85,88)
#454043
(69,64,67)
#312B2E
(49,43,46)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5E8EB

#E5E8EB
(229,232,235)
#E7EAEC
(231,234,236)
#E9ECED
(233,236,237)
#EBEEEE
(235,238,238)
#EDF0EF
(237,240,239)
#EFF2F0
(239,242,240)
#F1F4F1
(241,244,241)
#F3F6F2
(243,246,242)
#F5F8F3
(245,248,243)
#F7FAF4
(247,250,244)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E8EB; }

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

This text font color is #E5E8EB.


Background Color

.myBgColor { background-color: #E5E8EB; }

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

This div background color is #E5E8EB.


Border color

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

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

This div border color is #E5E8EB.


Opacity

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

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

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

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

This text has shadow with #E5E8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E8EB on black background.


Color preview on white background

This text has color #E5E8EB on white background.



Black color preview on #E5E8EB background

This text has black color on #E5E8EB background.


White color preview on #E5E8EB background

This text has white color on #E5E8EB background.