COLOR #E8D1F4

HEX: #E8D1F4
RGB: (232,209,244)

Color info

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

RGB color model

#E8D1F4 color RGB value is (232,209,244).

  • red value is 232;
  • green value is 209;
  • blue value is 244.
RGB:
(232,209,244)
(91%,82%,96%)

RGB channels and saturation

R 232 of 255 = 91%
G 209 of 255 = 82%
B 244 of 255 = 96%

232
209
244

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

Portions of RGB colors in percentages

R + G + B =
232 + 209 + 244 = 685 (100%)
R 232 of 685 ~ 33.87%
G 209 of 685 ~ 30.51%
B 244 of 685 ~ 35.62%

%33.87
%30.51
%35.62

CMYK color model

#E8D1F4 color CMYK value is (5,14,0,4).

  • cyan value is 4.92%
  • magenta value is 14.34%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(5,14,0,4)
C5M14Y0K4 
(5%,14%,0%,4%)
(0.05/0.14/0.00/0.04)	

CMYK percentages

%4.92
%14.34
%0
%4.31

Codes

Color #E8D1F4 in popluar color models

E8D1F4
RGB232209244
HSL279°61.40%88.82%
HSB/HSV279°14.34%95.69%
CMYK4.92%14.34%0.00%
4.31%

Color #E8D1F4 in popluar number systems.

HEXE8D1F4
Decimal232209244
Binary111010001101000111110100
Octal350321364

Shades and tints

Shades of #E8D1F4

#E8D1F4
(232,209,244)
#D3BEDE
(211,190,222)
#BEABC8
(190,171,200)
#A998B2
(169,152,178)
#94859C
(148,133,156)
#7F7286
(127,114,134)
#6A5F70
(106,95,112)
#554C5A
(85,76,90)
#403944
(64,57,68)
#2B262E
(43,38,46)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #E8D1F4

#E8D1F4
(232,209,244)
#EAD5F5
(234,213,245)
#ECD9F6
(236,217,246)
#EEDDF7
(238,221,247)
#F0E1F8
(240,225,248)
#F2E5F9
(242,229,249)
#F4E9FA
(244,233,250)
#F6EDFB
(246,237,251)
#F8F1FC
(248,241,252)
#FAF5FD
(250,245,253)
#FCF9FE
(252,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D1F4 color. Also use rgb(232,209,244) instead hex code.

Text Font Color

.myTextColor { color: #E8D1F4; }

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

This text font color is #E8D1F4.


Background Color

.myBgColor { background-color: #E8D1F4; }

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

This div background color is #E8D1F4.


Border color

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

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

This div border color is #E8D1F4.


Opacity

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

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

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

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

This text has shadow with #E8D1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D1F4 on black background.


Color preview on white background

This text has color #E8D1F4 on white background.



Black color preview on #E8D1F4 background

This text has black color on #E8D1F4 background.


White color preview on #E8D1F4 background

This text has white color on #E8D1F4 background.