COLOR #E5D8F7

HEX: #E5D8F7
RGB: (229,216,247)

Color info

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

RGB color model

#E5D8F7 color RGB value is (229,216,247).

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

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 247 of 255 = 97%

229
216
247

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

Portions of RGB colors in percentages

R + G + B =
229 + 216 + 247 = 692 (100%)
R 229 of 692 ~ 33.09%
G 216 of 692 ~ 31.21%
B 247 of 692 ~ 35.69%

%33.09
%31.21
%35.69

CMYK color model

#E5D8F7 color CMYK value is (7,13,0,3).

  • cyan value is 7.29%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,13,0,3)
C7M13Y0K3 
(7%,13%,0%,3%)
(0.07/0.13/0.00/0.03)	

CMYK percentages

%7.29
%12.55
%0
%3.14

Codes

Color #E5D8F7 in popluar color models

E5D8F7
RGB229216247
HSL265°65.96%90.78%
HSB/HSV265°12.55%96.86%
CMYK7.29%12.55%0.00%
3.14%

Color #E5D8F7 in popluar number systems.

HEXE5D8F7
Decimal229216247
Binary111001011101100011110111
Octal345330367

Shades and tints

Shades of #E5D8F7

#E5D8F7
(229,216,247)
#D1C5E1
(209,197,225)
#BDB2CB
(189,178,203)
#A99FB5
(169,159,181)
#958C9F
(149,140,159)
#817989
(129,121,137)
#6D6673
(109,102,115)
#59535D
(89,83,93)
#454047
(69,64,71)
#312D31
(49,45,49)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #E5D8F7

#E5D8F7
(229,216,247)
#E7DBF7
(231,219,247)
#E9DEF7
(233,222,247)
#EBE1F7
(235,225,247)
#EDE4F7
(237,228,247)
#EFE7F7
(239,231,247)
#F1EAF7
(241,234,247)
#F3EDF7
(243,237,247)
#F5F0F7
(245,240,247)
#F7F3F7
(247,243,247)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D8F7; }

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

This text font color is #E5D8F7.


Background Color

.myBgColor { background-color: #E5D8F7; }

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

This div background color is #E5D8F7.


Border color

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

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

This div border color is #E5D8F7.


Opacity

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

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

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

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

This text has shadow with #E5D8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D8F7 on black background.


Color preview on white background

This text has color #E5D8F7 on white background.



Black color preview on #E5D8F7 background

This text has black color on #E5D8F7 background.


White color preview on #E5D8F7 background

This text has white color on #E5D8F7 background.