COLOR #E8A9C7

HEX: #E8A9C7
RGB: (232,169,199)

Color info

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

RGB color model

#E8A9C7 color RGB value is (232,169,199).

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

RGB channels and saturation

R 232 of 255 = 91%
G 169 of 255 = 66%
B 199 of 255 = 78%

232
169
199

R + G + B ~ 78%. #E8A9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 169 + 199 = 600 (100%)
R 232 of 600 ~ 38.67%
G 169 of 600 ~ 28.17%
B 199 of 600 ~ 33.17%

%38.67
%28.17
%33.17

CMYK color model

#E8A9C7 color CMYK value is (0,27,14,9).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 14.22%
  • key color value is 9.02%
CMYK:
(0,27,14,9)
C0M27Y14K9 
(0%,27%,14%,9%)
(0.00/0.27/0.14/0.09)	

CMYK percentages

%0
%27.16
%14.22
%9.02

Codes

Color #E8A9C7 in popluar color models

E8A9C7
RGB232169199
HSL331°57.80%78.63%
HSB/HSV331°27.16%90.98%
CMYK0.00%27.16%14.22%
9.02%

Color #E8A9C7 in popluar number systems.

HEXE8A9C7
Decimal232169199
Binary111010001010100111000111
Octal350251307

Shades and tints

Shades of #E8A9C7

#E8A9C7
(232,169,199)
#D39AB5
(211,154,181)
#BE8BA3
(190,139,163)
#A97C91
(169,124,145)
#946D7F
(148,109,127)
#7F5E6D
(127,94,109)
#6A4F5B
(106,79,91)
#554049
(85,64,73)
#403137
(64,49,55)
#2B2225
(43,34,37)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #E8A9C7

#E8A9C7
(232,169,199)
#EAB0CC
(234,176,204)
#ECB7D1
(236,183,209)
#EEBED6
(238,190,214)
#F0C5DB
(240,197,219)
#F2CCE0
(242,204,224)
#F4D3E5
(244,211,229)
#F6DAEA
(246,218,234)
#F8E1EF
(248,225,239)
#FAE8F4
(250,232,244)
#FCEFF9
(252,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A9C7; }

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

This text font color is #E8A9C7.


Background Color

.myBgColor { background-color: #E8A9C7; }

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

This div background color is #E8A9C7.


Border color

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

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

This div border color is #E8A9C7.


Opacity

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

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

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

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

This text has shadow with #E8A9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A9C7 on black background.


Color preview on white background

This text has color #E8A9C7 on white background.



Black color preview on #E8A9C7 background

This text has black color on #E8A9C7 background.


White color preview on #E8A9C7 background

This text has white color on #E8A9C7 background.