COLOR #E7B7CD

HEX: #E7B7CD
RGB: (231,183,205)

Color info

#E7B7CD contains red, green and blue colors in about the same proportion. Web safe color of #E7B7CD is #FFCCCC (or #FCC).

RGB color model

#E7B7CD color RGB value is (231,183,205).

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

RGB channels and saturation

R 231 of 255 = 91%
G 183 of 255 = 72%
B 205 of 255 = 80%

231
183
205

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

Portions of RGB colors in percentages

R + G + B =
231 + 183 + 205 = 619 (100%)
R 231 of 619 ~ 37.32%
G 183 of 619 ~ 29.56%
B 205 of 619 ~ 33.12%

%37.32
%29.56
%33.12

CMYK color model

#E7B7CD color CMYK value is (0,21,11,9).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(0,21,11,9)
C0M21Y11K9 
(0%,21%,11%,9%)
(0.00/0.21/0.11/0.09)	

CMYK percentages

%0
%20.78
%11.26
%9.41

Codes

Color #E7B7CD in popluar color models

E7B7CD
RGB231183205
HSL333°50.00%81.18%
HSB/HSV333°20.78%90.59%
CMYK0.00%20.78%11.26%
9.41%

Color #E7B7CD in popluar number systems.

HEXE7B7CD
Decimal231183205
Binary111001111011011111001101
Octal347267315

Shades and tints

Shades of #E7B7CD

#E7B7CD
(231,183,205)
#D2A7BB
(210,167,187)
#BD97A9
(189,151,169)
#A88797
(168,135,151)
#937785
(147,119,133)
#7E6773
(126,103,115)
#695761
(105,87,97)
#54474F
(84,71,79)
#3F373D
(63,55,61)
#2A272B
(42,39,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #E7B7CD

#E7B7CD
(231,183,205)
#E9BDD1
(233,189,209)
#EBC3D5
(235,195,213)
#EDC9D9
(237,201,217)
#EFCFDD
(239,207,221)
#F1D5E1
(241,213,225)
#F3DBE5
(243,219,229)
#F5E1E9
(245,225,233)
#F7E7ED
(247,231,237)
#F9EDF1
(249,237,241)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B7CD; }

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

This text font color is #E7B7CD.


Background Color

.myBgColor { background-color: #E7B7CD; }

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

This div background color is #E7B7CD.


Border color

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

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

This div border color is #E7B7CD.


Opacity

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

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

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

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

This text has shadow with #E7B7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B7CD on black background.


Color preview on white background

This text has color #E7B7CD on white background.



Black color preview on #E7B7CD background

This text has black color on #E7B7CD background.


White color preview on #E7B7CD background

This text has white color on #E7B7CD background.