COLOR #E7D4EB

HEX: #E7D4EB
RGB: (231,212,235)

Color info

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

RGB color model

#E7D4EB color RGB value is (231,212,235).

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

RGB channels and saturation

R 231 of 255 = 91%
G 212 of 255 = 83%
B 235 of 255 = 92%

231
212
235

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

Portions of RGB colors in percentages

R + G + B =
231 + 212 + 235 = 678 (100%)
R 231 of 678 ~ 34.07%
G 212 of 678 ~ 31.27%
B 235 of 678 ~ 34.66%

%34.07
%31.27
%34.66

CMYK color model

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

  • cyan value is 1.70%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,10,0,8)
C2M10Y0K8 
(2%,10%,0%,8%)
(0.02/0.10/0.00/0.08)	

CMYK percentages

%1.7
%9.79
%0
%7.84

Codes

Color #E7D4EB in popluar color models

E7D4EB
RGB231212235
HSL290°36.51%87.65%
HSB/HSV290°9.79%92.16%
CMYK1.70%9.79%0.00%
7.84%

Color #E7D4EB in popluar number systems.

HEXE7D4EB
Decimal231212235
Binary111001111101010011101011
Octal347324353

Shades and tints

Shades of #E7D4EB

#E7D4EB
(231,212,235)
#D2C1D6
(210,193,214)
#BDAEC1
(189,174,193)
#A89BAC
(168,155,172)
#938897
(147,136,151)
#7E7582
(126,117,130)
#69626D
(105,98,109)
#544F58
(84,79,88)
#3F3C43
(63,60,67)
#2A292E
(42,41,46)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #E7D4EB

#E7D4EB
(231,212,235)
#E9D7EC
(233,215,236)
#EBDAED
(235,218,237)
#EDDDEE
(237,221,238)
#EFE0EF
(239,224,239)
#F1E3F0
(241,227,240)
#F3E6F1
(243,230,241)
#F5E9F2
(245,233,242)
#F7ECF3
(247,236,243)
#F9EFF4
(249,239,244)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D4EB; }

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

This text font color is #E7D4EB.


Background Color

.myBgColor { background-color: #E7D4EB; }

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

This div background color is #E7D4EB.


Border color

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

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

This div border color is #E7D4EB.


Opacity

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

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

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

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

This text has shadow with #E7D4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D4EB on black background.


Color preview on white background

This text has color #E7D4EB on white background.



Black color preview on #E7D4EB background

This text has black color on #E7D4EB background.


White color preview on #E7D4EB background

This text has white color on #E7D4EB background.