COLOR #E8ECFD

HEX: #E8ECFD
RGB: (232,236,253)

Color info

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

RGB color model

#E8ECFD color RGB value is (232,236,253).

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

RGB channels and saturation

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

232
236
253

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

Portions of RGB colors in percentages

R + G + B =
232 + 236 + 253 = 721 (100%)
R 232 of 721 ~ 32.18%
G 236 of 721 ~ 32.73%
B 253 of 721 ~ 35.09%

%32.18
%32.73
%35.09

CMYK color model

#E8ECFD color CMYK value is (8,7,0,1).

  • cyan value is 8.30%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,7,0,1)
C8M7Y0K1 
(8%,7%,0%,1%)
(0.08/0.07/0.00/0.01)	

CMYK percentages

%8.3
%6.72
%0
%0.78

Codes

Color #E8ECFD in popluar color models

E8ECFD
RGB232236253
HSL229°84.00%95.10%
HSB/HSV229°8.30%99.22%
CMYK8.30%6.72%0.00%
0.78%

Color #E8ECFD in popluar number systems.

HEXE8ECFD
Decimal232236253
Binary111010001110110011111101
Octal350354375

Shades and tints

Shades of #E8ECFD

#E8ECFD
(232,236,253)
#D3D7E6
(211,215,230)
#BEC2CF
(190,194,207)
#A9ADB8
(169,173,184)
#9498A1
(148,152,161)
#7F838A
(127,131,138)
#6A6E73
(106,110,115)
#55595C
(85,89,92)
#404445
(64,68,69)
#2B2F2E
(43,47,46)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #E8ECFD

#E8ECFD
(232,236,253)
#EAEDFD
(234,237,253)
#ECEEFD
(236,238,253)
#EEEFFD
(238,239,253)
#F0F0FD
(240,240,253)
#F2F1FD
(242,241,253)
#F4F2FD
(244,242,253)
#F6F3FD
(246,243,253)
#F8F4FD
(248,244,253)
#FAF5FD
(250,245,253)
#FCF6FD
(252,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ECFD; }

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

This text font color is #E8ECFD.


Background Color

.myBgColor { background-color: #E8ECFD; }

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

This div background color is #E8ECFD.


Border color

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

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

This div border color is #E8ECFD.


Opacity

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

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

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

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

This text has shadow with #E8ECFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ECFD on black background.


Color preview on white background

This text has color #E8ECFD on white background.



Black color preview on #E8ECFD background

This text has black color on #E8ECFD background.


White color preview on #E8ECFD background

This text has white color on #E8ECFD background.