COLOR #E8AD9F

HEX: #E8AD9F
RGB: (232,173,159)

Color info

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

RGB color model

#E8AD9F color RGB value is (232,173,159).

  • red value is 232;
  • green value is 173;
  • blue value is 159.
RGB:
(232,173,159)
(91%,68%,62%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 159 of 255 = 62%

232
173
159

R + G + B ~ 74%. #E8AD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 173 + 159 = 564 (100%)
R 232 of 564 ~ 41.13%
G 173 of 564 ~ 30.67%
B 159 of 564 ~ 28.19%

%41.13
%30.67
%28.19

CMYK color model

#E8AD9F color CMYK value is (0,25,31,9).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 31.47%
  • key color value is 9.02%
CMYK:
(0,25,31,9)
C0M25Y31K9 
(0%,25%,31%,9%)
(0.00/0.25/0.31/0.09)	

CMYK percentages

%0
%25.43
%31.47
%9.02

Codes

Color #E8AD9F in popluar color models

E8AD9F
RGB232173159
HSL12°61.34%76.67%
HSB/HSV12°31.47%90.98%
CMYK0.00%25.43%31.47%
9.02%

Color #E8AD9F in popluar number systems.

HEXE8AD9F
Decimal232173159
Binary111010001010110110011111
Octal350255237

Shades and tints

Shades of #E8AD9F

#E8AD9F
(232,173,159)
#D39E91
(211,158,145)
#BE8F83
(190,143,131)
#A98075
(169,128,117)
#947167
(148,113,103)
#7F6259
(127,98,89)
#6A534B
(106,83,75)
#55443D
(85,68,61)
#40352F
(64,53,47)
#2B2621
(43,38,33)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #E8AD9F

#E8AD9F
(232,173,159)
#EAB4A7
(234,180,167)
#ECBBAF
(236,187,175)
#EEC2B7
(238,194,183)
#F0C9BF
(240,201,191)
#F2D0C7
(242,208,199)
#F4D7CF
(244,215,207)
#F6DED7
(246,222,215)
#F8E5DF
(248,229,223)
#FAECE7
(250,236,231)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AD9F color. Also use rgb(232,173,159) instead hex code.

Text Font Color

.myTextColor { color: #E8AD9F; }

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

This text font color is #E8AD9F.


Background Color

.myBgColor { background-color: #E8AD9F; }

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

This div background color is #E8AD9F.


Border color

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

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

This div border color is #E8AD9F.


Opacity

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

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

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

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

This text has shadow with #E8AD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AD9F on black background.


Color preview on white background

This text has color #E8AD9F on white background.



Black color preview on #E8AD9F background

This text has black color on #E8AD9F background.


White color preview on #E8AD9F background

This text has white color on #E8AD9F background.