COLOR #E7D4FE

HEX: #E7D4FE RGB: (231,212,254)

Color info

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

RGB color model

#E7D4FE color RGB value is (231,212,254).

RGB: (231,212,254) (91%, 83%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 212 of 255 = 83%
B 254 of 255 = 100%

231
212
254

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

Portions of RGB colors in percentages

R + G + B = 231 + 212 + 254 = 697 (100%)
R 231 of 697 ~ 33.14%
G 212 of 697 ~ 30.42%
B 254 of 697 ~ 36.44'%

%33.14
%30.42
%36.44

CMYK color model

#E7D4FE color CMYK value is (9,17,0,0).

  • cyan value is 9.06%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,17,0,0)
C9M17Y0K0 (9%, 17%, 0%, 0%)
(0.09 / 0.17 / 0.00 / 0.00)

CMYK percentages

%9.06
%16.54
%0
%0.39

Codes

Color #E7D4FE in popluar color models

E7 D4 FE
RGB 231 212 254
HSL 267° 95.45% 91.37%
HSB/HSV 267° 16.54% 99.61%
CMYK 9.06% 16.54% 0.00%
0.39%

Color #E7D4FE in popluar number systems.

HEX E7 D4 FE
Decimal 231 212 254
Binary 11100111 11010100 11111110
Octal 347 324 376

Shades and tints

Shades of #E7D4FE

#E7D4FE
(231,212,254)
#D2C1E7
(210,193,231)
#BDAED0
(189,174,208)
#A89BB9
(168,155,185)
#9388A2
(147,136,162)
#7E758B
(126,117,139)
#696274
(105,98,116)
#544F5D
(84,79,93)
#3F3C46
(63,60,70)
#2A292F
(42,41,47)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #E7D4FE

#E7D4FE
(231,212,254)
#E9D7FE
(233,215,254)
#EBDAFE
(235,218,254)
#EDDDFE
(237,221,254)
#EFE0FE
(239,224,254)
#F1E3FE
(241,227,254)
#F3E6FE
(243,230,254)
#F5E9FE
(245,233,254)
#F7ECFE
(247,236,254)
#F9EFFE
(249,239,254)
#FBF2FE
(251,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D4FE; }

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

This text font color is #E7D4FE.

Background Color

.myBgColor { background-color: #E7D4FE; }

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

This div background color is #E7D4FE.

Border color

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

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

This div border color is #E7D4FE.

Opacity

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

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

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

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

This text has shadow with #E7D4FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D4FE.

Preview

Color preview on black background

This text has color #E7D4FE on black background.


Color preview on white background

This text has color #E7D4FE on white background.


Black color preview on #E7D4FE background

This text has black color on #E7D4FE background.


White color preview on #E7D4FE background

This text has white color on #E7D4FE background.


Related colors

Complementary color

Complementary color for #hex is #182B01.


I love getcolorcode.com

Triadic colors

1 #FEE7D4 and #D4FEE7 with #E7D4FE are triadic colors.

2 #FED4E7 and #D4E7FE with #E7D4FE are triadic colors.