COLOR #E7D8EA

HEX: #E7D8EA
RGB: (231,216,234)

Color info

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

RGB color model

#E7D8EA color RGB value is (231,216,234).

  • red value is 231;
  • green value is 216;
  • blue value is 234.
RGB:
(231,216,234)
(91%,85%,92%)

RGB channels and saturation

R 231 of 255 = 91%
G 216 of 255 = 85%
B 234 of 255 = 92%

231
216
234

R + G + B ~ 89%. #E7D8EA is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 216 + 234 = 681 (100%)
R 231 of 681 ~ 33.92%
G 216 of 681 ~ 31.72%
B 234 of 681 ~ 34.36%

%33.92
%31.72
%34.36

CMYK color model

#E7D8EA color CMYK value is (1,8,0,8).

  • cyan value is 1.28%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,8,0,8)
C1M8Y0K8 
(1%,8%,0%,8%)
(0.01/0.08/0.00/0.08)	

CMYK percentages

%1.28
%7.69
%0
%8.24

Codes

Color #E7D8EA in popluar color models

E7D8EA
RGB231216234
HSL290°30.00%88.24%
HSB/HSV290°7.69%91.76%
CMYK1.28%7.69%0.00%
8.24%

Color #E7D8EA in popluar number systems.

HEXE7D8EA
Decimal231216234
Binary111001111101100011101010
Octal347330352

Shades and tints

Shades of #E7D8EA

#E7D8EA
(231,216,234)
#D2C5D5
(210,197,213)
#BDB2C0
(189,178,192)
#A89FAB
(168,159,171)
#938C96
(147,140,150)
#7E7981
(126,121,129)
#69666C
(105,102,108)
#545357
(84,83,87)
#3F4042
(63,64,66)
#2A2D2D
(42,45,45)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #E7D8EA

#E7D8EA
(231,216,234)
#E9DBEB
(233,219,235)
#EBDEEC
(235,222,236)
#EDE1ED
(237,225,237)
#EFE4EE
(239,228,238)
#F1E7EF
(241,231,239)
#F3EAF0
(243,234,240)
#F5EDF1
(245,237,241)
#F7F0F2
(247,240,242)
#F9F3F3
(249,243,243)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D8EA color. Also use rgb(231,216,234) instead hex code.

Text Font Color

.myTextColor { color: #E7D8EA; }

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

This text font color is #E7D8EA.


Background Color

.myBgColor { background-color: #E7D8EA; }

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

This div background color is #E7D8EA.


Border color

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

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

This div border color is #E7D8EA.


Opacity

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

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

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

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

This text has shadow with #E7D8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D8EA on black background.


Color preview on white background

This text has color #E7D8EA on white background.



Black color preview on #E7D8EA background

This text has black color on #E7D8EA background.


White color preview on #E7D8EA background

This text has white color on #E7D8EA background.