COLOR #A9A8BA

HEX: #A9A8BA
RGB: (169,168,186)

Color info

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

RGB color model

#A9A8BA color RGB value is (169,168,186).

  • red value is 169;
  • green value is 168;
  • blue value is 186.
RGB:
(169,168,186)
(66%,66%,73%)

RGB channels and saturation

R 169 of 255 = 66%
G 168 of 255 = 66%
B 186 of 255 = 73%

169
168
186

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

Portions of RGB colors in percentages

R + G + B =
169 + 168 + 186 = 523 (100%)
R 169 of 523 ~ 32.31%
G 168 of 523 ~ 32.12%
B 186 of 523 ~ 35.56%

%32.31
%32.12
%35.56

CMYK color model

#A9A8BA color CMYK value is (9,10,0,27).

  • cyan value is 9.14%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,10,0,27)
C9M10Y0K27 
(9%,10%,0%,27%)
(0.09/0.10/0.00/0.27)	

CMYK percentages

%9.14
%9.68
%0
%27.06

Codes

Color #A9A8BA in popluar color models

A9A8BA
RGB169168186
HSL243°11.54%69.41%
HSB/HSV243°9.68%72.94%
CMYK9.14%9.68%0.00%
27.06%

Color #A9A8BA in popluar number systems.

HEXA9A8BA
Decimal169168186
Binary101010011010100010111010
Octal251250272

Shades and tints

Shades of #A9A8BA

#A9A8BA
(169,168,186)
#9A99AA
(154,153,170)
#8B8A9A
(139,138,154)
#7C7B8A
(124,123,138)
#6D6C7A
(109,108,122)
#5E5D6A
(94,93,106)
#4F4E5A
(79,78,90)
#403F4A
(64,63,74)
#31303A
(49,48,58)
#22212A
(34,33,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #A9A8BA

#A9A8BA
(169,168,186)
#B0AFC0
(176,175,192)
#B7B6C6
(183,182,198)
#BEBDCC
(190,189,204)
#C5C4D2
(197,196,210)
#CCCBD8
(204,203,216)
#D3D2DE
(211,210,222)
#DAD9E4
(218,217,228)
#E1E0EA
(225,224,234)
#E8E7F0
(232,231,240)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A8BA color. Also use rgb(169,168,186) instead hex code.

Text Font Color

.myTextColor { color: #A9A8BA; }

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

This text font color is #A9A8BA.


Background Color

.myBgColor { background-color: #A9A8BA; }

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

This div background color is #A9A8BA.


Border color

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

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

This div border color is #A9A8BA.


Opacity

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

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

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

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

This text has shadow with #A9A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A8BA on black background.


Color preview on white background

This text has color #A9A8BA on white background.



Black color preview on #A9A8BA background

This text has black color on #A9A8BA background.


White color preview on #A9A8BA background

This text has white color on #A9A8BA background.