COLOR #E8EFFA

HEX: #E8EFFA
RGB: (232,239,250)

Color info

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

RGB color model

#E8EFFA color RGB value is (232,239,250).

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

RGB channels and saturation

R 232 of 255 = 91%
G 239 of 255 = 94%
B 250 of 255 = 98%

232
239
250

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

Portions of RGB colors in percentages

R + G + B =
232 + 239 + 250 = 721 (100%)
R 232 of 721 ~ 32.18%
G 239 of 721 ~ 33.15%
B 250 of 721 ~ 34.67%

%32.18
%33.15
%34.67

CMYK color model

#E8EFFA color CMYK value is (7,4,0,2).

  • cyan value is 7.20%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(7,4,0,2)
C7M4Y0K2 
(7%,4%,0%,2%)
(0.07/0.04/0.00/0.02)	

CMYK percentages

%7.2
%4.4
%0
%1.96

Codes

Color #E8EFFA in popluar color models

E8EFFA
RGB232239250
HSL217°64.29%94.51%
HSB/HSV217°7.20%98.04%
CMYK7.20%4.40%0.00%
1.96%

Color #E8EFFA in popluar number systems.

HEXE8EFFA
Decimal232239250
Binary111010001110111111111010
Octal350357372

Shades and tints

Shades of #E8EFFA

#E8EFFA
(232,239,250)
#D3DAE4
(211,218,228)
#BEC5CE
(190,197,206)
#A9B0B8
(169,176,184)
#949BA2
(148,155,162)
#7F868C
(127,134,140)
#6A7176
(106,113,118)
#555C60
(85,92,96)
#40474A
(64,71,74)
#2B3234
(43,50,52)
#161D1E
(22,29,30)
#000000
(0,0,0)

Tints of #E8EFFA

#E8EFFA
(232,239,250)
#EAF0FA
(234,240,250)
#ECF1FA
(236,241,250)
#EEF2FA
(238,242,250)
#F0F3FA
(240,243,250)
#F2F4FA
(242,244,250)
#F4F5FA
(244,245,250)
#F6F6FA
(246,246,250)
#F8F7FA
(248,247,250)
#FAF8FA
(250,248,250)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EFFA; }

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

This text font color is #E8EFFA.


Background Color

.myBgColor { background-color: #E8EFFA; }

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

This div background color is #E8EFFA.


Border color

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

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

This div border color is #E8EFFA.


Opacity

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

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

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

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

This text has shadow with #E8EFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EFFA on black background.


Color preview on white background

This text has color #E8EFFA on white background.



Black color preview on #E8EFFA background

This text has black color on #E8EFFA background.


White color preview on #E8EFFA background

This text has white color on #E8EFFA background.