COLOR #E7D4FB

HEX: #E7D4FB RGB: (231,212,251)

Color info

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

RGB color model

#E7D4FB color RGB value is (231,212,251).

RGB: (231,212,251) (91%, 83%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 212 of 255 = 83%
B 251 of 255 = 98%

231
212
251

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

Portions of RGB colors in percentages

R + G + B = 231 + 212 + 251 = 694 (100%)
R 231 of 694 ~ 33.29%
G 212 of 694 ~ 30.55%
B 251 of 694 ~ 36.17'%

%33.29
%30.55
%36.17

CMYK color model

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

  • cyan value is 7.97%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (8,16,0,2)
C8M16Y0K2 (8%, 16%, 0%, 2%)
(0.08 / 0.16 / 0.00 / 0.02)

CMYK percentages

%7.97
%15.54
%0
%1.57

Codes

Color #E7D4FB in popluar color models

E7 D4 FB
RGB 231 212 251
HSL 269° 82.98% 90.78%
HSB/HSV 269° 15.54% 98.43%
CMYK 7.97% 15.54% 0.00%
1.57%

Color #E7D4FB in popluar number systems.

HEX E7 D4 FB
Decimal 231 212 251
Binary 11100111 11010100 11111011
Octal 347 324 373

Shades and tints

Shades of #E7D4FB

#E7D4FB
(231,212,251)
#D2C1E5
(210,193,229)
#BDAECF
(189,174,207)
#A89BB9
(168,155,185)
#9388A3
(147,136,163)
#7E758D
(126,117,141)
#696277
(105,98,119)
#544F61
(84,79,97)
#3F3C4B
(63,60,75)
#2A2935
(42,41,53)
#15161F
(21,22,31)
#000000
(0,0,0)

Tints of #E7D4FB

#E7D4FB
(231,212,251)
#E9D7FB
(233,215,251)
#EBDAFB
(235,218,251)
#EDDDFB
(237,221,251)
#EFE0FB
(239,224,251)
#F1E3FB
(241,227,251)
#F3E6FB
(243,230,251)
#F5E9FB
(245,233,251)
#F7ECFB
(247,236,251)
#F9EFFB
(249,239,251)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D4FB; }

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

This text font color is #E7D4FB.

Background Color

.myBgColor { background-color: #E7D4FB; }

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

This div background color is #E7D4FB.

Border color

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

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

This div border color is #E7D4FB.

Opacity

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

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

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

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

This text has shadow with #E7D4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D4FB.

Preview

Color preview on black background

This text has color #E7D4FB on black background.


Color preview on white background

This text has color #E7D4FB on white background.


Black color preview on #E7D4FB background

This text has black color on #E7D4FB background.


White color preview on #E7D4FB background

This text has white color on #E7D4FB background.


Related colors

Complementary color

Complementary color for #hex is #182B04.


I love getcolorcode.com

Triadic colors

1 #FBE7D4 and #D4FBE7 with #E7D4FB are triadic colors.

2 #FBD4E7 and #D4E7FB with #E7D4FB are triadic colors.