COLOR #E8A9B2

HEX: #E8A9B2
RGB: (232,169,178)

Color info

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

RGB color model

#E8A9B2 color RGB value is (232,169,178).

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

RGB channels and saturation

R 232 of 255 = 91%
G 169 of 255 = 66%
B 178 of 255 = 70%

232
169
178

R + G + B ~ 76%. #E8A9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 169 + 178 = 579 (100%)
R 232 of 579 ~ 40.07%
G 169 of 579 ~ 29.19%
B 178 of 579 ~ 30.74%

%40.07
%29.19
%30.74

CMYK color model

#E8A9B2 color CMYK value is (0,27,23,9).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 23.28%
  • key color value is 9.02%
CMYK:
(0,27,23,9)
C0M27Y23K9 
(0%,27%,23%,9%)
(0.00/0.27/0.23/0.09)	

CMYK percentages

%0
%27.16
%23.28
%9.02

Codes

Color #E8A9B2 in popluar color models

E8A9B2
RGB232169178
HSL351°57.80%78.63%
HSB/HSV351°27.16%90.98%
CMYK0.00%27.16%23.28%
9.02%

Color #E8A9B2 in popluar number systems.

HEXE8A9B2
Decimal232169178
Binary111010001010100110110010
Octal350251262

Shades and tints

Shades of #E8A9B2

#E8A9B2
(232,169,178)
#D39AA2
(211,154,162)
#BE8B92
(190,139,146)
#A97C82
(169,124,130)
#946D72
(148,109,114)
#7F5E62
(127,94,98)
#6A4F52
(106,79,82)
#554042
(85,64,66)
#403132
(64,49,50)
#2B2222
(43,34,34)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #E8A9B2

#E8A9B2
(232,169,178)
#EAB0B9
(234,176,185)
#ECB7C0
(236,183,192)
#EEBEC7
(238,190,199)
#F0C5CE
(240,197,206)
#F2CCD5
(242,204,213)
#F4D3DC
(244,211,220)
#F6DAE3
(246,218,227)
#F8E1EA
(248,225,234)
#FAE8F1
(250,232,241)
#FCEFF8
(252,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A9B2; }

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

This text font color is #E8A9B2.


Background Color

.myBgColor { background-color: #E8A9B2; }

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

This div background color is #E8A9B2.


Border color

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

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

This div border color is #E8A9B2.


Opacity

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

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

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

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

This text has shadow with #E8A9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A9B2 on black background.


Color preview on white background

This text has color #E8A9B2 on white background.



Black color preview on #E8A9B2 background

This text has black color on #E8A9B2 background.


White color preview on #E8A9B2 background

This text has white color on #E8A9B2 background.