COLOR #E5E5EB

HEX: #E5E5EB
RGB: (229,229,235)

Color info

#E5E5EB contains red, green and blue colors in about the same proportion. Web safe color of #E5E5EB is #CCCCFF (or #CCF).

RGB color model

#E5E5EB color RGB value is (229,229,235).

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

RGB channels and saturation

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

229
229
235

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

Portions of RGB colors in percentages

R + G + B =
229 + 229 + 235 = 693 (100%)
R 229 of 693 ~ 33.04%
G 229 of 693 ~ 33.04%
B 235 of 693 ~ 33.91%

%33.04
%33.04
%33.91

CMYK color model

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

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

CMYK percentages

%2.55
%2.55
%0
%7.84

Codes

Color #E5E5EB in popluar color models

E5E5EB
RGB229229235
HSL240°13.04%90.98%
HSB/HSV240°2.55%92.16%
CMYK2.55%2.55%0.00%
7.84%

Color #E5E5EB in popluar number systems.

HEXE5E5EB
Decimal229229235
Binary111001011110010111101011
Octal345345353

Shades and tints

Shades of #E5E5EB

#E5E5EB
(229,229,235)
#D1D1D6
(209,209,214)
#BDBDC1
(189,189,193)
#A9A9AC
(169,169,172)
#959597
(149,149,151)
#818182
(129,129,130)
#6D6D6D
(109,109,109)
#595958
(89,89,88)
#454543
(69,69,67)
#31312E
(49,49,46)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #E5E5EB

#E5E5EB
(229,229,235)
#E7E7EC
(231,231,236)
#E9E9ED
(233,233,237)
#EBEBEE
(235,235,238)
#EDEDEF
(237,237,239)
#EFEFF0
(239,239,240)
#F1F1F1
(241,241,241)
#F3F3F2
(243,243,242)
#F5F5F3
(245,245,243)
#F7F7F4
(247,247,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5EB; }

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

This text font color is #E5E5EB.


Background Color

.myBgColor { background-color: #E5E5EB; }

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

This div background color is #E5E5EB.


Border color

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

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

This div border color is #E5E5EB.


Opacity

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

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

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

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

This text has shadow with #E5E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E5EB on black background.


Color preview on white background

This text has color #E5E5EB on white background.



Black color preview on #E5E5EB background

This text has black color on #E5E5EB background.


White color preview on #E5E5EB background

This text has white color on #E5E5EB background.