COLOR #E8D0FB

HEX: #E8D0FB
RGB: (232,208,251)

Color info

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

RGB color model

#E8D0FB color RGB value is (232,208,251).

  • red value is 232;
  • green value is 208;
  • blue value is 251.
RGB:
(232,208,251)
(91%,82%,98%)

RGB channels and saturation

R 232 of 255 = 91%
G 208 of 255 = 82%
B 251 of 255 = 98%

232
208
251

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

Portions of RGB colors in percentages

R + G + B =
232 + 208 + 251 = 691 (100%)
R 232 of 691 ~ 33.57%
G 208 of 691 ~ 30.1%
B 251 of 691 ~ 36.32%

%33.57
%30.1
%36.32

CMYK color model

#E8D0FB color CMYK value is (8,17,0,2).

  • cyan value is 7.57%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,17,0,2)
C8M17Y0K2 
(8%,17%,0%,2%)
(0.08/0.17/0.00/0.02)	

CMYK percentages

%7.57
%17.13
%0
%1.57

Codes

Color #E8D0FB in popluar color models

E8D0FB
RGB232208251
HSL273°84.31%90.00%
HSB/HSV273°17.13%98.43%
CMYK7.57%17.13%0.00%
1.57%

Color #E8D0FB in popluar number systems.

HEXE8D0FB
Decimal232208251
Binary111010001101000011111011
Octal350320373

Shades and tints

Shades of #E8D0FB

#E8D0FB
(232,208,251)
#D3BEE5
(211,190,229)
#BEACCF
(190,172,207)
#A99AB9
(169,154,185)
#9488A3
(148,136,163)
#7F768D
(127,118,141)
#6A6477
(106,100,119)
#555261
(85,82,97)
#40404B
(64,64,75)
#2B2E35
(43,46,53)
#161C1F
(22,28,31)
#000000
(0,0,0)

Tints of #E8D0FB

#E8D0FB
(232,208,251)
#EAD4FB
(234,212,251)
#ECD8FB
(236,216,251)
#EEDCFB
(238,220,251)
#F0E0FB
(240,224,251)
#F2E4FB
(242,228,251)
#F4E8FB
(244,232,251)
#F6ECFB
(246,236,251)
#F8F0FB
(248,240,251)
#FAF4FB
(250,244,251)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D0FB color. Also use rgb(232,208,251) instead hex code.

Text Font Color

.myTextColor { color: #E8D0FB; }

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

This text font color is #E8D0FB.


Background Color

.myBgColor { background-color: #E8D0FB; }

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

This div background color is #E8D0FB.


Border color

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

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

This div border color is #E8D0FB.


Opacity

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

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

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

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

This text has shadow with #E8D0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D0FB on black background.


Color preview on white background

This text has color #E8D0FB on white background.



Black color preview on #E8D0FB background

This text has black color on #E8D0FB background.


White color preview on #E8D0FB background

This text has white color on #E8D0FB background.