COLOR #A997B0

HEX: #A997B0
RGB: (169,151,176)

Color info

#A997B0 contains red, green and blue colors in about the same proportion. Web safe color of #A997B0 is #999999 (or #999).

RGB color model

#A997B0 color RGB value is (169,151,176).

  • red value is 169;
  • green value is 151;
  • blue value is 176.
RGB:
(169,151,176)
(66%,59%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 176 of 255 = 69%

169
151
176

R + G + B ~ 65%. #A997B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 151 + 176 = 496 (100%)
R 169 of 496 ~ 34.07%
G 151 of 496 ~ 30.44%
B 176 of 496 ~ 35.48%

%34.07
%30.44
%35.48

CMYK color model

#A997B0 color CMYK value is (4,14,0,31).

  • cyan value is 3.98%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(4,14,0,31)
C4M14Y0K31 
(4%,14%,0%,31%)
(0.04/0.14/0.00/0.31)	

CMYK percentages

%3.98
%14.2
%0
%30.98

Codes

Color #A997B0 in popluar color models

A997B0
RGB169151176
HSL283°13.66%64.12%
HSB/HSV283°14.20%69.02%
CMYK3.98%14.20%0.00%
30.98%

Color #A997B0 in popluar number systems.

HEXA997B0
Decimal169151176
Binary101010011001011110110000
Octal251227260

Shades and tints

Shades of #A997B0

#A997B0
(169,151,176)
#9A8AA0
(154,138,160)
#8B7D90
(139,125,144)
#7C7080
(124,112,128)
#6D6370
(109,99,112)
#5E5660
(94,86,96)
#4F4950
(79,73,80)
#403C40
(64,60,64)
#312F30
(49,47,48)
#222220
(34,34,32)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #A997B0

#A997B0
(169,151,176)
#B0A0B7
(176,160,183)
#B7A9BE
(183,169,190)
#BEB2C5
(190,178,197)
#C5BBCC
(197,187,204)
#CCC4D3
(204,196,211)
#D3CDDA
(211,205,218)
#DAD6E1
(218,214,225)
#E1DFE8
(225,223,232)
#E8E8EF
(232,232,239)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A997B0 color. Also use rgb(169,151,176) instead hex code.

Text Font Color

.myTextColor { color: #A997B0; }

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

This text font color is #A997B0.


Background Color

.myBgColor { background-color: #A997B0; }

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

This div background color is #A997B0.


Border color

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

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

This div border color is #A997B0.


Opacity

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

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

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

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

This text has shadow with #A997B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A997B0 on black background.


Color preview on white background

This text has color #A997B0 on white background.



Black color preview on #A997B0 background

This text has black color on #A997B0 background.


White color preview on #A997B0 background

This text has white color on #A997B0 background.