COLOR #A97B8F

HEX: #A97B8F
RGB: (169,123,143)

Color info

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

RGB color model

#A97B8F color RGB value is (169,123,143).

  • red value is 169;
  • green value is 123;
  • blue value is 143.
RGB:
(169,123,143)
(66%,48%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 123 of 255 = 48%
B 143 of 255 = 56%

169
123
143

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

Portions of RGB colors in percentages

R + G + B =
169 + 123 + 143 = 435 (100%)
R 169 of 435 ~ 38.85%
G 123 of 435 ~ 28.28%
B 143 of 435 ~ 32.87%

%38.85
%28.28
%32.87

CMYK color model

#A97B8F color CMYK value is (0,27,15,34).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(0,27,15,34)
C0M27Y15K34 
(0%,27%,15%,34%)
(0.00/0.27/0.15/0.34)	

CMYK percentages

%0
%27.22
%15.38
%33.73

Codes

Color #A97B8F in popluar color models

A97B8F
RGB169123143
HSL334°21.10%57.25%
HSB/HSV334°27.22%66.27%
CMYK0.00%27.22%15.38%
33.73%

Color #A97B8F in popluar number systems.

HEXA97B8F
Decimal169123143
Binary10101001111101110001111
Octal251173217

Shades and tints

Shades of #A97B8F

#A97B8F
(169,123,143)
#9A7082
(154,112,130)
#8B6575
(139,101,117)
#7C5A68
(124,90,104)
#6D4F5B
(109,79,91)
#5E444E
(94,68,78)
#4F3941
(79,57,65)
#402E34
(64,46,52)
#312327
(49,35,39)
#22181A
(34,24,26)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #A97B8F

#A97B8F
(169,123,143)
#B08799
(176,135,153)
#B793A3
(183,147,163)
#BE9FAD
(190,159,173)
#C5ABB7
(197,171,183)
#CCB7C1
(204,183,193)
#D3C3CB
(211,195,203)
#DACFD5
(218,207,213)
#E1DBDF
(225,219,223)
#E8E7E9
(232,231,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97B8F color. Also use rgb(169,123,143) instead hex code.

Text Font Color

.myTextColor { color: #A97B8F; }

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

This text font color is #A97B8F.


Background Color

.myBgColor { background-color: #A97B8F; }

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

This div background color is #A97B8F.


Border color

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

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

This div border color is #A97B8F.


Opacity

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

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

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

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

This text has shadow with #A97B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97B8F on black background.


Color preview on white background

This text has color #A97B8F on white background.



Black color preview on #A97B8F background

This text has black color on #A97B8F background.


White color preview on #A97B8F background

This text has white color on #A97B8F background.