COLOR #E7B3CD

HEX: #E7B3CD
RGB: (231,179,205)

Color info

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

RGB color model

#E7B3CD color RGB value is (231,179,205).

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

RGB channels and saturation

R 231 of 255 = 91%
G 179 of 255 = 70%
B 205 of 255 = 80%

231
179
205

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

Portions of RGB colors in percentages

R + G + B =
231 + 179 + 205 = 615 (100%)
R 231 of 615 ~ 37.56%
G 179 of 615 ~ 29.11%
B 205 of 615 ~ 33.33%

%37.56
%29.11
%33.33

CMYK color model

#E7B3CD color CMYK value is (0,23,11,9).

  • cyan value is 0.00%
  • magenta value is 22.51%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(0,23,11,9)
C0M23Y11K9 
(0%,23%,11%,9%)
(0.00/0.23/0.11/0.09)	

CMYK percentages

%0
%22.51
%11.26
%9.41

Codes

Color #E7B3CD in popluar color models

E7B3CD
RGB231179205
HSL330°52.00%80.39%
HSB/HSV330°22.51%90.59%
CMYK0.00%22.51%11.26%
9.41%

Color #E7B3CD in popluar number systems.

HEXE7B3CD
Decimal231179205
Binary111001111011001111001101
Octal347263315

Shades and tints

Shades of #E7B3CD

#E7B3CD
(231,179,205)
#D2A3BB
(210,163,187)
#BD93A9
(189,147,169)
#A88397
(168,131,151)
#937385
(147,115,133)
#7E6373
(126,99,115)
#695361
(105,83,97)
#54434F
(84,67,79)
#3F333D
(63,51,61)
#2A232B
(42,35,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #E7B3CD

#E7B3CD
(231,179,205)
#E9B9D1
(233,185,209)
#EBBFD5
(235,191,213)
#EDC5D9
(237,197,217)
#EFCBDD
(239,203,221)
#F1D1E1
(241,209,225)
#F3D7E5
(243,215,229)
#F5DDE9
(245,221,233)
#F7E3ED
(247,227,237)
#F9E9F1
(249,233,241)
#FBEFF5
(251,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B3CD; }

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

This text font color is #E7B3CD.


Background Color

.myBgColor { background-color: #E7B3CD; }

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

This div background color is #E7B3CD.


Border color

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

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

This div border color is #E7B3CD.


Opacity

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

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

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

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

This text has shadow with #E7B3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B3CD on black background.


Color preview on white background

This text has color #E7B3CD on white background.



Black color preview on #E7B3CD background

This text has black color on #E7B3CD background.


White color preview on #E7B3CD background

This text has white color on #E7B3CD background.