COLOR #E7DAFA

HEX: #E7DAFA
RGB: (231,218,250)

Color info

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

RGB color model

#E7DAFA color RGB value is (231,218,250).

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

RGB channels and saturation

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

231
218
250

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

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 250 = 699 (100%)
R 231 of 699 ~ 33.05%
G 218 of 699 ~ 31.19%
B 250 of 699 ~ 35.77%

%33.05
%31.19
%35.77

CMYK color model

#E7DAFA color CMYK value is (8,13,0,2).

  • cyan value is 7.60%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,13,0,2)
C8M13Y0K2 
(8%,13%,0%,2%)
(0.08/0.13/0.00/0.02)	

CMYK percentages

%7.6
%12.8
%0
%1.96

Codes

Color #E7DAFA in popluar color models

E7DAFA
RGB231218250
HSL264°76.19%91.76%
HSB/HSV264°12.80%98.04%
CMYK7.60%12.80%0.00%
1.96%

Color #E7DAFA in popluar number systems.

HEXE7DAFA
Decimal231218250
Binary111001111101101011111010
Octal347332372

Shades and tints

Shades of #E7DAFA

#E7DAFA
(231,218,250)
#D2C7E4
(210,199,228)
#BDB4CE
(189,180,206)
#A8A1B8
(168,161,184)
#938EA2
(147,142,162)
#7E7B8C
(126,123,140)
#696876
(105,104,118)
#545560
(84,85,96)
#3F424A
(63,66,74)
#2A2F34
(42,47,52)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #E7DAFA

#E7DAFA
(231,218,250)
#E9DDFA
(233,221,250)
#EBE0FA
(235,224,250)
#EDE3FA
(237,227,250)
#EFE6FA
(239,230,250)
#F1E9FA
(241,233,250)
#F3ECFA
(243,236,250)
#F5EFFA
(245,239,250)
#F7F2FA
(247,242,250)
#F9F5FA
(249,245,250)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAFA; }

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

This text font color is #E7DAFA.


Background Color

.myBgColor { background-color: #E7DAFA; }

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

This div background color is #E7DAFA.


Border color

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

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

This div border color is #E7DAFA.


Opacity

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

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

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

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

This text has shadow with #E7DAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAFA on black background.


Color preview on white background

This text has color #E7DAFA on white background.



Black color preview on #E7DAFA background

This text has black color on #E7DAFA background.


White color preview on #E7DAFA background

This text has white color on #E7DAFA background.