COLOR #E0ECFD

HEX: #E0ECFD
RGB: (224,236,253)

Color info

#E0ECFD contains red, green and blue colors in about the same proportion. Web safe color of #E0ECFD is #CCFFFF (or #CFF).

RGB color model

#E0ECFD color RGB value is (224,236,253).

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

RGB channels and saturation

R 224 of 255 = 88%
G 236 of 255 = 93%
B 253 of 255 = 99%

224
236
253

R + G + B ~ 93%. #E0ECFD is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 236 + 253 = 713 (100%)
R 224 of 713 ~ 31.42%
G 236 of 713 ~ 33.1%
B 253 of 713 ~ 35.48%

%31.42
%33.1
%35.48

CMYK color model

#E0ECFD color CMYK value is (11,7,0,1).

  • cyan value is 11.46%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,7,0,1)
C11M7Y0K1 
(11%,7%,0%,1%)
(0.11/0.07/0.00/0.01)	

CMYK percentages

%11.46
%6.72
%0
%0.78

Codes

Color #E0ECFD in popluar color models

E0ECFD
RGB224236253
HSL215°87.88%93.53%
HSB/HSV215°11.46%99.22%
CMYK11.46%6.72%0.00%
0.78%

Color #E0ECFD in popluar number systems.

HEXE0ECFD
Decimal224236253
Binary111000001110110011111101
Octal340354375

Shades and tints

Shades of #E0ECFD

#E0ECFD
(224,236,253)
#CCD7E6
(204,215,230)
#B8C2CF
(184,194,207)
#A4ADB8
(164,173,184)
#9098A1
(144,152,161)
#7C838A
(124,131,138)
#686E73
(104,110,115)
#54595C
(84,89,92)
#404445
(64,68,69)
#2C2F2E
(44,47,46)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #E0ECFD

#E0ECFD
(224,236,253)
#E2EDFD
(226,237,253)
#E4EEFD
(228,238,253)
#E6EFFD
(230,239,253)
#E8F0FD
(232,240,253)
#EAF1FD
(234,241,253)
#ECF2FD
(236,242,253)
#EEF3FD
(238,243,253)
#F0F4FD
(240,244,253)
#F2F5FD
(242,245,253)
#F4F6FD
(244,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ECFD; }

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

This text font color is #E0ECFD.


Background Color

.myBgColor { background-color: #E0ECFD; }

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

This div background color is #E0ECFD.


Border color

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

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

This div border color is #E0ECFD.


Opacity

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

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

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

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

This text has shadow with #E0ECFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ECFD on black background.


Color preview on white background

This text has color #E0ECFD on white background.



Black color preview on #E0ECFD background

This text has black color on #E0ECFD background.


White color preview on #E0ECFD background

This text has white color on #E0ECFD background.