COLOR #E8EDFA

HEX: #E8EDFA
RGB: (232,237,250)

Color info

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

RGB color model

#E8EDFA color RGB value is (232,237,250).

  • red value is 232;
  • green value is 237;
  • blue value is 250.
RGB:
(232,237,250)
(91%,93%,98%)

RGB channels and saturation

R 232 of 255 = 91%
G 237 of 255 = 93%
B 250 of 255 = 98%

232
237
250

R + G + B ~ 94%. #E8EDFA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 237 + 250 = 719 (100%)
R 232 of 719 ~ 32.27%
G 237 of 719 ~ 32.96%
B 250 of 719 ~ 34.77%

%32.27
%32.96
%34.77

CMYK color model

#E8EDFA color CMYK value is (7,5,0,2).

  • cyan value is 7.20%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(7,5,0,2)
C7M5Y0K2 
(7%,5%,0%,2%)
(0.07/0.05/0.00/0.02)	

CMYK percentages

%7.2
%5.2
%0
%1.96

Codes

Color #E8EDFA in popluar color models

E8EDFA
RGB232237250
HSL223°64.29%94.51%
HSB/HSV223°7.20%98.04%
CMYK7.20%5.20%0.00%
1.96%

Color #E8EDFA in popluar number systems.

HEXE8EDFA
Decimal232237250
Binary111010001110110111111010
Octal350355372

Shades and tints

Shades of #E8EDFA

#E8EDFA
(232,237,250)
#D3D8E4
(211,216,228)
#BEC3CE
(190,195,206)
#A9AEB8
(169,174,184)
#9499A2
(148,153,162)
#7F848C
(127,132,140)
#6A6F76
(106,111,118)
#555A60
(85,90,96)
#40454A
(64,69,74)
#2B3034
(43,48,52)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #E8EDFA

#E8EDFA
(232,237,250)
#EAEEFA
(234,238,250)
#ECEFFA
(236,239,250)
#EEF0FA
(238,240,250)
#F0F1FA
(240,241,250)
#F2F2FA
(242,242,250)
#F4F3FA
(244,243,250)
#F6F4FA
(246,244,250)
#F8F5FA
(248,245,250)
#FAF6FA
(250,246,250)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EDFA color. Also use rgb(232,237,250) instead hex code.

Text Font Color

.myTextColor { color: #E8EDFA; }

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

This text font color is #E8EDFA.


Background Color

.myBgColor { background-color: #E8EDFA; }

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

This div background color is #E8EDFA.


Border color

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

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

This div border color is #E8EDFA.


Opacity

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

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

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

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

This text has shadow with #E8EDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EDFA on black background.


Color preview on white background

This text has color #E8EDFA on white background.



Black color preview on #E8EDFA background

This text has black color on #E8EDFA background.


White color preview on #E8EDFA background

This text has white color on #E8EDFA background.