COLOR #E0E6FF

HEX: #E0E6FF
RGB: (224,230,255)

Color info

#E0E6FF contains red, green and blue colors in about the same proportion. Web safe color of #E0E6FF is #CCCCFF (or #CCF).

RGB color model

#E0E6FF color RGB value is (224,230,255).

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

RGB channels and saturation

R 224 of 255 = 88%
G 230 of 255 = 90%
B 255 of 255 = 100%

224
230
255

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

Portions of RGB colors in percentages

R + G + B =
224 + 230 + 255 = 709 (100%)
R 224 of 709 ~ 31.59%
G 230 of 709 ~ 32.44%
B 255 of 709 ~ 35.97%

%31.59
%32.44
%35.97

CMYK color model

#E0E6FF color CMYK value is (12,10,0,0).

  • cyan value is 12.16%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,10,0,0)
C12M10Y0K0 
(12%,10%,0%,0%)
(0.12/0.10/0.00/0.00)	

CMYK percentages

%12.16
%9.8
%0
%0

Codes

Color #E0E6FF in popluar color models

E0E6FF
RGB224230255
HSL228°100.00%93.92%
HSB/HSV228°12.16%100.00%
CMYK12.16%9.80%0.00%
0.00%

Color #E0E6FF in popluar number systems.

HEXE0E6FF
Decimal224230255
Binary111000001110011011111111
Octal340346377

Shades and tints

Shades of #E0E6FF

#E0E6FF
(224,230,255)
#CCD2E8
(204,210,232)
#B8BED1
(184,190,209)
#A4AABA
(164,170,186)
#9096A3
(144,150,163)
#7C828C
(124,130,140)
#686E75
(104,110,117)
#545A5E
(84,90,94)
#404647
(64,70,71)
#2C3230
(44,50,48)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #E0E6FF

#E0E6FF
(224,230,255)
#E2E8FF
(226,232,255)
#E4EAFF
(228,234,255)
#E6ECFF
(230,236,255)
#E8EEFF
(232,238,255)
#EAF0FF
(234,240,255)
#ECF2FF
(236,242,255)
#EEF4FF
(238,244,255)
#F0F6FF
(240,246,255)
#F2F8FF
(242,248,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E6FF; }

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

This text font color is #E0E6FF.


Background Color

.myBgColor { background-color: #E0E6FF; }

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

This div background color is #E0E6FF.


Border color

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

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

This div border color is #E0E6FF.


Opacity

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

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

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

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

This text has shadow with #E0E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E6FF on black background.


Color preview on white background

This text has color #E0E6FF on white background.



Black color preview on #E0E6FF background

This text has black color on #E0E6FF background.


White color preview on #E0E6FF background

This text has white color on #E0E6FF background.