COLOR #E8A8BC

HEX: #E8A8BC
RGB: (232,168,188)

Color info

#E8A8BC contains mainly red and blue colors. Web safe color of #E8A8BC is #FF99CC (or #F9C).

RGB color model

#E8A8BC color RGB value is (232,168,188).

  • red value is 232;
  • green value is 168;
  • blue value is 188.
RGB:
(232,168,188)
(91%,66%,74%)

RGB channels and saturation

R 232 of 255 = 91%
G 168 of 255 = 66%
B 188 of 255 = 74%

232
168
188

R + G + B ~ 77%. #E8A8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 168 + 188 = 588 (100%)
R 232 of 588 ~ 39.46%
G 168 of 588 ~ 28.57%
B 188 of 588 ~ 31.97%

%39.46
%28.57
%31.97

CMYK color model

#E8A8BC color CMYK value is (0,28,19,9).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 18.97%
  • key color value is 9.02%
CMYK:
(0,28,19,9)
C0M28Y19K9 
(0%,28%,19%,9%)
(0.00/0.28/0.19/0.09)	

CMYK percentages

%0
%27.59
%18.97
%9.02

Codes

Color #E8A8BC in popluar color models

E8A8BC
RGB232168188
HSL341°58.18%78.43%
HSB/HSV341°27.59%90.98%
CMYK0.00%27.59%18.97%
9.02%

Color #E8A8BC in popluar number systems.

HEXE8A8BC
Decimal232168188
Binary111010001010100010111100
Octal350250274

Shades and tints

Shades of #E8A8BC

#E8A8BC
(232,168,188)
#D399AB
(211,153,171)
#BE8A9A
(190,138,154)
#A97B89
(169,123,137)
#946C78
(148,108,120)
#7F5D67
(127,93,103)
#6A4E56
(106,78,86)
#553F45
(85,63,69)
#403034
(64,48,52)
#2B2123
(43,33,35)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #E8A8BC

#E8A8BC
(232,168,188)
#EAAFC2
(234,175,194)
#ECB6C8
(236,182,200)
#EEBDCE
(238,189,206)
#F0C4D4
(240,196,212)
#F2CBDA
(242,203,218)
#F4D2E0
(244,210,224)
#F6D9E6
(246,217,230)
#F8E0EC
(248,224,236)
#FAE7F2
(250,231,242)
#FCEEF8
(252,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A8BC color. Also use rgb(232,168,188) instead hex code.

Text Font Color

.myTextColor { color: #E8A8BC; }

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

This text font color is #E8A8BC.


Background Color

.myBgColor { background-color: #E8A8BC; }

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

This div background color is #E8A8BC.


Border color

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

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

This div border color is #E8A8BC.


Opacity

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

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

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

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

This text has shadow with #E8A8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A8BC on black background.


Color preview on white background

This text has color #E8A8BC on white background.



Black color preview on #E8A8BC background

This text has black color on #E8A8BC background.


White color preview on #E8A8BC background

This text has white color on #E8A8BC background.