COLOR #E8E1FD

HEX: #E8E1FD
RGB: (232,225,253)

Color info

#E8E1FD contains red, green and blue colors in about the same proportion. Web safe color of #E8E1FD is #FFCCFF (or #FCF).

RGB color model

#E8E1FD color RGB value is (232,225,253).

  • red value is 232;
  • green value is 225;
  • blue value is 253.
RGB:
(232,225,253)
(91%,88%,99%)

RGB channels and saturation

R 232 of 255 = 91%
G 225 of 255 = 88%
B 253 of 255 = 99%

232
225
253

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

Portions of RGB colors in percentages

R + G + B =
232 + 225 + 253 = 710 (100%)
R 232 of 710 ~ 32.68%
G 225 of 710 ~ 31.69%
B 253 of 710 ~ 35.63%

%32.68
%31.69
%35.63

CMYK color model

#E8E1FD color CMYK value is (8,11,0,1).

  • cyan value is 8.30%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,11,0,1)
C8M11Y0K1 
(8%,11%,0%,1%)
(0.08/0.11/0.00/0.01)	

CMYK percentages

%8.3
%11.07
%0
%0.78

Codes

Color #E8E1FD in popluar color models

E8E1FD
RGB232225253
HSL255°87.50%93.73%
HSB/HSV255°11.07%99.22%
CMYK8.30%11.07%0.00%
0.78%

Color #E8E1FD in popluar number systems.

HEXE8E1FD
Decimal232225253
Binary111010001110000111111101
Octal350341375

Shades and tints

Shades of #E8E1FD

#E8E1FD
(232,225,253)
#D3CDE6
(211,205,230)
#BEB9CF
(190,185,207)
#A9A5B8
(169,165,184)
#9491A1
(148,145,161)
#7F7D8A
(127,125,138)
#6A6973
(106,105,115)
#55555C
(85,85,92)
#404145
(64,65,69)
#2B2D2E
(43,45,46)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #E8E1FD

#E8E1FD
(232,225,253)
#EAE3FD
(234,227,253)
#ECE5FD
(236,229,253)
#EEE7FD
(238,231,253)
#F0E9FD
(240,233,253)
#F2EBFD
(242,235,253)
#F4EDFD
(244,237,253)
#F6EFFD
(246,239,253)
#F8F1FD
(248,241,253)
#FAF3FD
(250,243,253)
#FCF5FD
(252,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E1FD; }

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

This text font color is #E8E1FD.


Background Color

.myBgColor { background-color: #E8E1FD; }

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

This div background color is #E8E1FD.


Border color

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

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

This div border color is #E8E1FD.


Opacity

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

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

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

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

This text has shadow with #E8E1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E1FD on black background.


Color preview on white background

This text has color #E8E1FD on white background.



Black color preview on #E8E1FD background

This text has black color on #E8E1FD background.


White color preview on #E8E1FD background

This text has white color on #E8E1FD background.