COLOR #E7D9EB

HEX: #E7D9EB
RGB: (231,217,235)

Color info

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

RGB color model

#E7D9EB color RGB value is (231,217,235).

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

RGB channels and saturation

R 231 of 255 = 91%
G 217 of 255 = 85%
B 235 of 255 = 92%

231
217
235

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

Portions of RGB colors in percentages

R + G + B =
231 + 217 + 235 = 683 (100%)
R 231 of 683 ~ 33.82%
G 217 of 683 ~ 31.77%
B 235 of 683 ~ 34.41%

%33.82
%31.77
%34.41

CMYK color model

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

  • cyan value is 1.70%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,8,0,8)
C2M8Y0K8 
(2%,8%,0%,8%)
(0.02/0.08/0.00/0.08)	

CMYK percentages

%1.7
%7.66
%0
%7.84

Codes

Color #E7D9EB in popluar color models

E7D9EB
RGB231217235
HSL287°31.03%88.63%
HSB/HSV287°7.66%92.16%
CMYK1.70%7.66%0.00%
7.84%

Color #E7D9EB in popluar number systems.

HEXE7D9EB
Decimal231217235
Binary111001111101100111101011
Octal347331353

Shades and tints

Shades of #E7D9EB

#E7D9EB
(231,217,235)
#D2C6D6
(210,198,214)
#BDB3C1
(189,179,193)
#A8A0AC
(168,160,172)
#938D97
(147,141,151)
#7E7A82
(126,122,130)
#69676D
(105,103,109)
#545458
(84,84,88)
#3F4143
(63,65,67)
#2A2E2E
(42,46,46)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #E7D9EB

#E7D9EB
(231,217,235)
#E9DCEC
(233,220,236)
#EBDFED
(235,223,237)
#EDE2EE
(237,226,238)
#EFE5EF
(239,229,239)
#F1E8F0
(241,232,240)
#F3EBF1
(243,235,241)
#F5EEF2
(245,238,242)
#F7F1F3
(247,241,243)
#F9F4F4
(249,244,244)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D9EB color. Also use rgb(231,217,235) instead hex code.

Text Font Color

.myTextColor { color: #E7D9EB; }

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

This text font color is #E7D9EB.


Background Color

.myBgColor { background-color: #E7D9EB; }

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

This div background color is #E7D9EB.


Border color

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

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

This div border color is #E7D9EB.


Opacity

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

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

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

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

This text has shadow with #E7D9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D9EB on black background.


Color preview on white background

This text has color #E7D9EB on white background.



Black color preview on #E7D9EB background

This text has black color on #E7D9EB background.


White color preview on #E7D9EB background

This text has white color on #E7D9EB background.