COLOR #E7DAF2

HEX: #E7DAF2
RGB: (231,218,242)

Color info

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

RGB color model

#E7DAF2 color RGB value is (231,218,242).

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

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 242 of 255 = 95%

231
218
242

R + G + B ~ 90%. #E7DAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 242 = 691 (100%)
R 231 of 691 ~ 33.43%
G 218 of 691 ~ 31.55%
B 242 of 691 ~ 35.02%

%33.43
%31.55
%35.02

CMYK color model

#E7DAF2 color CMYK value is (5,10,0,5).

  • cyan value is 4.55%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(5,10,0,5)
C5M10Y0K5 
(5%,10%,0%,5%)
(0.05/0.10/0.00/0.05)	

CMYK percentages

%4.55
%9.92
%0
%5.1

Codes

Color #E7DAF2 in popluar color models

E7DAF2
RGB231218242
HSL273°48.00%90.20%
HSB/HSV273°9.92%94.90%
CMYK4.55%9.92%0.00%
5.10%

Color #E7DAF2 in popluar number systems.

HEXE7DAF2
Decimal231218242
Binary111001111101101011110010
Octal347332362

Shades and tints

Shades of #E7DAF2

#E7DAF2
(231,218,242)
#D2C7DC
(210,199,220)
#BDB4C6
(189,180,198)
#A8A1B0
(168,161,176)
#938E9A
(147,142,154)
#7E7B84
(126,123,132)
#69686E
(105,104,110)
#545558
(84,85,88)
#3F4242
(63,66,66)
#2A2F2C
(42,47,44)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #E7DAF2

#E7DAF2
(231,218,242)
#E9DDF3
(233,221,243)
#EBE0F4
(235,224,244)
#EDE3F5
(237,227,245)
#EFE6F6
(239,230,246)
#F1E9F7
(241,233,247)
#F3ECF8
(243,236,248)
#F5EFF9
(245,239,249)
#F7F2FA
(247,242,250)
#F9F5FB
(249,245,251)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAF2; }

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

This text font color is #E7DAF2.


Background Color

.myBgColor { background-color: #E7DAF2; }

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

This div background color is #E7DAF2.


Border color

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

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

This div border color is #E7DAF2.


Opacity

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

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

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

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

This text has shadow with #E7DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAF2 on black background.


Color preview on white background

This text has color #E7DAF2 on white background.



Black color preview on #E7DAF2 background

This text has black color on #E7DAF2 background.


White color preview on #E7DAF2 background

This text has white color on #E7DAF2 background.