COLOR #A97C96

HEX: #A97C96
RGB: (169,124,150)

Color info

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

RGB color model

#A97C96 color RGB value is (169,124,150).

  • red value is 169;
  • green value is 124;
  • blue value is 150.
RGB:
(169,124,150)
(66%,49%,59%)

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 150 of 255 = 59%

169
124
150

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

Portions of RGB colors in percentages

R + G + B =
169 + 124 + 150 = 443 (100%)
R 169 of 443 ~ 38.15%
G 124 of 443 ~ 27.99%
B 150 of 443 ~ 33.86%

%38.15
%27.99
%33.86

CMYK color model

#A97C96 color CMYK value is (0,27,11,34).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK:
(0,27,11,34)
C0M27Y11K34 
(0%,27%,11%,34%)
(0.00/0.27/0.11/0.34)	

CMYK percentages

%0
%26.63
%11.24
%33.73

Codes

Color #A97C96 in popluar color models

A97C96
RGB169124150
HSL325°20.74%57.45%
HSB/HSV325°26.63%66.27%
CMYK0.00%26.63%11.24%
33.73%

Color #A97C96 in popluar number systems.

HEXA97C96
Decimal169124150
Binary10101001111110010010110
Octal251174226

Shades and tints

Shades of #A97C96

#A97C96
(169,124,150)
#9A7189
(154,113,137)
#8B667C
(139,102,124)
#7C5B6F
(124,91,111)
#6D5062
(109,80,98)
#5E4555
(94,69,85)
#4F3A48
(79,58,72)
#402F3B
(64,47,59)
#31242E
(49,36,46)
#221921
(34,25,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A97C96

#A97C96
(169,124,150)
#B0879F
(176,135,159)
#B792A8
(183,146,168)
#BE9DB1
(190,157,177)
#C5A8BA
(197,168,186)
#CCB3C3
(204,179,195)
#D3BECC
(211,190,204)
#DAC9D5
(218,201,213)
#E1D4DE
(225,212,222)
#E8DFE7
(232,223,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97C96 color. Also use rgb(169,124,150) instead hex code.

Text Font Color

.myTextColor { color: #A97C96; }

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

This text font color is #A97C96.


Background Color

.myBgColor { background-color: #A97C96; }

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

This div background color is #A97C96.


Border color

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

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

This div border color is #A97C96.


Opacity

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

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

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

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

This text has shadow with #A97C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97C96 on black background.


Color preview on white background

This text has color #A97C96 on white background.



Black color preview on #A97C96 background

This text has black color on #A97C96 background.


White color preview on #A97C96 background

This text has white color on #A97C96 background.