COLOR #A9A3B9

HEX: #A9A3B9 RGB: (169,163,185)

Color info

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

RGB color model

#A9A3B9 color RGB value is (169,163,185).

RGB: (169,163,185) (66%, 64%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 185 of 255 = 73%

169
163
185

R + G + B ~ 68%. #A9A3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 163 + 185 = 517 (100%)
R 169 of 517 ~ 32.69%
G 163 of 517 ~ 31.53%
B 185 of 517 ~ 35.78'%

%32.69
%31.53
%35.78

CMYK color model

#A9A3B9 color CMYK value is (9,12,0,27).

  • cyan value is 8.65%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (9,12,0,27)
C9M12Y0K27 (9%, 12%, 0%, 27%)
(0.09 / 0.12 / 0.00 / 0.27)

CMYK percentages

%8.65
%11.89
%0
%27.45

Codes

Color #A9A3B9 in popluar color models

A9 A3 B9
RGB 169 163 185
HSL 256° 13.58% 68.24%
HSB/HSV 256° 11.89% 72.55%
CMYK 8.65% 11.89% 0.00%
27.45%

Color #A9A3B9 in popluar number systems.

HEX A9 A3 B9
Decimal 169 163 185
Binary 10101001 10100011 10111001
Octal 251 243 271

Shades and tints

Shades of #A9A3B9

#A9A3B9
(169,163,185)
#9A95A9
(154,149,169)
#8B8799
(139,135,153)
#7C7989
(124,121,137)
#6D6B79
(109,107,121)
#5E5D69
(94,93,105)
#4F4F59
(79,79,89)
#404149
(64,65,73)
#313339
(49,51,57)
#222529
(34,37,41)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #A9A3B9

#A9A3B9
(169,163,185)
#B0ABBF
(176,171,191)
#B7B3C5
(183,179,197)
#BEBBCB
(190,187,203)
#C5C3D1
(197,195,209)
#CCCBD7
(204,203,215)
#D3D3DD
(211,211,221)
#DADBE3
(218,219,227)
#E1E3E9
(225,227,233)
#E8EBEF
(232,235,239)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A3B9 color. Also use rgb(169,163,185) instead hex code.

Text Font Color

.myTextColor { color: #A9A3B9; }

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

This text font color is #A9A3B9.

Background Color

.myBgColor { background-color: #A9A3B9; }

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

This div background color is #A9A3B9.

Border color

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

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

This div border color is #A9A3B9.

Opacity

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

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

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

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

This text has shadow with #A9A3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A3B9.

Preview

Color preview on black background

This text has color #A9A3B9 on black background.


Color preview on white background

This text has color #A9A3B9 on white background.


Black color preview on #A9A3B9 background

This text has black color on #A9A3B9 background.


White color preview on #A9A3B9 background

This text has white color on #A9A3B9 background.


Related colors

Complementary color

Complementary color for #hex is #565C46.


I love getcolorcode.com

Triadic colors

1 #B9A9A3 and #A3B9A9 with #A9A3B9 are triadic colors.

2 #B9A3A9 and #A3A9B9 with #A9A3B9 are triadic colors.