COLOR #E7D0F5

HEX: #E7D0F5
RGB: (231,208,245)

Color info

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

RGB color model

#E7D0F5 color RGB value is (231,208,245).

  • red value is 231;
  • green value is 208;
  • blue value is 245.
RGB:
(231,208,245)
(91%,82%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 245 of 255 = 96%

231
208
245

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

Portions of RGB colors in percentages

R + G + B =
231 + 208 + 245 = 684 (100%)
R 231 of 684 ~ 33.77%
G 208 of 684 ~ 30.41%
B 245 of 684 ~ 35.82%

%33.77
%30.41
%35.82

CMYK color model

#E7D0F5 color CMYK value is (6,15,0,4).

  • cyan value is 5.71%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(6,15,0,4)
C6M15Y0K4 
(6%,15%,0%,4%)
(0.06/0.15/0.00/0.04)	

CMYK percentages

%5.71
%15.1
%0
%3.92

Codes

Color #E7D0F5 in popluar color models

E7D0F5
RGB231208245
HSL277°64.91%88.82%
HSB/HSV277°15.10%96.08%
CMYK5.71%15.10%0.00%
3.92%

Color #E7D0F5 in popluar number systems.

HEXE7D0F5
Decimal231208245
Binary111001111101000011110101
Octal347320365

Shades and tints

Shades of #E7D0F5

#E7D0F5
(231,208,245)
#D2BEDF
(210,190,223)
#BDACC9
(189,172,201)
#A89AB3
(168,154,179)
#93889D
(147,136,157)
#7E7687
(126,118,135)
#696471
(105,100,113)
#54525B
(84,82,91)
#3F4045
(63,64,69)
#2A2E2F
(42,46,47)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #E7D0F5

#E7D0F5
(231,208,245)
#E9D4F5
(233,212,245)
#EBD8F5
(235,216,245)
#EDDCF5
(237,220,245)
#EFE0F5
(239,224,245)
#F1E4F5
(241,228,245)
#F3E8F5
(243,232,245)
#F5ECF5
(245,236,245)
#F7F0F5
(247,240,245)
#F9F4F5
(249,244,245)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D0F5 color. Also use rgb(231,208,245) instead hex code.

Text Font Color

.myTextColor { color: #E7D0F5; }

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

This text font color is #E7D0F5.


Background Color

.myBgColor { background-color: #E7D0F5; }

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

This div background color is #E7D0F5.


Border color

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

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

This div border color is #E7D0F5.


Opacity

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

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

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

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

This text has shadow with #E7D0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D0F5 on black background.


Color preview on white background

This text has color #E7D0F5 on white background.



Black color preview on #E7D0F5 background

This text has black color on #E7D0F5 background.


White color preview on #E7D0F5 background

This text has white color on #E7D0F5 background.