COLOR #E7DCF1

HEX: #E7DCF1
RGB: (231,220,241)

Color info

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

RGB color model

#E7DCF1 color RGB value is (231,220,241).

  • red value is 231;
  • green value is 220;
  • blue value is 241.
RGB:
(231,220,241)
(91%,86%,95%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 241 of 255 = 95%

231
220
241

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

Portions of RGB colors in percentages

R + G + B =
231 + 220 + 241 = 692 (100%)
R 231 of 692 ~ 33.38%
G 220 of 692 ~ 31.79%
B 241 of 692 ~ 34.83%

%33.38
%31.79
%34.83

CMYK color model

#E7DCF1 color CMYK value is (4,9,0,5).

  • cyan value is 4.15%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(4,9,0,5)
C4M9Y0K5 
(4%,9%,0%,5%)
(0.04/0.09/0.00/0.05)	

CMYK percentages

%4.15
%8.71
%0
%5.49

Codes

Color #E7DCF1 in popluar color models

E7DCF1
RGB231220241
HSL271°42.86%90.39%
HSB/HSV271°8.71%94.51%
CMYK4.15%8.71%0.00%
5.49%

Color #E7DCF1 in popluar number systems.

HEXE7DCF1
Decimal231220241
Binary111001111101110011110001
Octal347334361

Shades and tints

Shades of #E7DCF1

#E7DCF1
(231,220,241)
#D2C8DC
(210,200,220)
#BDB4C7
(189,180,199)
#A8A0B2
(168,160,178)
#938C9D
(147,140,157)
#7E7888
(126,120,136)
#696473
(105,100,115)
#54505E
(84,80,94)
#3F3C49
(63,60,73)
#2A2834
(42,40,52)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #E7DCF1

#E7DCF1
(231,220,241)
#E9DFF2
(233,223,242)
#EBE2F3
(235,226,243)
#EDE5F4
(237,229,244)
#EFE8F5
(239,232,245)
#F1EBF6
(241,235,246)
#F3EEF7
(243,238,247)
#F5F1F8
(245,241,248)
#F7F4F9
(247,244,249)
#F9F7FA
(249,247,250)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DCF1 color. Also use rgb(231,220,241) instead hex code.

Text Font Color

.myTextColor { color: #E7DCF1; }

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

This text font color is #E7DCF1.


Background Color

.myBgColor { background-color: #E7DCF1; }

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

This div background color is #E7DCF1.


Border color

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

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

This div border color is #E7DCF1.


Opacity

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

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

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

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

This text has shadow with #E7DCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DCF1 on black background.


Color preview on white background

This text has color #E7DCF1 on white background.



Black color preview on #E7DCF1 background

This text has black color on #E7DCF1 background.


White color preview on #E7DCF1 background

This text has white color on #E7DCF1 background.