COLOR #E7D3F2

HEX: #E7D3F2
RGB: (231,211,242)

Color info

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

RGB color model

#E7D3F2 color RGB value is (231,211,242).

  • red value is 231;
  • green value is 211;
  • blue value is 242.
RGB:
(231,211,242)
(91%,83%,95%)

RGB channels and saturation

R 231 of 255 = 91%
G 211 of 255 = 83%
B 242 of 255 = 95%

231
211
242

R + G + B ~ 90%. #E7D3F2 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 211 + 242 = 684 (100%)
R 231 of 684 ~ 33.77%
G 211 of 684 ~ 30.85%
B 242 of 684 ~ 35.38%

%33.77
%30.85
%35.38

CMYK color model

#E7D3F2 color CMYK value is (5,13,0,5).

  • cyan value is 4.55%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(5,13,0,5)
C5M13Y0K5 
(5%,13%,0%,5%)
(0.05/0.13/0.00/0.05)	

CMYK percentages

%4.55
%12.81
%0
%5.1

Codes

Color #E7D3F2 in popluar color models

E7D3F2
RGB231211242
HSL279°54.39%88.82%
HSB/HSV279°12.81%94.90%
CMYK4.55%12.81%0.00%
5.10%

Color #E7D3F2 in popluar number systems.

HEXE7D3F2
Decimal231211242
Binary111001111101001111110010
Octal347323362

Shades and tints

Shades of #E7D3F2

#E7D3F2
(231,211,242)
#D2C0DC
(210,192,220)
#BDADC6
(189,173,198)
#A89AB0
(168,154,176)
#93879A
(147,135,154)
#7E7484
(126,116,132)
#69616E
(105,97,110)
#544E58
(84,78,88)
#3F3B42
(63,59,66)
#2A282C
(42,40,44)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7D3F2

#E7D3F2
(231,211,242)
#E9D7F3
(233,215,243)
#EBDBF4
(235,219,244)
#EDDFF5
(237,223,245)
#EFE3F6
(239,227,246)
#F1E7F7
(241,231,247)
#F3EBF8
(243,235,248)
#F5EFF9
(245,239,249)
#F7F3FA
(247,243,250)
#F9F7FB
(249,247,251)
#FBFBFC
(251,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D3F2 color. Also use rgb(231,211,242) instead hex code.

Text Font Color

.myTextColor { color: #E7D3F2; }

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

This text font color is #E7D3F2.


Background Color

.myBgColor { background-color: #E7D3F2; }

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

This div background color is #E7D3F2.


Border color

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

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

This div border color is #E7D3F2.


Opacity

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

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

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

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

This text has shadow with #E7D3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D3F2 on black background.


Color preview on white background

This text has color #E7D3F2 on white background.



Black color preview on #E7D3F2 background

This text has black color on #E7D3F2 background.


White color preview on #E7D3F2 background

This text has white color on #E7D3F2 background.