COLOR #E7B0D7

HEX: #E7B0D7
RGB: (231,176,215)

Color info

#E7B0D7 contains red, green and blue colors in about the same proportion. Web safe color of #E7B0D7 is #FF99CC (or #F9C).

RGB color model

#E7B0D7 color RGB value is (231,176,215).

  • red value is 231;
  • green value is 176;
  • blue value is 215.
RGB:
(231,176,215)
(91%,69%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 176 of 255 = 69%
B 215 of 255 = 84%

231
176
215

R + G + B ~ 81%. #E7B0D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 176 + 215 = 622 (100%)
R 231 of 622 ~ 37.14%
G 176 of 622 ~ 28.3%
B 215 of 622 ~ 34.57%

%37.14
%28.3
%34.57

CMYK color model

#E7B0D7 color CMYK value is (0,24,7,9).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK:
(0,24,7,9)
C0M24Y7K9 
(0%,24%,7%,9%)
(0.00/0.24/0.07/0.09)	

CMYK percentages

%0
%23.81
%6.93
%9.41

Codes

Color #E7B0D7 in popluar color models

E7B0D7
RGB231176215
HSL317°53.40%79.80%
HSB/HSV317°23.81%90.59%
CMYK0.00%23.81%6.93%
9.41%

Color #E7B0D7 in popluar number systems.

HEXE7B0D7
Decimal231176215
Binary111001111011000011010111
Octal347260327

Shades and tints

Shades of #E7B0D7

#E7B0D7
(231,176,215)
#D2A0C4
(210,160,196)
#BD90B1
(189,144,177)
#A8809E
(168,128,158)
#93708B
(147,112,139)
#7E6078
(126,96,120)
#695065
(105,80,101)
#544052
(84,64,82)
#3F303F
(63,48,63)
#2A202C
(42,32,44)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #E7B0D7

#E7B0D7
(231,176,215)
#E9B7DA
(233,183,218)
#EBBEDD
(235,190,221)
#EDC5E0
(237,197,224)
#EFCCE3
(239,204,227)
#F1D3E6
(241,211,230)
#F3DAE9
(243,218,233)
#F5E1EC
(245,225,236)
#F7E8EF
(247,232,239)
#F9EFF2
(249,239,242)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B0D7 color. Also use rgb(231,176,215) instead hex code.

Text Font Color

.myTextColor { color: #E7B0D7; }

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

This text font color is #E7B0D7.


Background Color

.myBgColor { background-color: #E7B0D7; }

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

This div background color is #E7B0D7.


Border color

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

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

This div border color is #E7B0D7.


Opacity

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

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

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

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

This text has shadow with #E7B0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B0D7 on black background.


Color preview on white background

This text has color #E7B0D7 on white background.



Black color preview on #E7B0D7 background

This text has black color on #E7B0D7 background.


White color preview on #E7B0D7 background

This text has white color on #E7B0D7 background.