COLOR #E7DBFE

HEX: #E7DBFE
RGB: (231,219,254)

Color info

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

RGB color model

#E7DBFE color RGB value is (231,219,254).

  • red value is 231;
  • green value is 219;
  • blue value is 254.
RGB:
(231,219,254)
(91%,86%,100%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 254 of 255 = 100%

231
219
254

R + G + B ~ 92%. #E7DBFE is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 219 + 254 = 704 (100%)
R 231 of 704 ~ 32.81%
G 219 of 704 ~ 31.11%
B 254 of 704 ~ 36.08%

%32.81
%31.11
%36.08

CMYK color model

#E7DBFE color CMYK value is (9,14,0,0).

  • cyan value is 9.06%
  • magenta value is 13.78%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(9,14,0,0)
C9M14Y0K0 
(9%,14%,0%,0%)
(0.09/0.14/0.00/0.00)	

CMYK percentages

%9.06
%13.78
%0
%0.39

Codes

Color #E7DBFE in popluar color models

E7DBFE
RGB231219254
HSL261°94.59%92.75%
HSB/HSV261°13.78%99.61%
CMYK9.06%13.78%0.00%
0.39%

Color #E7DBFE in popluar number systems.

HEXE7DBFE
Decimal231219254
Binary111001111101101111111110
Octal347333376

Shades and tints

Shades of #E7DBFE

#E7DBFE
(231,219,254)
#D2C8E7
(210,200,231)
#BDB5D0
(189,181,208)
#A8A2B9
(168,162,185)
#938FA2
(147,143,162)
#7E7C8B
(126,124,139)
#696974
(105,105,116)
#54565D
(84,86,93)
#3F4346
(63,67,70)
#2A302F
(42,48,47)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #E7DBFE

#E7DBFE
(231,219,254)
#E9DEFE
(233,222,254)
#EBE1FE
(235,225,254)
#EDE4FE
(237,228,254)
#EFE7FE
(239,231,254)
#F1EAFE
(241,234,254)
#F3EDFE
(243,237,254)
#F5F0FE
(245,240,254)
#F7F3FE
(247,243,254)
#F9F6FE
(249,246,254)
#FBF9FE
(251,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBFE; }

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

This text font color is #E7DBFE.


Background Color

.myBgColor { background-color: #E7DBFE; }

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

This div background color is #E7DBFE.


Border color

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

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

This div border color is #E7DBFE.


Opacity

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

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

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

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

This text has shadow with #E7DBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DBFE on black background.


Color preview on white background

This text has color #E7DBFE on white background.



Black color preview on #E7DBFE background

This text has black color on #E7DBFE background.


White color preview on #E7DBFE background

This text has white color on #E7DBFE background.