COLOR #A9B7BA

HEX: #A9B7BA
RGB: (169,183,186)

Color info

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

RGB color model

#A9B7BA color RGB value is (169,183,186).

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

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 186 of 255 = 73%

169
183
186

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

Portions of RGB colors in percentages

R + G + B =
169 + 183 + 186 = 538 (100%)
R 169 of 538 ~ 31.41%
G 183 of 538 ~ 34.01%
B 186 of 538 ~ 34.57%

%31.41
%34.01
%34.57

CMYK color model

#A9B7BA color CMYK value is (9,2,0,27).

  • cyan value is 9.14%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,2,0,27)
C9M2Y0K27 
(9%,2%,0%,27%)
(0.09/0.02/0.00/0.27)	

CMYK percentages

%9.14
%1.61
%0
%27.06

Codes

Color #A9B7BA in popluar color models

A9B7BA
RGB169183186
HSL191°10.97%69.61%
HSB/HSV191°9.14%72.94%
CMYK9.14%1.61%0.00%
27.06%

Color #A9B7BA in popluar number systems.

HEXA9B7BA
Decimal169183186
Binary101010011011011110111010
Octal251267272

Shades and tints

Shades of #A9B7BA

#A9B7BA
(169,183,186)
#9AA7AA
(154,167,170)
#8B979A
(139,151,154)
#7C878A
(124,135,138)
#6D777A
(109,119,122)
#5E676A
(94,103,106)
#4F575A
(79,87,90)
#40474A
(64,71,74)
#31373A
(49,55,58)
#22272A
(34,39,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #A9B7BA

#A9B7BA
(169,183,186)
#B0BDC0
(176,189,192)
#B7C3C6
(183,195,198)
#BEC9CC
(190,201,204)
#C5CFD2
(197,207,210)
#CCD5D8
(204,213,216)
#D3DBDE
(211,219,222)
#DAE1E4
(218,225,228)
#E1E7EA
(225,231,234)
#E8EDF0
(232,237,240)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B7BA; }

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

This text font color is #A9B7BA.


Background Color

.myBgColor { background-color: #A9B7BA; }

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

This div background color is #A9B7BA.


Border color

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

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

This div border color is #A9B7BA.


Opacity

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

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

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

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

This text has shadow with #A9B7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B7BA on black background.


Color preview on white background

This text has color #A9B7BA on white background.



Black color preview on #A9B7BA background

This text has black color on #A9B7BA background.


White color preview on #A9B7BA background

This text has white color on #A9B7BA background.