COLOR #E8EBFA

HEX: #E8EBFA
RGB: (232,235,250)

Color info

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

RGB color model

#E8EBFA color RGB value is (232,235,250).

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

RGB channels and saturation

R 232 of 255 = 91%
G 235 of 255 = 92%
B 250 of 255 = 98%

232
235
250

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

Portions of RGB colors in percentages

R + G + B =
232 + 235 + 250 = 717 (100%)
R 232 of 717 ~ 32.36%
G 235 of 717 ~ 32.78%
B 250 of 717 ~ 34.87%

%32.36
%32.78
%34.87

CMYK color model

#E8EBFA color CMYK value is (7,6,0,2).

  • cyan value is 7.20%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(7,6,0,2)
C7M6Y0K2 
(7%,6%,0%,2%)
(0.07/0.06/0.00/0.02)	

CMYK percentages

%7.2
%6
%0
%1.96

Codes

Color #E8EBFA in popluar color models

E8EBFA
RGB232235250
HSL230°64.29%94.51%
HSB/HSV230°7.20%98.04%
CMYK7.20%6.00%0.00%
1.96%

Color #E8EBFA in popluar number systems.

HEXE8EBFA
Decimal232235250
Binary111010001110101111111010
Octal350353372

Shades and tints

Shades of #E8EBFA

#E8EBFA
(232,235,250)
#D3D6E4
(211,214,228)
#BEC1CE
(190,193,206)
#A9ACB8
(169,172,184)
#9497A2
(148,151,162)
#7F828C
(127,130,140)
#6A6D76
(106,109,118)
#555860
(85,88,96)
#40434A
(64,67,74)
#2B2E34
(43,46,52)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #E8EBFA

#E8EBFA
(232,235,250)
#EAECFA
(234,236,250)
#ECEDFA
(236,237,250)
#EEEEFA
(238,238,250)
#F0EFFA
(240,239,250)
#F2F0FA
(242,240,250)
#F4F1FA
(244,241,250)
#F6F2FA
(246,242,250)
#F8F3FA
(248,243,250)
#FAF4FA
(250,244,250)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EBFA; }

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

This text font color is #E8EBFA.


Background Color

.myBgColor { background-color: #E8EBFA; }

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

This div background color is #E8EBFA.


Border color

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

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

This div border color is #E8EBFA.


Opacity

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

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

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

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

This text has shadow with #E8EBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EBFA on black background.


Color preview on white background

This text has color #E8EBFA on white background.



Black color preview on #E8EBFA background

This text has black color on #E8EBFA background.


White color preview on #E8EBFA background

This text has white color on #E8EBFA background.