COLOR #E5DAF7

HEX: #E5DAF7
RGB: (229,218,247)

Color info

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

RGB color model

#E5DAF7 color RGB value is (229,218,247).

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

RGB channels and saturation

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

229
218
247

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

Portions of RGB colors in percentages

R + G + B =
229 + 218 + 247 = 694 (100%)
R 229 of 694 ~ 33%
G 218 of 694 ~ 31.41%
B 247 of 694 ~ 35.59%

%33
%31.41
%35.59

CMYK color model

#E5DAF7 color CMYK value is (7,12,0,3).

  • cyan value is 7.29%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,12,0,3)
C7M12Y0K3 
(7%,12%,0%,3%)
(0.07/0.12/0.00/0.03)	

CMYK percentages

%7.29
%11.74
%0
%3.14

Codes

Color #E5DAF7 in popluar color models

E5DAF7
RGB229218247
HSL263°64.44%91.18%
HSB/HSV263°11.74%96.86%
CMYK7.29%11.74%0.00%
3.14%

Color #E5DAF7 in popluar number systems.

HEXE5DAF7
Decimal229218247
Binary111001011101101011110111
Octal345332367

Shades and tints

Shades of #E5DAF7

#E5DAF7
(229,218,247)
#D1C7E1
(209,199,225)
#BDB4CB
(189,180,203)
#A9A1B5
(169,161,181)
#958E9F
(149,142,159)
#817B89
(129,123,137)
#6D6873
(109,104,115)
#59555D
(89,85,93)
#454247
(69,66,71)
#312F31
(49,47,49)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #E5DAF7

#E5DAF7
(229,218,247)
#E7DDF7
(231,221,247)
#E9E0F7
(233,224,247)
#EBE3F7
(235,227,247)
#EDE6F7
(237,230,247)
#EFE9F7
(239,233,247)
#F1ECF7
(241,236,247)
#F3EFF7
(243,239,247)
#F5F2F7
(245,242,247)
#F7F5F7
(247,245,247)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAF7; }

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

This text font color is #E5DAF7.


Background Color

.myBgColor { background-color: #E5DAF7; }

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

This div background color is #E5DAF7.


Border color

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

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

This div border color is #E5DAF7.


Opacity

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

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

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

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

This text has shadow with #E5DAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DAF7 on black background.


Color preview on white background

This text has color #E5DAF7 on white background.



Black color preview on #E5DAF7 background

This text has black color on #E5DAF7 background.


White color preview on #E5DAF7 background

This text has white color on #E5DAF7 background.