COLOR #E8A6B0

HEX: #E8A6B0
RGB: (232,166,176)

Color info

#E8A6B0 contains mainly red and blue colors. Web safe color of #E8A6B0 is #FF9999 (or #F99).

RGB color model

#E8A6B0 color RGB value is (232,166,176).

  • red value is 232;
  • green value is 166;
  • blue value is 176.
RGB:
(232,166,176)
(91%,65%,69%)

RGB channels and saturation

R 232 of 255 = 91%
G 166 of 255 = 65%
B 176 of 255 = 69%

232
166
176

R + G + B ~ 75%. #E8A6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 166 + 176 = 574 (100%)
R 232 of 574 ~ 40.42%
G 166 of 574 ~ 28.92%
B 176 of 574 ~ 30.66%

%40.42
%28.92
%30.66

CMYK color model

#E8A6B0 color CMYK value is (0,28,24,9).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(0,28,24,9)
C0M28Y24K9 
(0%,28%,24%,9%)
(0.00/0.28/0.24/0.09)	

CMYK percentages

%0
%28.45
%24.14
%9.02

Codes

Color #E8A6B0 in popluar color models

E8A6B0
RGB232166176
HSL351°58.93%78.04%
HSB/HSV351°28.45%90.98%
CMYK0.00%28.45%24.14%
9.02%

Color #E8A6B0 in popluar number systems.

HEXE8A6B0
Decimal232166176
Binary111010001010011010110000
Octal350246260

Shades and tints

Shades of #E8A6B0

#E8A6B0
(232,166,176)
#D397A0
(211,151,160)
#BE8890
(190,136,144)
#A97980
(169,121,128)
#946A70
(148,106,112)
#7F5B60
(127,91,96)
#6A4C50
(106,76,80)
#553D40
(85,61,64)
#402E30
(64,46,48)
#2B1F20
(43,31,32)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #E8A6B0

#E8A6B0
(232,166,176)
#EAAEB7
(234,174,183)
#ECB6BE
(236,182,190)
#EEBEC5
(238,190,197)
#F0C6CC
(240,198,204)
#F2CED3
(242,206,211)
#F4D6DA
(244,214,218)
#F6DEE1
(246,222,225)
#F8E6E8
(248,230,232)
#FAEEEF
(250,238,239)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A6B0 color. Also use rgb(232,166,176) instead hex code.

Text Font Color

.myTextColor { color: #E8A6B0; }

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

This text font color is #E8A6B0.


Background Color

.myBgColor { background-color: #E8A6B0; }

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

This div background color is #E8A6B0.


Border color

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

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

This div border color is #E8A6B0.


Opacity

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

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

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

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

This text has shadow with #E8A6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A6B0 on black background.


Color preview on white background

This text has color #E8A6B0 on white background.



Black color preview on #E8A6B0 background

This text has black color on #E8A6B0 background.


White color preview on #E8A6B0 background

This text has white color on #E8A6B0 background.