COLOR #A97F9B

HEX: #A97F9B
RGB: (169,127,155)

Color info

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

RGB color model

#A97F9B color RGB value is (169,127,155).

  • red value is 169;
  • green value is 127;
  • blue value is 155.
RGB:
(169,127,155)
(66%,50%,61%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 155 of 255 = 61%

169
127
155

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

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 155 = 451 (100%)
R 169 of 451 ~ 37.47%
G 127 of 451 ~ 28.16%
B 155 of 451 ~ 34.37%

%37.47
%28.16
%34.37

CMYK color model

#A97F9B color CMYK value is (0,25,8,34).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK:
(0,25,8,34)
C0M25Y8K34 
(0%,25%,8%,34%)
(0.00/0.25/0.08/0.34)	

CMYK percentages

%0
%24.85
%8.28
%33.73

Codes

Color #A97F9B in popluar color models

A97F9B
RGB169127155
HSL320°19.63%58.04%
HSB/HSV320°24.85%66.27%
CMYK0.00%24.85%8.28%
33.73%

Color #A97F9B in popluar number systems.

HEXA97F9B
Decimal169127155
Binary10101001111111110011011
Octal251177233

Shades and tints

Shades of #A97F9B

#A97F9B
(169,127,155)
#9A748D
(154,116,141)
#8B697F
(139,105,127)
#7C5E71
(124,94,113)
#6D5363
(109,83,99)
#5E4855
(94,72,85)
#4F3D47
(79,61,71)
#403239
(64,50,57)
#31272B
(49,39,43)
#221C1D
(34,28,29)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A97F9B

#A97F9B
(169,127,155)
#B08AA4
(176,138,164)
#B795AD
(183,149,173)
#BEA0B6
(190,160,182)
#C5ABBF
(197,171,191)
#CCB6C8
(204,182,200)
#D3C1D1
(211,193,209)
#DACCDA
(218,204,218)
#E1D7E3
(225,215,227)
#E8E2EC
(232,226,236)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97F9B color. Also use rgb(169,127,155) instead hex code.

Text Font Color

.myTextColor { color: #A97F9B; }

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

This text font color is #A97F9B.


Background Color

.myBgColor { background-color: #A97F9B; }

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

This div background color is #A97F9B.


Border color

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

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

This div border color is #A97F9B.


Opacity

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

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

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

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

This text has shadow with #A97F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97F9B on black background.


Color preview on white background

This text has color #A97F9B on white background.



Black color preview on #A97F9B background

This text has black color on #A97F9B background.


White color preview on #A97F9B background

This text has white color on #A97F9B background.