COLOR #E0E8FA

HEX: #E0E8FA
RGB: (224,232,250)

Color info

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

RGB color model

#E0E8FA color RGB value is (224,232,250).

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

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 250 of 255 = 98%

224
232
250

R + G + B ~ 92%. #E0E8FA is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 232 + 250 = 706 (100%)
R 224 of 706 ~ 31.73%
G 232 of 706 ~ 32.86%
B 250 of 706 ~ 35.41%

%31.73
%32.86
%35.41

CMYK color model

#E0E8FA color CMYK value is (10,7,0,2).

  • cyan value is 10.40%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,7,0,2)
C10M7Y0K2 
(10%,7%,0%,2%)
(0.10/0.07/0.00/0.02)	

CMYK percentages

%10.4
%7.2
%0
%1.96

Codes

Color #E0E8FA in popluar color models

E0E8FA
RGB224232250
HSL222°72.22%92.94%
HSB/HSV222°10.40%98.04%
CMYK10.40%7.20%0.00%
1.96%

Color #E0E8FA in popluar number systems.

HEXE0E8FA
Decimal224232250
Binary111000001110100011111010
Octal340350372

Shades and tints

Shades of #E0E8FA

#E0E8FA
(224,232,250)
#CCD3E4
(204,211,228)
#B8BECE
(184,190,206)
#A4A9B8
(164,169,184)
#9094A2
(144,148,162)
#7C7F8C
(124,127,140)
#686A76
(104,106,118)
#545560
(84,85,96)
#40404A
(64,64,74)
#2C2B34
(44,43,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #E0E8FA

#E0E8FA
(224,232,250)
#E2EAFA
(226,234,250)
#E4ECFA
(228,236,250)
#E6EEFA
(230,238,250)
#E8F0FA
(232,240,250)
#EAF2FA
(234,242,250)
#ECF4FA
(236,244,250)
#EEF6FA
(238,246,250)
#F0F8FA
(240,248,250)
#F2FAFA
(242,250,250)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E8FA; }

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

This text font color is #E0E8FA.


Background Color

.myBgColor { background-color: #E0E8FA; }

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

This div background color is #E0E8FA.


Border color

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

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

This div border color is #E0E8FA.


Opacity

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

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

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

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

This text has shadow with #E0E8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E8FA on black background.


Color preview on white background

This text has color #E0E8FA on white background.



Black color preview on #E0E8FA background

This text has black color on #E0E8FA background.


White color preview on #E0E8FA background

This text has white color on #E0E8FA background.