COLOR #E8E8FA

HEX: #E8E8FA
RGB: (232,232,250)

Color info

#E8E8FA contains red, green and blue colors in about the same proportion. Web safe color of #E8E8FA is #FFFFFF (or #FFF).

RGB color model

#E8E8FA color RGB value is (232,232,250).

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

RGB channels and saturation

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

232
232
250

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

Portions of RGB colors in percentages

R + G + B =
232 + 232 + 250 = 714 (100%)
R 232 of 714 ~ 32.49%
G 232 of 714 ~ 32.49%
B 250 of 714 ~ 35.01%

%32.49
%32.49
%35.01

CMYK color model

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

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

CMYK percentages

%7.2
%7.2
%0
%1.96

Codes

Color #E8E8FA in popluar color models

E8E8FA
RGB232232250
HSL240°64.29%94.51%
HSB/HSV240°7.20%98.04%
CMYK7.20%7.20%0.00%
1.96%

Color #E8E8FA in popluar number systems.

HEXE8E8FA
Decimal232232250
Binary111010001110100011111010
Octal350350372

Shades and tints

Shades of #E8E8FA

#E8E8FA
(232,232,250)
#D3D3E4
(211,211,228)
#BEBECE
(190,190,206)
#A9A9B8
(169,169,184)
#9494A2
(148,148,162)
#7F7F8C
(127,127,140)
#6A6A76
(106,106,118)
#555560
(85,85,96)
#40404A
(64,64,74)
#2B2B34
(43,43,52)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #E8E8FA

#E8E8FA
(232,232,250)
#EAEAFA
(234,234,250)
#ECECFA
(236,236,250)
#EEEEFA
(238,238,250)
#F0F0FA
(240,240,250)
#F2F2FA
(242,242,250)
#F4F4FA
(244,244,250)
#F6F6FA
(246,246,250)
#F8F8FA
(248,248,250)
#FAFAFA
(250,250,250)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E8FA; }

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

This text font color is #E8E8FA.


Background Color

.myBgColor { background-color: #E8E8FA; }

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

This div background color is #E8E8FA.


Border color

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

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

This div border color is #E8E8FA.


Opacity

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

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

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

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

This text has shadow with #E8E8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E8FA on black background.


Color preview on white background

This text has color #E8E8FA on white background.



Black color preview on #E8E8FA background

This text has black color on #E8E8FA background.


White color preview on #E8E8FA background

This text has white color on #E8E8FA background.