COLOR #E8B7DF

HEX: #E8B7DF
RGB: (232,183,223)

Color info

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

RGB color model

#E8B7DF color RGB value is (232,183,223).

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

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 223 of 255 = 87%

232
183
223

R + G + B ~ 83%. #E8B7DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 183 + 223 = 638 (100%)
R 232 of 638 ~ 36.36%
G 183 of 638 ~ 28.68%
B 223 of 638 ~ 34.95%

%36.36
%28.68
%34.95

CMYK color model

#E8B7DF color CMYK value is (0,21,4,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 3.88%
  • key color value is 9.02%
CMYK:
(0,21,4,9)
C0M21Y4K9 
(0%,21%,4%,9%)
(0.00/0.21/0.04/0.09)	

CMYK percentages

%0
%21.12
%3.88
%9.02

Codes

Color #E8B7DF in popluar color models

E8B7DF
RGB232183223
HSL311°51.58%81.37%
HSB/HSV311°21.12%90.98%
CMYK0.00%21.12%3.88%
9.02%

Color #E8B7DF in popluar number systems.

HEXE8B7DF
Decimal232183223
Binary111010001011011111011111
Octal350267337

Shades and tints

Shades of #E8B7DF

#E8B7DF
(232,183,223)
#D3A7CB
(211,167,203)
#BE97B7
(190,151,183)
#A987A3
(169,135,163)
#94778F
(148,119,143)
#7F677B
(127,103,123)
#6A5767
(106,87,103)
#554753
(85,71,83)
#40373F
(64,55,63)
#2B272B
(43,39,43)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #E8B7DF

#E8B7DF
(232,183,223)
#EABDE1
(234,189,225)
#ECC3E3
(236,195,227)
#EEC9E5
(238,201,229)
#F0CFE7
(240,207,231)
#F2D5E9
(242,213,233)
#F4DBEB
(244,219,235)
#F6E1ED
(246,225,237)
#F8E7EF
(248,231,239)
#FAEDF1
(250,237,241)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B7DF; }

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

This text font color is #E8B7DF.


Background Color

.myBgColor { background-color: #E8B7DF; }

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

This div background color is #E8B7DF.


Border color

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

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

This div border color is #E8B7DF.


Opacity

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

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

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

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

This text has shadow with #E8B7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B7DF on black background.


Color preview on white background

This text has color #E8B7DF on white background.



Black color preview on #E8B7DF background

This text has black color on #E8B7DF background.


White color preview on #E8B7DF background

This text has white color on #E8B7DF background.