COLOR #E1E8EB

HEX: #E1E8EB
RGB: (225,232,235)

Color info

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

RGB color model

#E1E8EB color RGB value is (225,232,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 235 of 255 = 92%

225
232
235

R + G + B ~ 90%. #E1E8EB is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 232 + 235 = 692 (100%)
R 225 of 692 ~ 32.51%
G 232 of 692 ~ 33.53%
B 235 of 692 ~ 33.96%

%32.51
%33.53
%33.96

CMYK color model

#E1E8EB color CMYK value is (4,1,0,8).

  • cyan value is 4.26%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,1,0,8)
C4M1Y0K8 
(4%,1%,0%,8%)
(0.04/0.01/0.00/0.08)	

CMYK percentages

%4.26
%1.28
%0
%7.84

Codes

Color #E1E8EB in popluar color models

E1E8EB
RGB225232235
HSL198°20.00%90.20%
HSB/HSV198°4.26%92.16%
CMYK4.26%1.28%0.00%
7.84%

Color #E1E8EB in popluar number systems.

HEXE1E8EB
Decimal225232235
Binary111000011110100011101011
Octal341350353

Shades and tints

Shades of #E1E8EB

#E1E8EB
(225,232,235)
#CDD3D6
(205,211,214)
#B9BEC1
(185,190,193)
#A5A9AC
(165,169,172)
#919497
(145,148,151)
#7D7F82
(125,127,130)
#696A6D
(105,106,109)
#555558
(85,85,88)
#414043
(65,64,67)
#2D2B2E
(45,43,46)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1E8EB

#E1E8EB
(225,232,235)
#E3EAEC
(227,234,236)
#E5ECED
(229,236,237)
#E7EEEE
(231,238,238)
#E9F0EF
(233,240,239)
#EBF2F0
(235,242,240)
#EDF4F1
(237,244,241)
#EFF6F2
(239,246,242)
#F1F8F3
(241,248,243)
#F3FAF4
(243,250,244)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E8EB; }

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

This text font color is #E1E8EB.


Background Color

.myBgColor { background-color: #E1E8EB; }

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

This div background color is #E1E8EB.


Border color

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

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

This div border color is #E1E8EB.


Opacity

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

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

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

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

This text has shadow with #E1E8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E8EB on black background.


Color preview on white background

This text has color #E1E8EB on white background.



Black color preview on #E1E8EB background

This text has black color on #E1E8EB background.


White color preview on #E1E8EB background

This text has white color on #E1E8EB background.