COLOR #E7ECFA

HEX: #E7ECFA RGB: (231,236,250)

Color info

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

RGB color model

#E7ECFA color RGB value is (231,236,250).

RGB: (231,236,250) (91%, 93%, 98%)

RGB channels and saturation

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

231
236
250

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

Portions of RGB colors in percentages

R + G + B = 231 + 236 + 250 = 717 (100%)
R 231 of 717 ~ 32.22%
G 236 of 717 ~ 32.91%
B 250 of 717 ~ 34.87'%

%32.22
%32.91
%34.87

CMYK color model

#E7ECFA color CMYK value is (8,6,0,2).

  • cyan value is 7.60%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,6,0,2)
C8M6Y0K2 (8%, 6%, 0%, 2%)
(0.08 / 0.06 / 0.00 / 0.02)

CMYK percentages

%7.6
%5.6
%0
%1.96

Codes

Color #E7ECFA in popluar color models

E7 EC FA
RGB 231 236 250
HSL 224° 65.52% 94.31%
HSB/HSV 224° 7.60% 98.04%
CMYK 7.60% 5.60% 0.00%
1.96%

Color #E7ECFA in popluar number systems.

HEX E7 EC FA
Decimal 231 236 250
Binary 11100111 11101100 11111010
Octal 347 354 372

Shades and tints

Shades of #E7ECFA

#E7ECFA
(231,236,250)
#D2D7E4
(210,215,228)
#BDC2CE
(189,194,206)
#A8ADB8
(168,173,184)
#9398A2
(147,152,162)
#7E838C
(126,131,140)
#696E76
(105,110,118)
#545960
(84,89,96)
#3F444A
(63,68,74)
#2A2F34
(42,47,52)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #E7ECFA

#E7ECFA
(231,236,250)
#E9EDFA
(233,237,250)
#EBEEFA
(235,238,250)
#EDEFFA
(237,239,250)
#EFF0FA
(239,240,250)
#F1F1FA
(241,241,250)
#F3F2FA
(243,242,250)
#F5F3FA
(245,243,250)
#F7F4FA
(247,244,250)
#F9F5FA
(249,245,250)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ECFA; }

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

This text font color is #E7ECFA.

Background Color

.myBgColor { background-color: #E7ECFA; }

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

This div background color is #E7ECFA.

Border color

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

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

This div border color is #E7ECFA.

Opacity

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

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

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

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

This text has shadow with #E7ECFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ECFA.

Preview

Color preview on black background

This text has color #E7ECFA on black background.


Color preview on white background

This text has color #E7ECFA on white background.


Black color preview on #E7ECFA background

This text has black color on #E7ECFA background.


White color preview on #E7ECFA background

This text has white color on #E7ECFA background.


Related colors

Complementary color

Complementary color for #hex is #181305.


I love getcolorcode.com

Triadic colors

1 #FAE7EC and #ECFAE7 with #E7ECFA are triadic colors.

2 #FAECE7 and #ECE7FA with #E7ECFA are triadic colors.