COLOR #E7DAF9

HEX: #E7DAF9
RGB: (231,218,249)

Color info

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

RGB color model

#E7DAF9 color RGB value is (231,218,249).

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

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 249 of 255 = 98%

231
218
249

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

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 249 = 698 (100%)
R 231 of 698 ~ 33.09%
G 218 of 698 ~ 31.23%
B 249 of 698 ~ 35.67%

%33.09
%31.23
%35.67

CMYK color model

#E7DAF9 color CMYK value is (7,12,0,2).

  • cyan value is 7.23%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(7,12,0,2)
C7M12Y0K2 
(7%,12%,0%,2%)
(0.07/0.12/0.00/0.02)	

CMYK percentages

%7.23
%12.45
%0
%2.35

Codes

Color #E7DAF9 in popluar color models

E7DAF9
RGB231218249
HSL265°72.09%91.57%
HSB/HSV265°12.45%97.65%
CMYK7.23%12.45%0.00%
2.35%

Color #E7DAF9 in popluar number systems.

HEXE7DAF9
Decimal231218249
Binary111001111101101011111001
Octal347332371

Shades and tints

Shades of #E7DAF9

#E7DAF9
(231,218,249)
#D2C7E3
(210,199,227)
#BDB4CD
(189,180,205)
#A8A1B7
(168,161,183)
#938EA1
(147,142,161)
#7E7B8B
(126,123,139)
#696875
(105,104,117)
#54555F
(84,85,95)
#3F4249
(63,66,73)
#2A2F33
(42,47,51)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #E7DAF9

#E7DAF9
(231,218,249)
#E9DDF9
(233,221,249)
#EBE0F9
(235,224,249)
#EDE3F9
(237,227,249)
#EFE6F9
(239,230,249)
#F1E9F9
(241,233,249)
#F3ECF9
(243,236,249)
#F5EFF9
(245,239,249)
#F7F2F9
(247,242,249)
#F9F5F9
(249,245,249)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAF9; }

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

This text font color is #E7DAF9.


Background Color

.myBgColor { background-color: #E7DAF9; }

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

This div background color is #E7DAF9.


Border color

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

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

This div border color is #E7DAF9.


Opacity

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

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

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

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

This text has shadow with #E7DAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAF9 on black background.


Color preview on white background

This text has color #E7DAF9 on white background.



Black color preview on #E7DAF9 background

This text has black color on #E7DAF9 background.


White color preview on #E7DAF9 background

This text has white color on #E7DAF9 background.