COLOR #E7DFFA

HEX: #E7DFFA
RGB: (231,223,250)

Color info

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

RGB color model

#E7DFFA color RGB value is (231,223,250).

  • red value is 231;
  • green value is 223;
  • blue value is 250.
RGB:
(231,223,250)
(91%,87%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 250 of 255 = 98%

231
223
250

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

Portions of RGB colors in percentages

R + G + B =
231 + 223 + 250 = 704 (100%)
R 231 of 704 ~ 32.81%
G 223 of 704 ~ 31.68%
B 250 of 704 ~ 35.51%

%32.81
%31.68
%35.51

CMYK color model

#E7DFFA color CMYK value is (8,11,0,2).

  • cyan value is 7.60%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,11,0,2)
C8M11Y0K2 
(8%,11%,0%,2%)
(0.08/0.11/0.00/0.02)	

CMYK percentages

%7.6
%10.8
%0
%1.96

Codes

Color #E7DFFA in popluar color models

E7DFFA
RGB231223250
HSL258°72.97%92.75%
HSB/HSV258°10.80%98.04%
CMYK7.60%10.80%0.00%
1.96%

Color #E7DFFA in popluar number systems.

HEXE7DFFA
Decimal231223250
Binary111001111101111111111010
Octal347337372

Shades and tints

Shades of #E7DFFA

#E7DFFA
(231,223,250)
#D2CBE4
(210,203,228)
#BDB7CE
(189,183,206)
#A8A3B8
(168,163,184)
#938FA2
(147,143,162)
#7E7B8C
(126,123,140)
#696776
(105,103,118)
#545360
(84,83,96)
#3F3F4A
(63,63,74)
#2A2B34
(42,43,52)
#15171E
(21,23,30)
#000000
(0,0,0)

Tints of #E7DFFA

#E7DFFA
(231,223,250)
#E9E1FA
(233,225,250)
#EBE3FA
(235,227,250)
#EDE5FA
(237,229,250)
#EFE7FA
(239,231,250)
#F1E9FA
(241,233,250)
#F3EBFA
(243,235,250)
#F5EDFA
(245,237,250)
#F7EFFA
(247,239,250)
#F9F1FA
(249,241,250)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DFFA color. Also use rgb(231,223,250) instead hex code.

Text Font Color

.myTextColor { color: #E7DFFA; }

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

This text font color is #E7DFFA.


Background Color

.myBgColor { background-color: #E7DFFA; }

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

This div background color is #E7DFFA.


Border color

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

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

This div border color is #E7DFFA.


Opacity

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

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

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

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

This text has shadow with #E7DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DFFA on black background.


Color preview on white background

This text has color #E7DFFA on white background.



Black color preview on #E7DFFA background

This text has black color on #E7DFFA background.


White color preview on #E7DFFA background

This text has white color on #E7DFFA background.