COLOR #E0E7FF

HEX: #E0E7FF RGB: (224,231,255)

Color info

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

RGB color model

#E0E7FF color RGB value is (224,231,255).

RGB: (224,231,255) (88%, 91%, 100%)

RGB channels and saturation

R 224 of 255 = 88%
G 231 of 255 = 91%
B 255 of 255 = 100%

224
231
255

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

Portions of RGB colors in percentages

R + G + B = 224 + 231 + 255 = 710 (100%)
R 224 of 710 ~ 31.55%
G 231 of 710 ~ 32.54%
B 255 of 710 ~ 35.92'%

%31.55
%32.54
%35.92

CMYK color model

#E0E7FF color CMYK value is (12,9,0,0).

  • cyan value is 12.16%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (12,9,0,0) C12M9Y0K0 (12%,9%,0%,0%) (0.12/0.09/0.00/0.00) 

CMYK percentages

%12.16
%9.41
%0
%0

Codes

Color #E0E7FF in popluar color models

E0 E7 FF
RGB 224 231 255
HSL 226° 100.00% 93.92%
HSB/HSV 226° 12.16% 100.00%
CMYK 12.16% 9.41% 0.00%
0.00%

Color #E0E7FF in popluar number systems.

HEX E0 E7 FF
Decimal 224 231 255
Binary 11100000 11100111 11111111
Octal 340 347 377

Shades and tints

Shades of #E0E7FF

#E0E7FF
(224,231,255)
#CCD2E8
(204,210,232)
#B8BDD1
(184,189,209)
#A4A8BA
(164,168,186)
#9093A3
(144,147,163)
#7C7E8C
(124,126,140)
#686975
(104,105,117)
#54545E
(84,84,94)
#403F47
(64,63,71)
#2C2A30
(44,42,48)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #E0E7FF

#E0E7FF
(224,231,255)
#E2E9FF
(226,233,255)
#E4EBFF
(228,235,255)
#E6EDFF
(230,237,255)
#E8EFFF
(232,239,255)
#EAF1FF
(234,241,255)
#ECF3FF
(236,243,255)
#EEF5FF
(238,245,255)
#F0F7FF
(240,247,255)
#F2F9FF
(242,249,255)
#F4FBFF
(244,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E7FF; }

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

This text font color is #E0E7FF.

Background Color

.myBgColor { background-color: #E0E7FF; }

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

This div background color is #E0E7FF.

Border color

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

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

This div border color is #E0E7FF.

Opacity

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

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

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

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

This text has shadow with #E0E7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E7FF.

Preview

Color preview on black background

This text has color #E0E7FF on black background.


Color preview on white background

This text has color #E0E7FF on white background.


Black color preview on #E0E7FF background

This text has black color on #E0E7FF background.


White color preview on #E0E7FF background

This text has white color on #E0E7FF background.


Related colors

Complementary color

Complementary color for #hex is #1F1800.


I love getcolorcode.com

Triadic colors

1 #FFE0E7 and #E7FFE0 with #E0E7FF are triadic colors.

2 #FFE7E0 and #E7E0FF with #E0E7FF are triadic colors.