COLOR #E5D0F7

HEX: #E5D0F7
RGB: (229,208,247)

Color info

#E5D0F7 contains red, green and blue colors in about the same proportion. Web safe color of #E5D0F7 is #CCCCFF (or #CCF).

RGB color model

#E5D0F7 color RGB value is (229,208,247).

  • red value is 229;
  • green value is 208;
  • blue value is 247.
RGB:
(229,208,247)
(90%,82%,97%)

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 247 of 255 = 97%

229
208
247

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

Portions of RGB colors in percentages

R + G + B =
229 + 208 + 247 = 684 (100%)
R 229 of 684 ~ 33.48%
G 208 of 684 ~ 30.41%
B 247 of 684 ~ 36.11%

%33.48
%30.41
%36.11

CMYK color model

#E5D0F7 color CMYK value is (7,16,0,3).

  • cyan value is 7.29%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,16,0,3)
C7M16Y0K3 
(7%,16%,0%,3%)
(0.07/0.16/0.00/0.03)	

CMYK percentages

%7.29
%15.79
%0
%3.14

Codes

Color #E5D0F7 in popluar color models

E5D0F7
RGB229208247
HSL272°70.91%89.22%
HSB/HSV272°15.79%96.86%
CMYK7.29%15.79%0.00%
3.14%

Color #E5D0F7 in popluar number systems.

HEXE5D0F7
Decimal229208247
Binary111001011101000011110111
Octal345320367

Shades and tints

Shades of #E5D0F7

#E5D0F7
(229,208,247)
#D1BEE1
(209,190,225)
#BDACCB
(189,172,203)
#A99AB5
(169,154,181)
#95889F
(149,136,159)
#817689
(129,118,137)
#6D6473
(109,100,115)
#59525D
(89,82,93)
#454047
(69,64,71)
#312E31
(49,46,49)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #E5D0F7

#E5D0F7
(229,208,247)
#E7D4F7
(231,212,247)
#E9D8F7
(233,216,247)
#EBDCF7
(235,220,247)
#EDE0F7
(237,224,247)
#EFE4F7
(239,228,247)
#F1E8F7
(241,232,247)
#F3ECF7
(243,236,247)
#F5F0F7
(245,240,247)
#F7F4F7
(247,244,247)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D0F7 color. Also use rgb(229,208,247) instead hex code.

Text Font Color

.myTextColor { color: #E5D0F7; }

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

This text font color is #E5D0F7.


Background Color

.myBgColor { background-color: #E5D0F7; }

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

This div background color is #E5D0F7.


Border color

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

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

This div border color is #E5D0F7.


Opacity

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

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

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

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

This text has shadow with #E5D0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D0F7 on black background.


Color preview on white background

This text has color #E5D0F7 on white background.



Black color preview on #E5D0F7 background

This text has black color on #E5D0F7 background.


White color preview on #E5D0F7 background

This text has white color on #E5D0F7 background.