COLOR #E8B9C8

HEX: #E8B9C8
RGB: (232,185,200)

Color info

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

RGB color model

#E8B9C8 color RGB value is (232,185,200).

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

RGB channels and saturation

R 232 of 255 = 91%
G 185 of 255 = 73%
B 200 of 255 = 78%

232
185
200

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

Portions of RGB colors in percentages

R + G + B =
232 + 185 + 200 = 617 (100%)
R 232 of 617 ~ 37.6%
G 185 of 617 ~ 29.98%
B 200 of 617 ~ 32.41%

%37.6
%29.98
%32.41

CMYK color model

#E8B9C8 color CMYK value is (0,20,14,9).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(0,20,14,9)
C0M20Y14K9 
(0%,20%,14%,9%)
(0.00/0.20/0.14/0.09)	

CMYK percentages

%0
%20.26
%13.79
%9.02

Codes

Color #E8B9C8 in popluar color models

E8B9C8
RGB232185200
HSL341°50.54%81.76%
HSB/HSV341°20.26%90.98%
CMYK0.00%20.26%13.79%
9.02%

Color #E8B9C8 in popluar number systems.

HEXE8B9C8
Decimal232185200
Binary111010001011100111001000
Octal350271310

Shades and tints

Shades of #E8B9C8

#E8B9C8
(232,185,200)
#D3A9B6
(211,169,182)
#BE99A4
(190,153,164)
#A98992
(169,137,146)
#947980
(148,121,128)
#7F696E
(127,105,110)
#6A595C
(106,89,92)
#55494A
(85,73,74)
#403938
(64,57,56)
#2B2926
(43,41,38)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #E8B9C8

#E8B9C8
(232,185,200)
#EABFCD
(234,191,205)
#ECC5D2
(236,197,210)
#EECBD7
(238,203,215)
#F0D1DC
(240,209,220)
#F2D7E1
(242,215,225)
#F4DDE6
(244,221,230)
#F6E3EB
(246,227,235)
#F8E9F0
(248,233,240)
#FAEFF5
(250,239,245)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B9C8; }

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

This text font color is #E8B9C8.


Background Color

.myBgColor { background-color: #E8B9C8; }

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

This div background color is #E8B9C8.


Border color

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

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

This div border color is #E8B9C8.


Opacity

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

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

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

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

This text has shadow with #E8B9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B9C8 on black background.


Color preview on white background

This text has color #E8B9C8 on white background.



Black color preview on #E8B9C8 background

This text has black color on #E8B9C8 background.


White color preview on #E8B9C8 background

This text has white color on #E8B9C8 background.