COLOR #A9B2BA

HEX: #A9B2BA
RGB: (169,178,186)

Color info

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

RGB color model

#A9B2BA color RGB value is (169,178,186).

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

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 186 of 255 = 73%

169
178
186

R + G + B ~ 70%. #A9B2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 186 = 533 (100%)
R 169 of 533 ~ 31.71%
G 178 of 533 ~ 33.4%
B 186 of 533 ~ 34.9%

%31.71
%33.4
%34.9

CMYK color model

#A9B2BA color CMYK value is (9,4,0,27).

  • cyan value is 9.14%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,4,0,27)
C9M4Y0K27 
(9%,4%,0%,27%)
(0.09/0.04/0.00/0.27)	

CMYK percentages

%9.14
%4.3
%0
%27.06

Codes

Color #A9B2BA in popluar color models

A9B2BA
RGB169178186
HSL208°10.97%69.61%
HSB/HSV208°9.14%72.94%
CMYK9.14%4.30%0.00%
27.06%

Color #A9B2BA in popluar number systems.

HEXA9B2BA
Decimal169178186
Binary101010011011001010111010
Octal251262272

Shades and tints

Shades of #A9B2BA

#A9B2BA
(169,178,186)
#9AA2AA
(154,162,170)
#8B929A
(139,146,154)
#7C828A
(124,130,138)
#6D727A
(109,114,122)
#5E626A
(94,98,106)
#4F525A
(79,82,90)
#40424A
(64,66,74)
#31323A
(49,50,58)
#22222A
(34,34,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #A9B2BA

#A9B2BA
(169,178,186)
#B0B9C0
(176,185,192)
#B7C0C6
(183,192,198)
#BEC7CC
(190,199,204)
#C5CED2
(197,206,210)
#CCD5D8
(204,213,216)
#D3DCDE
(211,220,222)
#DAE3E4
(218,227,228)
#E1EAEA
(225,234,234)
#E8F1F0
(232,241,240)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B2BA; }

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

This text font color is #A9B2BA.


Background Color

.myBgColor { background-color: #A9B2BA; }

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

This div background color is #A9B2BA.


Border color

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

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

This div border color is #A9B2BA.


Opacity

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

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

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

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

This text has shadow with #A9B2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2BA on black background.


Color preview on white background

This text has color #A9B2BA on white background.



Black color preview on #A9B2BA background

This text has black color on #A9B2BA background.


White color preview on #A9B2BA background

This text has white color on #A9B2BA background.