COLOR #E8AF97

HEX: #E8AF97
RGB: (232,175,151)

Color info

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

RGB color model

#E8AF97 color RGB value is (232,175,151).

  • red value is 232;
  • green value is 175;
  • blue value is 151.
RGB:
(232,175,151)
(91%,69%,59%)

RGB channels and saturation

R 232 of 255 = 91%
G 175 of 255 = 69%
B 151 of 255 = 59%

232
175
151

R + G + B ~ 73%. #E8AF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 175 + 151 = 558 (100%)
R 232 of 558 ~ 41.58%
G 175 of 558 ~ 31.36%
B 151 of 558 ~ 27.06%

%41.58
%31.36
%27.06

CMYK color model

#E8AF97 color CMYK value is (0,25,35,9).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 34.91%
  • key color value is 9.02%
CMYK:
(0,25,35,9)
C0M25Y35K9 
(0%,25%,35%,9%)
(0.00/0.25/0.35/0.09)	

CMYK percentages

%0
%24.57
%34.91
%9.02

Codes

Color #E8AF97 in popluar color models

E8AF97
RGB232175151
HSL18°63.78%75.10%
HSB/HSV18°34.91%90.98%
CMYK0.00%24.57%34.91%
9.02%

Color #E8AF97 in popluar number systems.

HEXE8AF97
Decimal232175151
Binary111010001010111110010111
Octal350257227

Shades and tints

Shades of #E8AF97

#E8AF97
(232,175,151)
#D3A08A
(211,160,138)
#BE917D
(190,145,125)
#A98270
(169,130,112)
#947363
(148,115,99)
#7F6456
(127,100,86)
#6A5549
(106,85,73)
#55463C
(85,70,60)
#40372F
(64,55,47)
#2B2822
(43,40,34)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #E8AF97

#E8AF97
(232,175,151)
#EAB6A0
(234,182,160)
#ECBDA9
(236,189,169)
#EEC4B2
(238,196,178)
#F0CBBB
(240,203,187)
#F2D2C4
(242,210,196)
#F4D9CD
(244,217,205)
#F6E0D6
(246,224,214)
#F8E7DF
(248,231,223)
#FAEEE8
(250,238,232)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AF97 color. Also use rgb(232,175,151) instead hex code.

Text Font Color

.myTextColor { color: #E8AF97; }

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

This text font color is #E8AF97.


Background Color

.myBgColor { background-color: #E8AF97; }

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

This div background color is #E8AF97.


Border color

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

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

This div border color is #E8AF97.


Opacity

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

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

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

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

This text has shadow with #E8AF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AF97 on black background.


Color preview on white background

This text has color #E8AF97 on white background.



Black color preview on #E8AF97 background

This text has black color on #E8AF97 background.


White color preview on #E8AF97 background

This text has white color on #E8AF97 background.