COLOR #E8E3FD

HEX: #E8E3FD
RGB: (232,227,253)

Color info

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

RGB color model

#E8E3FD color RGB value is (232,227,253).

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

RGB channels and saturation

R 232 of 255 = 91%
G 227 of 255 = 89%
B 253 of 255 = 99%

232
227
253

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

Portions of RGB colors in percentages

R + G + B =
232 + 227 + 253 = 712 (100%)
R 232 of 712 ~ 32.58%
G 227 of 712 ~ 31.88%
B 253 of 712 ~ 35.53%

%32.58
%31.88
%35.53

CMYK color model

#E8E3FD color CMYK value is (8,10,0,1).

  • cyan value is 8.30%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,10,0,1)
C8M10Y0K1 
(8%,10%,0%,1%)
(0.08/0.10/0.00/0.01)	

CMYK percentages

%8.3
%10.28
%0
%0.78

Codes

Color #E8E3FD in popluar color models

E8E3FD
RGB232227253
HSL252°86.67%94.12%
HSB/HSV252°10.28%99.22%
CMYK8.30%10.28%0.00%
0.78%

Color #E8E3FD in popluar number systems.

HEXE8E3FD
Decimal232227253
Binary111010001110001111111101
Octal350343375

Shades and tints

Shades of #E8E3FD

#E8E3FD
(232,227,253)
#D3CFE6
(211,207,230)
#BEBBCF
(190,187,207)
#A9A7B8
(169,167,184)
#9493A1
(148,147,161)
#7F7F8A
(127,127,138)
#6A6B73
(106,107,115)
#55575C
(85,87,92)
#404345
(64,67,69)
#2B2F2E
(43,47,46)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #E8E3FD

#E8E3FD
(232,227,253)
#EAE5FD
(234,229,253)
#ECE7FD
(236,231,253)
#EEE9FD
(238,233,253)
#F0EBFD
(240,235,253)
#F2EDFD
(242,237,253)
#F4EFFD
(244,239,253)
#F6F1FD
(246,241,253)
#F8F3FD
(248,243,253)
#FAF5FD
(250,245,253)
#FCF7FD
(252,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E3FD; }

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

This text font color is #E8E3FD.


Background Color

.myBgColor { background-color: #E8E3FD; }

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

This div background color is #E8E3FD.


Border color

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

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

This div border color is #E8E3FD.


Opacity

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

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

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

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

This text has shadow with #E8E3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E3FD on black background.


Color preview on white background

This text has color #E8E3FD on white background.



Black color preview on #E8E3FD background

This text has black color on #E8E3FD background.


White color preview on #E8E3FD background

This text has white color on #E8E3FD background.