COLOR #E7D8F2

HEX: #E7D8F2
RGB: (231,216,242)

Color info

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

RGB color model

#E7D8F2 color RGB value is (231,216,242).

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

RGB channels and saturation

R 231 of 255 = 91%
G 216 of 255 = 85%
B 242 of 255 = 95%

231
216
242

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

Portions of RGB colors in percentages

R + G + B =
231 + 216 + 242 = 689 (100%)
R 231 of 689 ~ 33.53%
G 216 of 689 ~ 31.35%
B 242 of 689 ~ 35.12%

%33.53
%31.35
%35.12

CMYK color model

#E7D8F2 color CMYK value is (5,11,0,5).

  • cyan value is 4.55%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(5,11,0,5)
C5M11Y0K5 
(5%,11%,0%,5%)
(0.05/0.11/0.00/0.05)	

CMYK percentages

%4.55
%10.74
%0
%5.1

Codes

Color #E7D8F2 in popluar color models

E7D8F2
RGB231216242
HSL275°50.00%89.80%
HSB/HSV275°10.74%94.90%
CMYK4.55%10.74%0.00%
5.10%

Color #E7D8F2 in popluar number systems.

HEXE7D8F2
Decimal231216242
Binary111001111101100011110010
Octal347330362

Shades and tints

Shades of #E7D8F2

#E7D8F2
(231,216,242)
#D2C5DC
(210,197,220)
#BDB2C6
(189,178,198)
#A89FB0
(168,159,176)
#938C9A
(147,140,154)
#7E7984
(126,121,132)
#69666E
(105,102,110)
#545358
(84,83,88)
#3F4042
(63,64,66)
#2A2D2C
(42,45,44)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #E7D8F2

#E7D8F2
(231,216,242)
#E9DBF3
(233,219,243)
#EBDEF4
(235,222,244)
#EDE1F5
(237,225,245)
#EFE4F6
(239,228,246)
#F1E7F7
(241,231,247)
#F3EAF8
(243,234,248)
#F5EDF9
(245,237,249)
#F7F0FA
(247,240,250)
#F9F3FB
(249,243,251)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D8F2; }

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

This text font color is #E7D8F2.


Background Color

.myBgColor { background-color: #E7D8F2; }

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

This div background color is #E7D8F2.


Border color

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

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

This div border color is #E7D8F2.


Opacity

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

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

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

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

This text has shadow with #E7D8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D8F2 on black background.


Color preview on white background

This text has color #E7D8F2 on white background.



Black color preview on #E7D8F2 background

This text has black color on #E7D8F2 background.


White color preview on #E7D8F2 background

This text has white color on #E7D8F2 background.