COLOR #E1E8F7

HEX: #E1E8F7
RGB: (225,232,247)

Color info

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

RGB color model

#E1E8F7 color RGB value is (225,232,247).

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

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 247 of 255 = 97%

225
232
247

R + G + B ~ 92%. #E1E8F7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 232 + 247 = 704 (100%)
R 225 of 704 ~ 31.96%
G 232 of 704 ~ 32.95%
B 247 of 704 ~ 35.09%

%31.96
%32.95
%35.09

CMYK color model

#E1E8F7 color CMYK value is (9,6,0,3).

  • cyan value is 8.91%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,6,0,3)
C9M6Y0K3 
(9%,6%,0%,3%)
(0.09/0.06/0.00/0.03)	

CMYK percentages

%8.91
%6.07
%0
%3.14

Codes

Color #E1E8F7 in popluar color models

E1E8F7
RGB225232247
HSL221°57.89%92.55%
HSB/HSV221°8.91%96.86%
CMYK8.91%6.07%0.00%
3.14%

Color #E1E8F7 in popluar number systems.

HEXE1E8F7
Decimal225232247
Binary111000011110100011110111
Octal341350367

Shades and tints

Shades of #E1E8F7

#E1E8F7
(225,232,247)
#CDD3E1
(205,211,225)
#B9BECB
(185,190,203)
#A5A9B5
(165,169,181)
#91949F
(145,148,159)
#7D7F89
(125,127,137)
#696A73
(105,106,115)
#55555D
(85,85,93)
#414047
(65,64,71)
#2D2B31
(45,43,49)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #E1E8F7

#E1E8F7
(225,232,247)
#E3EAF7
(227,234,247)
#E5ECF7
(229,236,247)
#E7EEF7
(231,238,247)
#E9F0F7
(233,240,247)
#EBF2F7
(235,242,247)
#EDF4F7
(237,244,247)
#EFF6F7
(239,246,247)
#F1F8F7
(241,248,247)
#F3FAF7
(243,250,247)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E8F7; }

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

This text font color is #E1E8F7.


Background Color

.myBgColor { background-color: #E1E8F7; }

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

This div background color is #E1E8F7.


Border color

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

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

This div border color is #E1E8F7.


Opacity

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

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

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

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

This text has shadow with #E1E8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E8F7 on black background.


Color preview on white background

This text has color #E1E8F7 on white background.



Black color preview on #E1E8F7 background

This text has black color on #E1E8F7 background.


White color preview on #E1E8F7 background

This text has white color on #E1E8F7 background.