COLOR #E7ECFD

HEX: #E7ECFD
RGB: (231,236,253)

Color info

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

RGB color model

#E7ECFD color RGB value is (231,236,253).

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

RGB channels and saturation

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

231
236
253

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

Portions of RGB colors in percentages

R + G + B =
231 + 236 + 253 = 720 (100%)
R 231 of 720 ~ 32.08%
G 236 of 720 ~ 32.78%
B 253 of 720 ~ 35.14%

%32.08
%32.78
%35.14

CMYK color model

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

  • cyan value is 8.70%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,7,0,1)
C9M7Y0K1 
(9%,7%,0%,1%)
(0.09/0.07/0.00/0.01)	

CMYK percentages

%8.7
%6.72
%0
%0.78

Codes

Color #E7ECFD in popluar color models

E7ECFD
RGB231236253
HSL226°84.62%94.90%
HSB/HSV226°8.70%99.22%
CMYK8.70%6.72%0.00%
0.78%

Color #E7ECFD in popluar number systems.

HEXE7ECFD
Decimal231236253
Binary111001111110110011111101
Octal347354375

Shades and tints

Shades of #E7ECFD

#E7ECFD
(231,236,253)
#D2D7E6
(210,215,230)
#BDC2CF
(189,194,207)
#A8ADB8
(168,173,184)
#9398A1
(147,152,161)
#7E838A
(126,131,138)
#696E73
(105,110,115)
#54595C
(84,89,92)
#3F4445
(63,68,69)
#2A2F2E
(42,47,46)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #E7ECFD

#E7ECFD
(231,236,253)
#E9EDFD
(233,237,253)
#EBEEFD
(235,238,253)
#EDEFFD
(237,239,253)
#EFF0FD
(239,240,253)
#F1F1FD
(241,241,253)
#F3F2FD
(243,242,253)
#F5F3FD
(245,243,253)
#F7F4FD
(247,244,253)
#F9F5FD
(249,245,253)
#FBF6FD
(251,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ECFD; }

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

This text font color is #E7ECFD.


Background Color

.myBgColor { background-color: #E7ECFD; }

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

This div background color is #E7ECFD.


Border color

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

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

This div border color is #E7ECFD.


Opacity

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

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

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

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

This text has shadow with #E7ECFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ECFD on black background.


Color preview on white background

This text has color #E7ECFD on white background.



Black color preview on #E7ECFD background

This text has black color on #E7ECFD background.


White color preview on #E7ECFD background

This text has white color on #E7ECFD background.