COLOR #E7DAFF

HEX: #E7DAFF
RGB: (231,218,255)

Color info

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

RGB color model

#E7DAFF color RGB value is (231,218,255).

  • red value is 231;
  • green value is 218;
  • blue value is 255.
RGB:
(231,218,255)
(91%,85%,100%)

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 255 of 255 = 100%

231
218
255

R + G + B ~ 92%. #E7DAFF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 255 = 704 (100%)
R 231 of 704 ~ 32.81%
G 218 of 704 ~ 30.97%
B 255 of 704 ~ 36.22%

%32.81
%30.97
%36.22

CMYK color model

#E7DAFF color CMYK value is (9,15,0,0).

  • cyan value is 9.41%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,15,0,0)
C9M15Y0K0 
(9%,15%,0%,0%)
(0.09/0.15/0.00/0.00)	

CMYK percentages

%9.41
%14.51
%0
%0

Codes

Color #E7DAFF in popluar color models

E7DAFF
RGB231218255
HSL261°100.00%92.75%
HSB/HSV261°14.51%100.00%
CMYK9.41%14.51%0.00%
0.00%

Color #E7DAFF in popluar number systems.

HEXE7DAFF
Decimal231218255
Binary111001111101101011111111
Octal347332377

Shades and tints

Shades of #E7DAFF

#E7DAFF
(231,218,255)
#D2C7E8
(210,199,232)
#BDB4D1
(189,180,209)
#A8A1BA
(168,161,186)
#938EA3
(147,142,163)
#7E7B8C
(126,123,140)
#696875
(105,104,117)
#54555E
(84,85,94)
#3F4247
(63,66,71)
#2A2F30
(42,47,48)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #E7DAFF

#E7DAFF
(231,218,255)
#E9DDFF
(233,221,255)
#EBE0FF
(235,224,255)
#EDE3FF
(237,227,255)
#EFE6FF
(239,230,255)
#F1E9FF
(241,233,255)
#F3ECFF
(243,236,255)
#F5EFFF
(245,239,255)
#F7F2FF
(247,242,255)
#F9F5FF
(249,245,255)
#FBF8FF
(251,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DAFF color. Also use rgb(231,218,255) instead hex code.

Text Font Color

.myTextColor { color: #E7DAFF; }

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

This text font color is #E7DAFF.


Background Color

.myBgColor { background-color: #E7DAFF; }

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

This div background color is #E7DAFF.


Border color

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

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

This div border color is #E7DAFF.


Opacity

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

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

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

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

This text has shadow with #E7DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAFF on black background.


Color preview on white background

This text has color #E7DAFF on white background.



Black color preview on #E7DAFF background

This text has black color on #E7DAFF background.


White color preview on #E7DAFF background

This text has white color on #E7DAFF background.