COLOR #E7B0CD

HEX: #E7B0CD
RGB: (231,176,205)

Color info

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

RGB color model

#E7B0CD color RGB value is (231,176,205).

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

RGB channels and saturation

R 231 of 255 = 91%
G 176 of 255 = 69%
B 205 of 255 = 80%

231
176
205

R + G + B ~ 80%. #E7B0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 176 + 205 = 612 (100%)
R 231 of 612 ~ 37.75%
G 176 of 612 ~ 28.76%
B 205 of 612 ~ 33.5%

%37.75
%28.76
%33.5

CMYK color model

#E7B0CD color CMYK value is (0,24,11,9).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(0,24,11,9)
C0M24Y11K9 
(0%,24%,11%,9%)
(0.00/0.24/0.11/0.09)	

CMYK percentages

%0
%23.81
%11.26
%9.41

Codes

Color #E7B0CD in popluar color models

E7B0CD
RGB231176205
HSL328°53.40%79.80%
HSB/HSV328°23.81%90.59%
CMYK0.00%23.81%11.26%
9.41%

Color #E7B0CD in popluar number systems.

HEXE7B0CD
Decimal231176205
Binary111001111011000011001101
Octal347260315

Shades and tints

Shades of #E7B0CD

#E7B0CD
(231,176,205)
#D2A0BB
(210,160,187)
#BD90A9
(189,144,169)
#A88097
(168,128,151)
#937085
(147,112,133)
#7E6073
(126,96,115)
#695061
(105,80,97)
#54404F
(84,64,79)
#3F303D
(63,48,61)
#2A202B
(42,32,43)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #E7B0CD

#E7B0CD
(231,176,205)
#E9B7D1
(233,183,209)
#EBBED5
(235,190,213)
#EDC5D9
(237,197,217)
#EFCCDD
(239,204,221)
#F1D3E1
(241,211,225)
#F3DAE5
(243,218,229)
#F5E1E9
(245,225,233)
#F7E8ED
(247,232,237)
#F9EFF1
(249,239,241)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B0CD; }

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

This text font color is #E7B0CD.


Background Color

.myBgColor { background-color: #E7B0CD; }

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

This div background color is #E7B0CD.


Border color

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

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

This div border color is #E7B0CD.


Opacity

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

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

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

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

This text has shadow with #E7B0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B0CD on black background.


Color preview on white background

This text has color #E7B0CD on white background.



Black color preview on #E7B0CD background

This text has black color on #E7B0CD background.


White color preview on #E7B0CD background

This text has white color on #E7B0CD background.