COLOR #E8D3F7

HEX: #E8D3F7 RGB: (232,211,247)

Color info

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

RGB color model

#E8D3F7 color RGB value is (232,211,247).

RGB: (232,211,247) (91%, 83%, 97%)

RGB channels and saturation

R 232 of 255 = 91%
G 211 of 255 = 83%
B 247 of 255 = 97%

232
211
247

R + G + B ~ 90%. #E8D3F7 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 211 + 247 = 690 (100%)
R 232 of 690 ~ 33.62%
G 211 of 690 ~ 30.58%
B 247 of 690 ~ 35.8'%

%33.62
%30.58
%35.8

CMYK color model

#E8D3F7 color CMYK value is (6,15,0,3).

  • cyan value is 6.07%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (6,15,0,3) C6M15Y0K3 (6%,15%,0%,3%) (0.06/0.15/0.00/0.03) 

CMYK percentages

%6.07
%14.57
%0
%3.14

Codes

Color #E8D3F7 in popluar color models

E8 D3 F7
RGB 232 211 247
HSL 275° 69.23% 89.80%
HSB/HSV 275° 14.57% 96.86%
CMYK 6.07% 14.57% 0.00%
3.14%

Color #E8D3F7 in popluar number systems.

HEX E8 D3 F7
Decimal 232 211 247
Binary 11101000 11010011 11110111
Octal 350 323 367

Shades and tints

Shades of #E8D3F7

#E8D3F7
(232,211,247)
#D3C0E1
(211,192,225)
#BEADCB
(190,173,203)
#A99AB5
(169,154,181)
#94879F
(148,135,159)
#7F7489
(127,116,137)
#6A6173
(106,97,115)
#554E5D
(85,78,93)
#403B47
(64,59,71)
#2B2831
(43,40,49)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #E8D3F7

#E8D3F7
(232,211,247)
#EAD7F7
(234,215,247)
#ECDBF7
(236,219,247)
#EEDFF7
(238,223,247)
#F0E3F7
(240,227,247)
#F2E7F7
(242,231,247)
#F4EBF7
(244,235,247)
#F6EFF7
(246,239,247)
#F8F3F7
(248,243,247)
#FAF7F7
(250,247,247)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D3F7; }

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

This text font color is #E8D3F7.

Background Color

.myBgColor { background-color: #E8D3F7; }

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

This div background color is #E8D3F7.

Border color

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

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

This div border color is #E8D3F7.

Opacity

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

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

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

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

This text has shadow with #E8D3F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D3F7.

Preview

Color preview on black background

This text has color #E8D3F7 on black background.


Color preview on white background

This text has color #E8D3F7 on white background.


Black color preview on #E8D3F7 background

This text has black color on #E8D3F7 background.


White color preview on #E8D3F7 background

This text has white color on #E8D3F7 background.


Related colors

Complementary color

Complementary color for #hex is #172C08.


I love getcolorcode.com

Triadic colors

1 #F7E8D3 and #D3F7E8 with #E8D3F7 are triadic colors.

2 #F7D3E8 and #D3E8F7 with #E8D3F7 are triadic colors.