COLOR #A97E8B

HEX: #A97E8B
RGB: (169,126,139)

Color info

#A97E8B contains red, green and blue colors in about the same proportion. Web safe color of #A97E8B is #996699 (or #969).

RGB color model

#A97E8B color RGB value is (169,126,139).

  • red value is 169;
  • green value is 126;
  • blue value is 139.
RGB:
(169,126,139)
(66%,49%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 139 of 255 = 55%

169
126
139

R + G + B ~ 57%. #A97E8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 126 + 139 = 434 (100%)
R 169 of 434 ~ 38.94%
G 126 of 434 ~ 29.03%
B 139 of 434 ~ 32.03%

%38.94
%29.03
%32.03

CMYK color model

#A97E8B color CMYK value is (0,25,18,34).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 17.75%
  • key color value is 33.73%
CMYK:
(0,25,18,34)
C0M25Y18K34 
(0%,25%,18%,34%)
(0.00/0.25/0.18/0.34)	

CMYK percentages

%0
%25.44
%17.75
%33.73

Codes

Color #A97E8B in popluar color models

A97E8B
RGB169126139
HSL342°20.00%57.84%
HSB/HSV342°25.44%66.27%
CMYK0.00%25.44%17.75%
33.73%

Color #A97E8B in popluar number systems.

HEXA97E8B
Decimal169126139
Binary10101001111111010001011
Octal251176213

Shades and tints

Shades of #A97E8B

#A97E8B
(169,126,139)
#9A737F
(154,115,127)
#8B6873
(139,104,115)
#7C5D67
(124,93,103)
#6D525B
(109,82,91)
#5E474F
(94,71,79)
#4F3C43
(79,60,67)
#403137
(64,49,55)
#31262B
(49,38,43)
#221B1F
(34,27,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A97E8B

#A97E8B
(169,126,139)
#B08995
(176,137,149)
#B7949F
(183,148,159)
#BE9FA9
(190,159,169)
#C5AAB3
(197,170,179)
#CCB5BD
(204,181,189)
#D3C0C7
(211,192,199)
#DACBD1
(218,203,209)
#E1D6DB
(225,214,219)
#E8E1E5
(232,225,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97E8B color. Also use rgb(169,126,139) instead hex code.

Text Font Color

.myTextColor { color: #A97E8B; }

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

This text font color is #A97E8B.


Background Color

.myBgColor { background-color: #A97E8B; }

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

This div background color is #A97E8B.


Border color

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

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

This div border color is #A97E8B.


Opacity

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

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

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

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

This text has shadow with #A97E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97E8B on black background.


Color preview on white background

This text has color #A97E8B on white background.



Black color preview on #A97E8B background

This text has black color on #A97E8B background.


White color preview on #A97E8B background

This text has white color on #A97E8B background.