COLOR #E8D6FA

HEX: #E8D6FA
RGB: (232,214,250)

Color info

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

RGB color model

#E8D6FA color RGB value is (232,214,250).

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

RGB channels and saturation

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

232
214
250

R + G + B ~ 91%. #E8D6FA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 250 = 696 (100%)
R 232 of 696 ~ 33.33%
G 214 of 696 ~ 30.75%
B 250 of 696 ~ 35.92%

%33.33
%30.75
%35.92

CMYK color model

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

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

CMYK percentages

%7.2
%14.4
%0
%1.96

Codes

Color #E8D6FA in popluar color models

E8D6FA
RGB232214250
HSL270°78.26%90.98%
HSB/HSV270°14.40%98.04%
CMYK7.20%14.40%0.00%
1.96%

Color #E8D6FA in popluar number systems.

HEXE8D6FA
Decimal232214250
Binary111010001101011011111010
Octal350326372

Shades and tints

Shades of #E8D6FA

#E8D6FA
(232,214,250)
#D3C3E4
(211,195,228)
#BEB0CE
(190,176,206)
#A99DB8
(169,157,184)
#948AA2
(148,138,162)
#7F778C
(127,119,140)
#6A6476
(106,100,118)
#555160
(85,81,96)
#403E4A
(64,62,74)
#2B2B34
(43,43,52)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #E8D6FA

#E8D6FA
(232,214,250)
#EAD9FA
(234,217,250)
#ECDCFA
(236,220,250)
#EEDFFA
(238,223,250)
#F0E2FA
(240,226,250)
#F2E5FA
(242,229,250)
#F4E8FA
(244,232,250)
#F6EBFA
(246,235,250)
#F8EEFA
(248,238,250)
#FAF1FA
(250,241,250)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D6FA; }

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

This text font color is #E8D6FA.


Background Color

.myBgColor { background-color: #E8D6FA; }

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

This div background color is #E8D6FA.


Border color

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

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

This div border color is #E8D6FA.


Opacity

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

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

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

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

This text has shadow with #E8D6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D6FA on black background.


Color preview on white background

This text has color #E8D6FA on white background.



Black color preview on #E8D6FA background

This text has black color on #E8D6FA background.


White color preview on #E8D6FA background

This text has white color on #E8D6FA background.