COLOR #E7ECFC

HEX: #E7ECFC
RGB: (231,236,252)

Color info

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

RGB color model

#E7ECFC color RGB value is (231,236,252).

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

RGB channels and saturation

R 231 of 255 = 91%
G 236 of 255 = 93%
B 252 of 255 = 99%

231
236
252

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

Portions of RGB colors in percentages

R + G + B =
231 + 236 + 252 = 719 (100%)
R 231 of 719 ~ 32.13%
G 236 of 719 ~ 32.82%
B 252 of 719 ~ 35.05%

%32.13
%32.82
%35.05

CMYK color model

#E7ECFC color CMYK value is (8,6,0,1).

  • cyan value is 8.33%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(8,6,0,1)
C8M6Y0K1 
(8%,6%,0%,1%)
(0.08/0.06/0.00/0.01)	

CMYK percentages

%8.33
%6.35
%0
%1.18

Codes

Color #E7ECFC in popluar color models

E7ECFC
RGB231236252
HSL226°77.78%94.71%
HSB/HSV226°8.33%98.82%
CMYK8.33%6.35%0.00%
1.18%

Color #E7ECFC in popluar number systems.

HEXE7ECFC
Decimal231236252
Binary111001111110110011111100
Octal347354374

Shades and tints

Shades of #E7ECFC

#E7ECFC
(231,236,252)
#D2D7E6
(210,215,230)
#BDC2D0
(189,194,208)
#A8ADBA
(168,173,186)
#9398A4
(147,152,164)
#7E838E
(126,131,142)
#696E78
(105,110,120)
#545962
(84,89,98)
#3F444C
(63,68,76)
#2A2F36
(42,47,54)
#151A20
(21,26,32)
#000000
(0,0,0)

Tints of #E7ECFC

#E7ECFC
(231,236,252)
#E9EDFC
(233,237,252)
#EBEEFC
(235,238,252)
#EDEFFC
(237,239,252)
#EFF0FC
(239,240,252)
#F1F1FC
(241,241,252)
#F3F2FC
(243,242,252)
#F5F3FC
(245,243,252)
#F7F4FC
(247,244,252)
#F9F5FC
(249,245,252)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ECFC; }

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

This text font color is #E7ECFC.


Background Color

.myBgColor { background-color: #E7ECFC; }

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

This div background color is #E7ECFC.


Border color

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

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

This div border color is #E7ECFC.


Opacity

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

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

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

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

This text has shadow with #E7ECFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ECFC on black background.


Color preview on white background

This text has color #E7ECFC on white background.



Black color preview on #E7ECFC background

This text has black color on #E7ECFC background.


White color preview on #E7ECFC background

This text has white color on #E7ECFC background.