COLOR #E8B3C8

HEX: #E8B3C8
RGB: (232,179,200)

Color info

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

RGB color model

#E8B3C8 color RGB value is (232,179,200).

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

RGB channels and saturation

R 232 of 255 = 91%
G 179 of 255 = 70%
B 200 of 255 = 78%

232
179
200

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

Portions of RGB colors in percentages

R + G + B =
232 + 179 + 200 = 611 (100%)
R 232 of 611 ~ 37.97%
G 179 of 611 ~ 29.3%
B 200 of 611 ~ 32.73%

%37.97
%29.3
%32.73

CMYK color model

#E8B3C8 color CMYK value is (0,23,14,9).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(0,23,14,9)
C0M23Y14K9 
(0%,23%,14%,9%)
(0.00/0.23/0.14/0.09)	

CMYK percentages

%0
%22.84
%13.79
%9.02

Codes

Color #E8B3C8 in popluar color models

E8B3C8
RGB232179200
HSL336°53.54%80.59%
HSB/HSV336°22.84%90.98%
CMYK0.00%22.84%13.79%
9.02%

Color #E8B3C8 in popluar number systems.

HEXE8B3C8
Decimal232179200
Binary111010001011001111001000
Octal350263310

Shades and tints

Shades of #E8B3C8

#E8B3C8
(232,179,200)
#D3A3B6
(211,163,182)
#BE93A4
(190,147,164)
#A98392
(169,131,146)
#947380
(148,115,128)
#7F636E
(127,99,110)
#6A535C
(106,83,92)
#55434A
(85,67,74)
#403338
(64,51,56)
#2B2326
(43,35,38)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #E8B3C8

#E8B3C8
(232,179,200)
#EAB9CD
(234,185,205)
#ECBFD2
(236,191,210)
#EEC5D7
(238,197,215)
#F0CBDC
(240,203,220)
#F2D1E1
(242,209,225)
#F4D7E6
(244,215,230)
#F6DDEB
(246,221,235)
#F8E3F0
(248,227,240)
#FAE9F5
(250,233,245)
#FCEFFA
(252,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B3C8; }

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

This text font color is #E8B3C8.


Background Color

.myBgColor { background-color: #E8B3C8; }

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

This div background color is #E8B3C8.


Border color

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

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

This div border color is #E8B3C8.


Opacity

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

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

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

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

This text has shadow with #E8B3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B3C8 on black background.


Color preview on white background

This text has color #E8B3C8 on white background.



Black color preview on #E8B3C8 background

This text has black color on #E8B3C8 background.


White color preview on #E8B3C8 background

This text has white color on #E8B3C8 background.