COLOR #E8B3D0

HEX: #E8B3D0
RGB: (232,179,208)

Color info

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

RGB color model

#E8B3D0 color RGB value is (232,179,208).

  • red value is 232;
  • green value is 179;
  • blue value is 208.
RGB:
(232,179,208)
(91%,70%,82%)

RGB channels and saturation

R 232 of 255 = 91%
G 179 of 255 = 70%
B 208 of 255 = 82%

232
179
208

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

Portions of RGB colors in percentages

R + G + B =
232 + 179 + 208 = 619 (100%)
R 232 of 619 ~ 37.48%
G 179 of 619 ~ 28.92%
B 208 of 619 ~ 33.6%

%37.48
%28.92
%33.6

CMYK color model

#E8B3D0 color CMYK value is (0,23,10,9).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 10.34%
  • key color value is 9.02%
CMYK:
(0,23,10,9)
C0M23Y10K9 
(0%,23%,10%,9%)
(0.00/0.23/0.10/0.09)	

CMYK percentages

%0
%22.84
%10.34
%9.02

Codes

Color #E8B3D0 in popluar color models

E8B3D0
RGB232179208
HSL327°53.54%80.59%
HSB/HSV327°22.84%90.98%
CMYK0.00%22.84%10.34%
9.02%

Color #E8B3D0 in popluar number systems.

HEXE8B3D0
Decimal232179208
Binary111010001011001111010000
Octal350263320

Shades and tints

Shades of #E8B3D0

#E8B3D0
(232,179,208)
#D3A3BE
(211,163,190)
#BE93AC
(190,147,172)
#A9839A
(169,131,154)
#947388
(148,115,136)
#7F6376
(127,99,118)
#6A5364
(106,83,100)
#554352
(85,67,82)
#403340
(64,51,64)
#2B232E
(43,35,46)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #E8B3D0

#E8B3D0
(232,179,208)
#EAB9D4
(234,185,212)
#ECBFD8
(236,191,216)
#EEC5DC
(238,197,220)
#F0CBE0
(240,203,224)
#F2D1E4
(242,209,228)
#F4D7E8
(244,215,232)
#F6DDEC
(246,221,236)
#F8E3F0
(248,227,240)
#FAE9F4
(250,233,244)
#FCEFF8
(252,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B3D0 color. Also use rgb(232,179,208) instead hex code.

Text Font Color

.myTextColor { color: #E8B3D0; }

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

This text font color is #E8B3D0.


Background Color

.myBgColor { background-color: #E8B3D0; }

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

This div background color is #E8B3D0.


Border color

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

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

This div border color is #E8B3D0.


Opacity

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

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

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

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

This text has shadow with #E8B3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B3D0 on black background.


Color preview on white background

This text has color #E8B3D0 on white background.



Black color preview on #E8B3D0 background

This text has black color on #E8B3D0 background.


White color preview on #E8B3D0 background

This text has white color on #E8B3D0 background.