COLOR #E1E8FF

HEX: #E1E8FF RGB: (225,232,255)

Color info

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

RGB color model

#E1E8FF color RGB value is (225,232,255).

RGB: (225,232,255) (88%, 91%, 100%)

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 255 of 255 = 100%

225
232
255

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

Portions of RGB colors in percentages

R + G + B = 225 + 232 + 255 = 712 (100%)
R 225 of 712 ~ 31.6%
G 232 of 712 ~ 32.58%
B 255 of 712 ~ 35.81'%

%31.6
%32.58
%35.81

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 9.02%
  • 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

%11.76
%9.02
%0
%0

Codes

Color #E1E8FF in popluar color models

E1 E8 FF
RGB 225 232 255
HSL 226° 100.00% 94.12%
HSB/HSV 226° 11.76% 100.00%
CMYK 11.76% 9.02% 0.00%
0.00%

Color #E1E8FF in popluar number systems.

HEX E1 E8 FF
Decimal 225 232 255
Binary 11100001 11101000 11111111
Octal 341 350 377

Shades and tints

Shades of #E1E8FF

#E1E8FF
(225,232,255)
#CDD3E8
(205,211,232)
#B9BED1
(185,190,209)
#A5A9BA
(165,169,186)
#9194A3
(145,148,163)
#7D7F8C
(125,127,140)
#696A75
(105,106,117)
#55555E
(85,85,94)
#414047
(65,64,71)
#2D2B30
(45,43,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1E8FF

#E1E8FF
(225,232,255)
#E3EAFF
(227,234,255)
#E5ECFF
(229,236,255)
#E7EEFF
(231,238,255)
#E9F0FF
(233,240,255)
#EBF2FF
(235,242,255)
#EDF4FF
(237,244,255)
#EFF6FF
(239,246,255)
#F1F8FF
(241,248,255)
#F3FAFF
(243,250,255)
#F5FCFF
(245,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E8FF color. Also use rgb(225,232,255) instead hex code.

Text Font Color

.myTextColor { color: #E1E8FF; }

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

This text font color is #E1E8FF.

Background Color

.myBgColor { background-color: #E1E8FF; }

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

This div background color is #E1E8FF.

Border color

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

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

This div border color is #E1E8FF.

Opacity

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

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

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

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

This text has shadow with #E1E8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E8FF.

Preview

Color preview on black background

This text has color #E1E8FF on black background.


Color preview on white background

This text has color #E1E8FF on white background.


Black color preview on #E1E8FF background

This text has black color on #E1E8FF background.


White color preview on #E1E8FF background

This text has white color on #E1E8FF background.


Related colors

Complementary color

Complementary color for #hex is #1E1700.


I love getcolorcode.com

Triadic colors

1 #FFE1E8 and #E8FFE1 with #E1E8FF are triadic colors.

2 #FFE8E1 and #E8E1FF with #E1E8FF are triadic colors.