COLOR #E8B7D5

HEX: #E8B7D5
RGB: (232,183,213)

Color info

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

RGB color model

#E8B7D5 color RGB value is (232,183,213).

  • red value is 232;
  • green value is 183;
  • blue value is 213.
RGB:
(232,183,213)
(91%,72%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 213 of 255 = 84%

232
183
213

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

Portions of RGB colors in percentages

R + G + B =
232 + 183 + 213 = 628 (100%)
R 232 of 628 ~ 36.94%
G 183 of 628 ~ 29.14%
B 213 of 628 ~ 33.92%

%36.94
%29.14
%33.92

CMYK color model

#E8B7D5 color CMYK value is (0,21,8,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 8.19%
  • key color value is 9.02%
CMYK:
(0,21,8,9)
C0M21Y8K9 
(0%,21%,8%,9%)
(0.00/0.21/0.08/0.09)	

CMYK percentages

%0
%21.12
%8.19
%9.02

Codes

Color #E8B7D5 in popluar color models

E8B7D5
RGB232183213
HSL323°51.58%81.37%
HSB/HSV323°21.12%90.98%
CMYK0.00%21.12%8.19%
9.02%

Color #E8B7D5 in popluar number systems.

HEXE8B7D5
Decimal232183213
Binary111010001011011111010101
Octal350267325

Shades and tints

Shades of #E8B7D5

#E8B7D5
(232,183,213)
#D3A7C2
(211,167,194)
#BE97AF
(190,151,175)
#A9879C
(169,135,156)
#947789
(148,119,137)
#7F6776
(127,103,118)
#6A5763
(106,87,99)
#554750
(85,71,80)
#40373D
(64,55,61)
#2B272A
(43,39,42)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #E8B7D5

#E8B7D5
(232,183,213)
#EABDD8
(234,189,216)
#ECC3DB
(236,195,219)
#EEC9DE
(238,201,222)
#F0CFE1
(240,207,225)
#F2D5E4
(242,213,228)
#F4DBE7
(244,219,231)
#F6E1EA
(246,225,234)
#F8E7ED
(248,231,237)
#FAEDF0
(250,237,240)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B7D5 color. Also use rgb(232,183,213) instead hex code.

Text Font Color

.myTextColor { color: #E8B7D5; }

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

This text font color is #E8B7D5.


Background Color

.myBgColor { background-color: #E8B7D5; }

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

This div background color is #E8B7D5.


Border color

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

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

This div border color is #E8B7D5.


Opacity

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

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

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

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

This text has shadow with #E8B7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B7D5 on black background.


Color preview on white background

This text has color #E8B7D5 on white background.



Black color preview on #E8B7D5 background

This text has black color on #E8B7D5 background.


White color preview on #E8B7D5 background

This text has white color on #E8B7D5 background.