COLOR #A97B80

HEX: #A97B80
RGB: (169,123,128)

Color info

#A97B80 contains red, green and blue colors in about the same proportion. Web safe color of #A97B80 is #996666 (or #966).

RGB color model

#A97B80 color RGB value is (169,123,128).

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

RGB channels and saturation

R 169 of 255 = 66%
G 123 of 255 = 48%
B 128 of 255 = 50%

169
123
128

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

Portions of RGB colors in percentages

R + G + B =
169 + 123 + 128 = 420 (100%)
R 169 of 420 ~ 40.24%
G 123 of 420 ~ 29.29%
B 128 of 420 ~ 30.48%

%40.24
%29.29
%30.48

CMYK color model

#A97B80 color CMYK value is (0,27,24,34).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK:
(0,27,24,34)
C0M27Y24K34 
(0%,27%,24%,34%)
(0.00/0.27/0.24/0.34)	

CMYK percentages

%0
%27.22
%24.26
%33.73

Codes

Color #A97B80 in popluar color models

A97B80
RGB169123128
HSL353°21.10%57.25%
HSB/HSV353°27.22%66.27%
CMYK0.00%27.22%24.26%
33.73%

Color #A97B80 in popluar number systems.

HEXA97B80
Decimal169123128
Binary10101001111101110000000
Octal251173200

Shades and tints

Shades of #A97B80

#A97B80
(169,123,128)
#9A7075
(154,112,117)
#8B656A
(139,101,106)
#7C5A5F
(124,90,95)
#6D4F54
(109,79,84)
#5E4449
(94,68,73)
#4F393E
(79,57,62)
#402E33
(64,46,51)
#312328
(49,35,40)
#22181D
(34,24,29)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #A97B80

#A97B80
(169,123,128)
#B0878B
(176,135,139)
#B79396
(183,147,150)
#BE9FA1
(190,159,161)
#C5ABAC
(197,171,172)
#CCB7B7
(204,183,183)
#D3C3C2
(211,195,194)
#DACFCD
(218,207,205)
#E1DBD8
(225,219,216)
#E8E7E3
(232,231,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97B80; }

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

This text font color is #A97B80.


Background Color

.myBgColor { background-color: #A97B80; }

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

This div background color is #A97B80.


Border color

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

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

This div border color is #A97B80.


Opacity

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

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

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

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

This text has shadow with #A97B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97B80 on black background.


Color preview on white background

This text has color #A97B80 on white background.



Black color preview on #A97B80 background

This text has black color on #A97B80 background.


White color preview on #A97B80 background

This text has white color on #A97B80 background.