COLOR #E8EEF5

HEX: #E8EEF5
RGB: (232,238,245)

Color info

#E8EEF5 contains red, green and blue colors in about the same proportion. Web safe color of #E8EEF5 is #FFFFFF (or #FFF).

RGB color model

#E8EEF5 color RGB value is (232,238,245).

  • red value is 232;
  • green value is 238;
  • blue value is 245.
RGB:
(232,238,245)
(91%,93%,96%)

RGB channels and saturation

R 232 of 255 = 91%
G 238 of 255 = 93%
B 245 of 255 = 96%

232
238
245

R + G + B ~ 93%. #E8EEF5 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 238 + 245 = 715 (100%)
R 232 of 715 ~ 32.45%
G 238 of 715 ~ 33.29%
B 245 of 715 ~ 34.27%

%32.45
%33.29
%34.27

CMYK color model

#E8EEF5 color CMYK value is (5,3,0,4).

  • cyan value is 5.31%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(5,3,0,4)
C5M3Y0K4 
(5%,3%,0%,4%)
(0.05/0.03/0.00/0.04)	

CMYK percentages

%5.31
%2.86
%0
%3.92

Codes

Color #E8EEF5 in popluar color models

E8EEF5
RGB232238245
HSL212°39.39%93.53%
HSB/HSV212°5.31%96.08%
CMYK5.31%2.86%0.00%
3.92%

Color #E8EEF5 in popluar number systems.

HEXE8EEF5
Decimal232238245
Binary111010001110111011110101
Octal350356365

Shades and tints

Shades of #E8EEF5

#E8EEF5
(232,238,245)
#D3D9DF
(211,217,223)
#BEC4C9
(190,196,201)
#A9AFB3
(169,175,179)
#949A9D
(148,154,157)
#7F8587
(127,133,135)
#6A7071
(106,112,113)
#555B5B
(85,91,91)
#404645
(64,70,69)
#2B312F
(43,49,47)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #E8EEF5

#E8EEF5
(232,238,245)
#EAEFF5
(234,239,245)
#ECF0F5
(236,240,245)
#EEF1F5
(238,241,245)
#F0F2F5
(240,242,245)
#F2F3F5
(242,243,245)
#F4F4F5
(244,244,245)
#F6F5F5
(246,245,245)
#F8F6F5
(248,246,245)
#FAF7F5
(250,247,245)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EEF5 color. Also use rgb(232,238,245) instead hex code.

Text Font Color

.myTextColor { color: #E8EEF5; }

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

This text font color is #E8EEF5.


Background Color

.myBgColor { background-color: #E8EEF5; }

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

This div background color is #E8EEF5.


Border color

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

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

This div border color is #E8EEF5.


Opacity

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

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

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

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

This text has shadow with #E8EEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EEF5 on black background.


Color preview on white background

This text has color #E8EEF5 on white background.



Black color preview on #E8EEF5 background

This text has black color on #E8EEF5 background.


White color preview on #E8EEF5 background

This text has white color on #E8EEF5 background.