COLOR #E8ECFA

HEX: #E8ECFA
RGB: (232,236,250)

Color info

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

RGB color model

#E8ECFA color RGB value is (232,236,250).

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

RGB channels and saturation

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

232
236
250

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

Portions of RGB colors in percentages

R + G + B =
232 + 236 + 250 = 718 (100%)
R 232 of 718 ~ 32.31%
G 236 of 718 ~ 32.87%
B 250 of 718 ~ 34.82%

%32.31
%32.87
%34.82

CMYK color model

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

  • cyan value is 7.20%
  • magenta value is 5.60%
  • 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
%5.6
%0
%1.96

Codes

Color #E8ECFA in popluar color models

E8ECFA
RGB232236250
HSL227°64.29%94.51%
HSB/HSV227°7.20%98.04%
CMYK7.20%5.60%0.00%
1.96%

Color #E8ECFA in popluar number systems.

HEXE8ECFA
Decimal232236250
Binary111010001110110011111010
Octal350354372

Shades and tints

Shades of #E8ECFA

#E8ECFA
(232,236,250)
#D3D7E4
(211,215,228)
#BEC2CE
(190,194,206)
#A9ADB8
(169,173,184)
#9498A2
(148,152,162)
#7F838C
(127,131,140)
#6A6E76
(106,110,118)
#555960
(85,89,96)
#40444A
(64,68,74)
#2B2F34
(43,47,52)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #E8ECFA

#E8ECFA
(232,236,250)
#EAEDFA
(234,237,250)
#ECEEFA
(236,238,250)
#EEEFFA
(238,239,250)
#F0F0FA
(240,240,250)
#F2F1FA
(242,241,250)
#F4F2FA
(244,242,250)
#F6F3FA
(246,243,250)
#F8F4FA
(248,244,250)
#FAF5FA
(250,245,250)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ECFA; }

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

This text font color is #E8ECFA.


Background Color

.myBgColor { background-color: #E8ECFA; }

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

This div background color is #E8ECFA.


Border color

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

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

This div border color is #E8ECFA.


Opacity

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

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

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

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

This text has shadow with #E8ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ECFA on black background.


Color preview on white background

This text has color #E8ECFA on white background.



Black color preview on #E8ECFA background

This text has black color on #E8ECFA background.


White color preview on #E8ECFA background

This text has white color on #E8ECFA background.