COLOR #A997B7

HEX: #A997B7 RGB: (169,151,183)

Color info

#A997B7 contains red, green and blue colors in about the same proportion. Web safe color of #A997B7 is #9999CC (or #99C).

RGB color model

#A997B7 color RGB value is (169,151,183).

RGB: (169,151,183) (66%, 59%, 72%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 183 of 255 = 72%

169
151
183

R + G + B ~ 66%. #A997B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 183 = 503 (100%)
R 169 of 503 ~ 33.6%
G 151 of 503 ~ 30.02%
B 183 of 503 ~ 36.38'%

%33.6
%30.02
%36.38

CMYK color model

#A997B7 color CMYK value is (8,17,0,28).

  • cyan value is 7.65%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (8,17,0,28)
C8M17Y0K28 (8%, 17%, 0%, 28%)
(0.08 / 0.17 / 0.00 / 0.28)

CMYK percentages

%7.65
%17.49
%0
%28.24

Codes

Color #A997B7 in popluar color models

A9 97 B7
RGB 169 151 183
HSL 274° 18.18% 65.49%
HSB/HSV 274° 17.49% 71.76%
CMYK 7.65% 17.49% 0.00%
28.24%

Color #A997B7 in popluar number systems.

HEX A9 97 B7
Decimal 169 151 183
Binary 10101001 10010111 10110111
Octal 251 227 267

Shades and tints

Shades of #A997B7

#A997B7
(169,151,183)
#9A8AA7
(154,138,167)
#8B7D97
(139,125,151)
#7C7087
(124,112,135)
#6D6377
(109,99,119)
#5E5667
(94,86,103)
#4F4957
(79,73,87)
#403C47
(64,60,71)
#312F37
(49,47,55)
#222227
(34,34,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #A997B7

#A997B7
(169,151,183)
#B0A0BD
(176,160,189)
#B7A9C3
(183,169,195)
#BEB2C9
(190,178,201)
#C5BBCF
(197,187,207)
#CCC4D5
(204,196,213)
#D3CDDB
(211,205,219)
#DAD6E1
(218,214,225)
#E1DFE7
(225,223,231)
#E8E8ED
(232,232,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997B7; }

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

This text font color is #A997B7.

Background Color

.myBgColor { background-color: #A997B7; }

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

This div background color is #A997B7.

Border color

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

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

This div border color is #A997B7.

Opacity

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

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

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

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

This text has shadow with #A997B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A997B7.

Preview

Color preview on black background

This text has color #A997B7 on black background.


Color preview on white background

This text has color #A997B7 on white background.


Black color preview on #A997B7 background

This text has black color on #A997B7 background.


White color preview on #A997B7 background

This text has white color on #A997B7 background.


Related colors

Complementary color

Complementary color for #hex is #566848.


I love getcolorcode.com

Triadic colors

1 #B7A997 and #97B7A9 with #A997B7 are triadic colors.

2 #B797A9 and #97A9B7 with #A997B7 are triadic colors.