COLOR #E0ECFF

HEX: #E0ECFF
RGB: (224,236,255)

Color info

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

RGB color model

#E0ECFF color RGB value is (224,236,255).

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

RGB channels and saturation

R 224 of 255 = 88%
G 236 of 255 = 93%
B 255 of 255 = 100%

224
236
255

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

Portions of RGB colors in percentages

R + G + B =
224 + 236 + 255 = 715 (100%)
R 224 of 715 ~ 31.33%
G 236 of 715 ~ 33.01%
B 255 of 715 ~ 35.66%

%31.33
%33.01
%35.66

CMYK color model

#E0ECFF color CMYK value is (12,7,0,0).

  • cyan value is 12.16%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,7,0,0)
C12M7Y0K0 
(12%,7%,0%,0%)
(0.12/0.07/0.00/0.00)	

CMYK percentages

%12.16
%7.45
%0
%0

Codes

Color #E0ECFF in popluar color models

E0ECFF
RGB224236255
HSL217°100.00%93.92%
HSB/HSV217°12.16%100.00%
CMYK12.16%7.45%0.00%
0.00%

Color #E0ECFF in popluar number systems.

HEXE0ECFF
Decimal224236255
Binary111000001110110011111111
Octal340354377

Shades and tints

Shades of #E0ECFF

#E0ECFF
(224,236,255)
#CCD7E8
(204,215,232)
#B8C2D1
(184,194,209)
#A4ADBA
(164,173,186)
#9098A3
(144,152,163)
#7C838C
(124,131,140)
#686E75
(104,110,117)
#54595E
(84,89,94)
#404447
(64,68,71)
#2C2F30
(44,47,48)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #E0ECFF

#E0ECFF
(224,236,255)
#E2EDFF
(226,237,255)
#E4EEFF
(228,238,255)
#E6EFFF
(230,239,255)
#E8F0FF
(232,240,255)
#EAF1FF
(234,241,255)
#ECF2FF
(236,242,255)
#EEF3FF
(238,243,255)
#F0F4FF
(240,244,255)
#F2F5FF
(242,245,255)
#F4F6FF
(244,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ECFF; }

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

This text font color is #E0ECFF.


Background Color

.myBgColor { background-color: #E0ECFF; }

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

This div background color is #E0ECFF.


Border color

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

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

This div border color is #E0ECFF.


Opacity

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

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

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

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

This text has shadow with #E0ECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ECFF on black background.


Color preview on white background

This text has color #E0ECFF on white background.



Black color preview on #E0ECFF background

This text has black color on #E0ECFF background.


White color preview on #E0ECFF background

This text has white color on #E0ECFF background.