COLOR #E7DAF6

HEX: #E7DAF6
RGB: (231,218,246)

Color info

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

RGB color model

#E7DAF6 color RGB value is (231,218,246).

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

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 246 of 255 = 96%

231
218
246

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

Portions of RGB colors in percentages

R + G + B =
231 + 218 + 246 = 695 (100%)
R 231 of 695 ~ 33.24%
G 218 of 695 ~ 31.37%
B 246 of 695 ~ 35.4%

%33.24
%31.37
%35.4

CMYK color model

#E7DAF6 color CMYK value is (6,11,0,4).

  • cyan value is 6.10%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(6,11,0,4)
C6M11Y0K4 
(6%,11%,0%,4%)
(0.06/0.11/0.00/0.04)	

CMYK percentages

%6.1
%11.38
%0
%3.53

Codes

Color #E7DAF6 in popluar color models

E7DAF6
RGB231218246
HSL268°60.87%90.98%
HSB/HSV268°11.38%96.47%
CMYK6.10%11.38%0.00%
3.53%

Color #E7DAF6 in popluar number systems.

HEXE7DAF6
Decimal231218246
Binary111001111101101011110110
Octal347332366

Shades and tints

Shades of #E7DAF6

#E7DAF6
(231,218,246)
#D2C7E0
(210,199,224)
#BDB4CA
(189,180,202)
#A8A1B4
(168,161,180)
#938E9E
(147,142,158)
#7E7B88
(126,123,136)
#696872
(105,104,114)
#54555C
(84,85,92)
#3F4246
(63,66,70)
#2A2F30
(42,47,48)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #E7DAF6

#E7DAF6
(231,218,246)
#E9DDF6
(233,221,246)
#EBE0F6
(235,224,246)
#EDE3F6
(237,227,246)
#EFE6F6
(239,230,246)
#F1E9F6
(241,233,246)
#F3ECF6
(243,236,246)
#F5EFF6
(245,239,246)
#F7F2F6
(247,242,246)
#F9F5F6
(249,245,246)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAF6; }

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

This text font color is #E7DAF6.


Background Color

.myBgColor { background-color: #E7DAF6; }

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

This div background color is #E7DAF6.


Border color

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

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

This div border color is #E7DAF6.


Opacity

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

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

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

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

This text has shadow with #E7DAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAF6 on black background.


Color preview on white background

This text has color #E7DAF6 on white background.



Black color preview on #E7DAF6 background

This text has black color on #E7DAF6 background.


White color preview on #E7DAF6 background

This text has white color on #E7DAF6 background.