COLOR #E7ECFF

HEX: #E7ECFF
RGB: (231,236,255)

Color info

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

RGB color model

#E7ECFF color RGB value is (231,236,255).

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

RGB channels and saturation

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

231
236
255

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

Portions of RGB colors in percentages

R + G + B =
231 + 236 + 255 = 722 (100%)
R 231 of 722 ~ 31.99%
G 236 of 722 ~ 32.69%
B 255 of 722 ~ 35.32%

%31.99
%32.69
%35.32

CMYK color model

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

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

CMYK percentages

%9.41
%7.45
%0
%0

Codes

Color #E7ECFF in popluar color models

E7ECFF
RGB231236255
HSL228°100.00%95.29%
HSB/HSV228°9.41%100.00%
CMYK9.41%7.45%0.00%
0.00%

Color #E7ECFF in popluar number systems.

HEXE7ECFF
Decimal231236255
Binary111001111110110011111111
Octal347354377

Shades and tints

Shades of #E7ECFF

#E7ECFF
(231,236,255)
#D2D7E8
(210,215,232)
#BDC2D1
(189,194,209)
#A8ADBA
(168,173,186)
#9398A3
(147,152,163)
#7E838C
(126,131,140)
#696E75
(105,110,117)
#54595E
(84,89,94)
#3F4447
(63,68,71)
#2A2F30
(42,47,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #E7ECFF

#E7ECFF
(231,236,255)
#E9EDFF
(233,237,255)
#EBEEFF
(235,238,255)
#EDEFFF
(237,239,255)
#EFF0FF
(239,240,255)
#F1F1FF
(241,241,255)
#F3F2FF
(243,242,255)
#F5F3FF
(245,243,255)
#F7F4FF
(247,244,255)
#F9F5FF
(249,245,255)
#FBF6FF
(251,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ECFF; }

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

This text font color is #E7ECFF.


Background Color

.myBgColor { background-color: #E7ECFF; }

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

This div background color is #E7ECFF.


Border color

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

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

This div border color is #E7ECFF.


Opacity

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

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

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

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

This text has shadow with #E7ECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ECFF on black background.


Color preview on white background

This text has color #E7ECFF on white background.



Black color preview on #E7ECFF background

This text has black color on #E7ECFF background.


White color preview on #E7ECFF background

This text has white color on #E7ECFF background.