COLOR #A9BAB6

HEX: #A9BAB6 RGB: (169,186,182)

Color info

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

RGB color model

#A9BAB6 color RGB value is (169,186,182).

RGB: (169,186,182) (66%, 73%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 182 of 255 = 71%

169
186
182

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

Portions of RGB colors in percentages

R + G + B = 169 + 186 + 182 = 537 (100%)
R 169 of 537 ~ 31.47%
G 186 of 537 ~ 34.64%
B 182 of 537 ~ 33.89'%

%31.47
%34.64
%33.89

CMYK color model

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

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 27.06%

CMYK: (9,0,2,27)
C9M0Y2K27 (9%, 0%, 2%, 27%)
(0.09 / 0.00 / 0.02 / 0.27)

CMYK percentages

%9.14
%0
%2.15
%27.06

Codes

Color #A9BAB6 in popluar color models

A9 BA B6
RGB 169 186 182
HSL 166° 10.97% 69.61%
HSB/HSV 166° 9.14% 72.94%
CMYK 9.14% 0.00% 2.15%
27.06%

Color #A9BAB6 in popluar number systems.

HEX A9 BA B6
Decimal 169 186 182
Binary 10101001 10111010 10110110
Octal 251 272 266

Shades and tints

Shades of #A9BAB6

#A9BAB6
(169,186,182)
#9AAAA6
(154,170,166)
#8B9A96
(139,154,150)
#7C8A86
(124,138,134)
#6D7A76
(109,122,118)
#5E6A66
(94,106,102)
#4F5A56
(79,90,86)
#404A46
(64,74,70)
#313A36
(49,58,54)
#222A26
(34,42,38)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #A9BAB6

#A9BAB6
(169,186,182)
#B0C0BC
(176,192,188)
#B7C6C2
(183,198,194)
#BECCC8
(190,204,200)
#C5D2CE
(197,210,206)
#CCD8D4
(204,216,212)
#D3DEDA
(211,222,218)
#DAE4E0
(218,228,224)
#E1EAE6
(225,234,230)
#E8F0EC
(232,240,236)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BAB6; }

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

This text font color is #A9BAB6.

Background Color

.myBgColor { background-color: #A9BAB6; }

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

This div background color is #A9BAB6.

Border color

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

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

This div border color is #A9BAB6.

Opacity

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

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

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

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

This text has shadow with #A9BAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BAB6.

Preview

Color preview on black background

This text has color #A9BAB6 on black background.


Color preview on white background

This text has color #A9BAB6 on white background.


Black color preview on #A9BAB6 background

This text has black color on #A9BAB6 background.


White color preview on #A9BAB6 background

This text has white color on #A9BAB6 background.


Related colors

Complementary color

Complementary color for #hex is #564549.


I love getcolorcode.com

Triadic colors

1 #B6A9BA and #BAB6A9 with #A9BAB6 are triadic colors.

2 #B6BAA9 and #BAA9B6 with #A9BAB6 are triadic colors.