COLOR #E7B0DF

HEX: #E7B0DF
RGB: (231,176,223)

Color info

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

RGB color model

#E7B0DF color RGB value is (231,176,223).

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

RGB channels and saturation

R 231 of 255 = 91%
G 176 of 255 = 69%
B 223 of 255 = 87%

231
176
223

R + G + B ~ 82%. #E7B0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 176 + 223 = 630 (100%)
R 231 of 630 ~ 36.67%
G 176 of 630 ~ 27.94%
B 223 of 630 ~ 35.4%

%36.67
%27.94
%35.4

CMYK color model

#E7B0DF color CMYK value is (0,24,3,9).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(0,24,3,9)
C0M24Y3K9 
(0%,24%,3%,9%)
(0.00/0.24/0.03/0.09)	

CMYK percentages

%0
%23.81
%3.46
%9.41

Codes

Color #E7B0DF in popluar color models

E7B0DF
RGB231176223
HSL309°53.40%79.80%
HSB/HSV309°23.81%90.59%
CMYK0.00%23.81%3.46%
9.41%

Color #E7B0DF in popluar number systems.

HEXE7B0DF
Decimal231176223
Binary111001111011000011011111
Octal347260337

Shades and tints

Shades of #E7B0DF

#E7B0DF
(231,176,223)
#D2A0CB
(210,160,203)
#BD90B7
(189,144,183)
#A880A3
(168,128,163)
#93708F
(147,112,143)
#7E607B
(126,96,123)
#695067
(105,80,103)
#544053
(84,64,83)
#3F303F
(63,48,63)
#2A202B
(42,32,43)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #E7B0DF

#E7B0DF
(231,176,223)
#E9B7E1
(233,183,225)
#EBBEE3
(235,190,227)
#EDC5E5
(237,197,229)
#EFCCE7
(239,204,231)
#F1D3E9
(241,211,233)
#F3DAEB
(243,218,235)
#F5E1ED
(245,225,237)
#F7E8EF
(247,232,239)
#F9EFF1
(249,239,241)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B0DF; }

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

This text font color is #E7B0DF.


Background Color

.myBgColor { background-color: #E7B0DF; }

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

This div background color is #E7B0DF.


Border color

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

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

This div border color is #E7B0DF.


Opacity

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

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

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

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

This text has shadow with #E7B0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B0DF on black background.


Color preview on white background

This text has color #E7B0DF on white background.



Black color preview on #E7B0DF background

This text has black color on #E7B0DF background.


White color preview on #E7B0DF background

This text has white color on #E7B0DF background.