COLOR #E7ECFE

HEX: #E7ECFE
RGB: (231,236,254)

Color info

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

RGB color model

#E7ECFE color RGB value is (231,236,254).

  • red value is 231;
  • green value is 236;
  • blue value is 254.
RGB:
(231,236,254)
(91%,93%,100%)

RGB channels and saturation

R 231 of 255 = 91%
G 236 of 255 = 93%
B 254 of 255 = 100%

231
236
254

R + G + B ~ 95%. #E7ECFE is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 236 + 254 = 721 (100%)
R 231 of 721 ~ 32.04%
G 236 of 721 ~ 32.73%
B 254 of 721 ~ 35.23%

%32.04
%32.73
%35.23

CMYK color model

#E7ECFE color CMYK value is (9,7,0,0).

  • cyan value is 9.06%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(9,7,0,0)
C9M7Y0K0 
(9%,7%,0%,0%)
(0.09/0.07/0.00/0.00)	

CMYK percentages

%9.06
%7.09
%0
%0.39

Codes

Color #E7ECFE in popluar color models

E7ECFE
RGB231236254
HSL227°92.00%95.10%
HSB/HSV227°9.06%99.61%
CMYK9.06%7.09%0.00%
0.39%

Color #E7ECFE in popluar number systems.

HEXE7ECFE
Decimal231236254
Binary111001111110110011111110
Octal347354376

Shades and tints

Shades of #E7ECFE

#E7ECFE
(231,236,254)
#D2D7E7
(210,215,231)
#BDC2D0
(189,194,208)
#A8ADB9
(168,173,185)
#9398A2
(147,152,162)
#7E838B
(126,131,139)
#696E74
(105,110,116)
#54595D
(84,89,93)
#3F4446
(63,68,70)
#2A2F2F
(42,47,47)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #E7ECFE

#E7ECFE
(231,236,254)
#E9EDFE
(233,237,254)
#EBEEFE
(235,238,254)
#EDEFFE
(237,239,254)
#EFF0FE
(239,240,254)
#F1F1FE
(241,241,254)
#F3F2FE
(243,242,254)
#F5F3FE
(245,243,254)
#F7F4FE
(247,244,254)
#F9F5FE
(249,245,254)
#FBF6FE
(251,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ECFE color. Also use rgb(231,236,254) instead hex code.

Text Font Color

.myTextColor { color: #E7ECFE; }

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

This text font color is #E7ECFE.


Background Color

.myBgColor { background-color: #E7ECFE; }

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

This div background color is #E7ECFE.


Border color

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

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

This div border color is #E7ECFE.


Opacity

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

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

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

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

This text has shadow with #E7ECFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ECFE on black background.


Color preview on white background

This text has color #E7ECFE on white background.



Black color preview on #E7ECFE background

This text has black color on #E7ECFE background.


White color preview on #E7ECFE background

This text has white color on #E7ECFE background.