COLOR #E8A6B2

HEX: #E8A6B2
RGB: (232,166,178)

Color info

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

RGB color model

#E8A6B2 color RGB value is (232,166,178).

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

RGB channels and saturation

R 232 of 255 = 91%
G 166 of 255 = 65%
B 178 of 255 = 70%

232
166
178

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

Portions of RGB colors in percentages

R + G + B =
232 + 166 + 178 = 576 (100%)
R 232 of 576 ~ 40.28%
G 166 of 576 ~ 28.82%
B 178 of 576 ~ 30.9%

%40.28
%28.82
%30.9

CMYK color model

#E8A6B2 color CMYK value is (0,28,23,9).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 23.28%
  • key color value is 9.02%
CMYK:
(0,28,23,9)
C0M28Y23K9 
(0%,28%,23%,9%)
(0.00/0.28/0.23/0.09)	

CMYK percentages

%0
%28.45
%23.28
%9.02

Codes

Color #E8A6B2 in popluar color models

E8A6B2
RGB232166178
HSL349°58.93%78.04%
HSB/HSV349°28.45%90.98%
CMYK0.00%28.45%23.28%
9.02%

Color #E8A6B2 in popluar number systems.

HEXE8A6B2
Decimal232166178
Binary111010001010011010110010
Octal350246262

Shades and tints

Shades of #E8A6B2

#E8A6B2
(232,166,178)
#D397A2
(211,151,162)
#BE8892
(190,136,146)
#A97982
(169,121,130)
#946A72
(148,106,114)
#7F5B62
(127,91,98)
#6A4C52
(106,76,82)
#553D42
(85,61,66)
#402E32
(64,46,50)
#2B1F22
(43,31,34)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #E8A6B2

#E8A6B2
(232,166,178)
#EAAEB9
(234,174,185)
#ECB6C0
(236,182,192)
#EEBEC7
(238,190,199)
#F0C6CE
(240,198,206)
#F2CED5
(242,206,213)
#F4D6DC
(244,214,220)
#F6DEE3
(246,222,227)
#F8E6EA
(248,230,234)
#FAEEF1
(250,238,241)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A6B2; }

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

This text font color is #E8A6B2.


Background Color

.myBgColor { background-color: #E8A6B2; }

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

This div background color is #E8A6B2.


Border color

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

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

This div border color is #E8A6B2.


Opacity

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

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

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

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

This text has shadow with #E8A6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A6B2 on black background.


Color preview on white background

This text has color #E8A6B2 on white background.



Black color preview on #E8A6B2 background

This text has black color on #E8A6B2 background.


White color preview on #E8A6B2 background

This text has white color on #E8A6B2 background.