COLOR #E8B8C8

HEX: #E8B8C8
RGB: (232,184,200)

Color info

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

RGB color model

#E8B8C8 color RGB value is (232,184,200).

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

RGB channels and saturation

R 232 of 255 = 91%
G 184 of 255 = 72%
B 200 of 255 = 78%

232
184
200

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

Portions of RGB colors in percentages

R + G + B =
232 + 184 + 200 = 616 (100%)
R 232 of 616 ~ 37.66%
G 184 of 616 ~ 29.87%
B 200 of 616 ~ 32.47%

%37.66
%29.87
%32.47

CMYK color model

#E8B8C8 color CMYK value is (0,21,14,9).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(0,21,14,9)
C0M21Y14K9 
(0%,21%,14%,9%)
(0.00/0.21/0.14/0.09)	

CMYK percentages

%0
%20.69
%13.79
%9.02

Codes

Color #E8B8C8 in popluar color models

E8B8C8
RGB232184200
HSL340°51.06%81.57%
HSB/HSV340°20.69%90.98%
CMYK0.00%20.69%13.79%
9.02%

Color #E8B8C8 in popluar number systems.

HEXE8B8C8
Decimal232184200
Binary111010001011100011001000
Octal350270310

Shades and tints

Shades of #E8B8C8

#E8B8C8
(232,184,200)
#D3A8B6
(211,168,182)
#BE98A4
(190,152,164)
#A98892
(169,136,146)
#947880
(148,120,128)
#7F686E
(127,104,110)
#6A585C
(106,88,92)
#55484A
(85,72,74)
#403838
(64,56,56)
#2B2826
(43,40,38)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #E8B8C8

#E8B8C8
(232,184,200)
#EABECD
(234,190,205)
#ECC4D2
(236,196,210)
#EECAD7
(238,202,215)
#F0D0DC
(240,208,220)
#F2D6E1
(242,214,225)
#F4DCE6
(244,220,230)
#F6E2EB
(246,226,235)
#F8E8F0
(248,232,240)
#FAEEF5
(250,238,245)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B8C8; }

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

This text font color is #E8B8C8.


Background Color

.myBgColor { background-color: #E8B8C8; }

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

This div background color is #E8B8C8.


Border color

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

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

This div border color is #E8B8C8.


Opacity

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

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

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

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

This text has shadow with #E8B8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B8C8 on black background.


Color preview on white background

This text has color #E8B8C8 on white background.



Black color preview on #E8B8C8 background

This text has black color on #E8B8C8 background.


White color preview on #E8B8C8 background

This text has white color on #E8B8C8 background.