COLOR #E8D7F7

HEX: #E8D7F7
RGB: (232,215,247)

Color info

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

RGB color model

#E8D7F7 color RGB value is (232,215,247).

  • red value is 232;
  • green value is 215;
  • blue value is 247.
RGB:
(232,215,247)
(91%,84%,97%)

RGB channels and saturation

R 232 of 255 = 91%
G 215 of 255 = 84%
B 247 of 255 = 97%

232
215
247

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

Portions of RGB colors in percentages

R + G + B =
232 + 215 + 247 = 694 (100%)
R 232 of 694 ~ 33.43%
G 215 of 694 ~ 30.98%
B 247 of 694 ~ 35.59%

%33.43
%30.98
%35.59

CMYK color model

#E8D7F7 color CMYK value is (6,13,0,3).

  • cyan value is 6.07%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,13,0,3)
C6M13Y0K3 
(6%,13%,0%,3%)
(0.06/0.13/0.00/0.03)	

CMYK percentages

%6.07
%12.96
%0
%3.14

Codes

Color #E8D7F7 in popluar color models

E8D7F7
RGB232215247
HSL272°66.67%90.59%
HSB/HSV272°12.96%96.86%
CMYK6.07%12.96%0.00%
3.14%

Color #E8D7F7 in popluar number systems.

HEXE8D7F7
Decimal232215247
Binary111010001101011111110111
Octal350327367

Shades and tints

Shades of #E8D7F7

#E8D7F7
(232,215,247)
#D3C4E1
(211,196,225)
#BEB1CB
(190,177,203)
#A99EB5
(169,158,181)
#948B9F
(148,139,159)
#7F7889
(127,120,137)
#6A6573
(106,101,115)
#55525D
(85,82,93)
#403F47
(64,63,71)
#2B2C31
(43,44,49)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #E8D7F7

#E8D7F7
(232,215,247)
#EADAF7
(234,218,247)
#ECDDF7
(236,221,247)
#EEE0F7
(238,224,247)
#F0E3F7
(240,227,247)
#F2E6F7
(242,230,247)
#F4E9F7
(244,233,247)
#F6ECF7
(246,236,247)
#F8EFF7
(248,239,247)
#FAF2F7
(250,242,247)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D7F7; }

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

This text font color is #E8D7F7.


Background Color

.myBgColor { background-color: #E8D7F7; }

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

This div background color is #E8D7F7.


Border color

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

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

This div border color is #E8D7F7.


Opacity

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

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

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

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

This text has shadow with #E8D7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D7F7 on black background.


Color preview on white background

This text has color #E8D7F7 on white background.



Black color preview on #E8D7F7 background

This text has black color on #E8D7F7 background.


White color preview on #E8D7F7 background

This text has white color on #E8D7F7 background.