COLOR #E3D7FE

HEX: #E3D7FE
RGB: (227,215,254)

Color info

#E3D7FE contains red, green and blue colors in about the same proportion. Web safe color of #E3D7FE is #CCCCFF (or #CCF).

RGB color model

#E3D7FE color RGB value is (227,215,254).

  • red value is 227;
  • green value is 215;
  • blue value is 254.
RGB:
(227,215,254)
(89%,84%,100%)

RGB channels and saturation

R 227 of 255 = 89%
G 215 of 255 = 84%
B 254 of 255 = 100%

227
215
254

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

Portions of RGB colors in percentages

R + G + B =
227 + 215 + 254 = 696 (100%)
R 227 of 696 ~ 32.61%
G 215 of 696 ~ 30.89%
B 254 of 696 ~ 36.49%

%32.61
%30.89
%36.49

CMYK color model

#E3D7FE color CMYK value is (11,15,0,0).

  • cyan value is 10.63%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,15,0,0)
C11M15Y0K0 
(11%,15%,0%,0%)
(0.11/0.15/0.00/0.00)	

CMYK percentages

%10.63
%15.35
%0
%0.39

Codes

Color #E3D7FE in popluar color models

E3D7FE
RGB227215254
HSL258°95.12%91.96%
HSB/HSV258°15.35%99.61%
CMYK10.63%15.35%0.00%
0.39%

Color #E3D7FE in popluar number systems.

HEXE3D7FE
Decimal227215254
Binary111000111101011111111110
Octal343327376

Shades and tints

Shades of #E3D7FE

#E3D7FE
(227,215,254)
#CFC4E7
(207,196,231)
#BBB1D0
(187,177,208)
#A79EB9
(167,158,185)
#938BA2
(147,139,162)
#7F788B
(127,120,139)
#6B6574
(107,101,116)
#57525D
(87,82,93)
#433F46
(67,63,70)
#2F2C2F
(47,44,47)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #E3D7FE

#E3D7FE
(227,215,254)
#E5DAFE
(229,218,254)
#E7DDFE
(231,221,254)
#E9E0FE
(233,224,254)
#EBE3FE
(235,227,254)
#EDE6FE
(237,230,254)
#EFE9FE
(239,233,254)
#F1ECFE
(241,236,254)
#F3EFFE
(243,239,254)
#F5F2FE
(245,242,254)
#F7F5FE
(247,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D7FE color. Also use rgb(227,215,254) instead hex code.

Text Font Color

.myTextColor { color: #E3D7FE; }

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

This text font color is #E3D7FE.


Background Color

.myBgColor { background-color: #E3D7FE; }

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

This div background color is #E3D7FE.


Border color

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

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

This div border color is #E3D7FE.


Opacity

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

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

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

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

This text has shadow with #E3D7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D7FE on black background.


Color preview on white background

This text has color #E3D7FE on white background.



Black color preview on #E3D7FE background

This text has black color on #E3D7FE background.


White color preview on #E3D7FE background

This text has white color on #E3D7FE background.