COLOR #E0ECFA

HEX: #E0ECFA
RGB: (224,236,250)

Color info

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

RGB color model

#E0ECFA color RGB value is (224,236,250).

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

RGB channels and saturation

R 224 of 255 = 88%
G 236 of 255 = 93%
B 250 of 255 = 98%

224
236
250

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

Portions of RGB colors in percentages

R + G + B =
224 + 236 + 250 = 710 (100%)
R 224 of 710 ~ 31.55%
G 236 of 710 ~ 33.24%
B 250 of 710 ~ 35.21%

%31.55
%33.24
%35.21

CMYK color model

#E0ECFA color CMYK value is (10,6,0,2).

  • cyan value is 10.40%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,6,0,2)
C10M6Y0K2 
(10%,6%,0%,2%)
(0.10/0.06/0.00/0.02)	

CMYK percentages

%10.4
%5.6
%0
%1.96

Codes

Color #E0ECFA in popluar color models

E0ECFA
RGB224236250
HSL212°72.22%92.94%
HSB/HSV212°10.40%98.04%
CMYK10.40%5.60%0.00%
1.96%

Color #E0ECFA in popluar number systems.

HEXE0ECFA
Decimal224236250
Binary111000001110110011111010
Octal340354372

Shades and tints

Shades of #E0ECFA

#E0ECFA
(224,236,250)
#CCD7E4
(204,215,228)
#B8C2CE
(184,194,206)
#A4ADB8
(164,173,184)
#9098A2
(144,152,162)
#7C838C
(124,131,140)
#686E76
(104,110,118)
#545960
(84,89,96)
#40444A
(64,68,74)
#2C2F34
(44,47,52)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #E0ECFA

#E0ECFA
(224,236,250)
#E2EDFA
(226,237,250)
#E4EEFA
(228,238,250)
#E6EFFA
(230,239,250)
#E8F0FA
(232,240,250)
#EAF1FA
(234,241,250)
#ECF2FA
(236,242,250)
#EEF3FA
(238,243,250)
#F0F4FA
(240,244,250)
#F2F5FA
(242,245,250)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ECFA; }

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

This text font color is #E0ECFA.


Background Color

.myBgColor { background-color: #E0ECFA; }

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

This div background color is #E0ECFA.


Border color

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

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

This div border color is #E0ECFA.


Opacity

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

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

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

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

This text has shadow with #E0ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ECFA on black background.


Color preview on white background

This text has color #E0ECFA on white background.



Black color preview on #E0ECFA background

This text has black color on #E0ECFA background.


White color preview on #E0ECFA background

This text has white color on #E0ECFA background.