COLOR #A9BAB4

HEX: #A9BAB4 RGB: (169,186,180)

Color info

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

RGB color model

#A9BAB4 color RGB value is (169,186,180).

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

RGB channels and saturation

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

169
186
180

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

Portions of RGB colors in percentages

R + G + B = 169 + 186 + 180 = 535 (100%)
R 169 of 535 ~ 31.59%
G 186 of 535 ~ 34.77%
B 180 of 535 ~ 33.64'%

%31.59
%34.77
%33.64

CMYK color model

#A9BAB4 color CMYK value is (9,0,3,27).

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

CMYK: (9,0,3,27)
C9M0Y3K27 (9%, 0%, 3%, 27%)
(0.09 / 0.00 / 0.03 / 0.27)

CMYK percentages

%9.14
%0
%3.23
%27.06

Codes

Color #A9BAB4 in popluar color models

A9 BA B4
RGB 169 186 180
HSL 159° 10.97% 69.61%
HSB/HSV 159° 9.14% 72.94%
CMYK 9.14% 0.00% 3.23%
27.06%

Color #A9BAB4 in popluar number systems.

HEX A9 BA B4
Decimal 169 186 180
Binary 10101001 10111010 10110100
Octal 251 272 264

Shades and tints

Shades of #A9BAB4

#A9BAB4
(169,186,180)
#9AAAA4
(154,170,164)
#8B9A94
(139,154,148)
#7C8A84
(124,138,132)
#6D7A74
(109,122,116)
#5E6A64
(94,106,100)
#4F5A54
(79,90,84)
#404A44
(64,74,68)
#313A34
(49,58,52)
#222A24
(34,42,36)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #A9BAB4

#A9BAB4
(169,186,180)
#B0C0BA
(176,192,186)
#B7C6C0
(183,198,192)
#BECCC6
(190,204,198)
#C5D2CC
(197,210,204)
#CCD8D2
(204,216,210)
#D3DED8
(211,222,216)
#DAE4DE
(218,228,222)
#E1EAE4
(225,234,228)
#E8F0EA
(232,240,234)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BAB4; }

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

This text font color is #A9BAB4.

Background Color

.myBgColor { background-color: #A9BAB4; }

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

This div background color is #A9BAB4.

Border color

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

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

This div border color is #A9BAB4.

Opacity

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

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

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

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

This text has shadow with #A9BAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BAB4.

Preview

Color preview on black background

This text has color #A9BAB4 on black background.


Color preview on white background

This text has color #A9BAB4 on white background.


Black color preview on #A9BAB4 background

This text has black color on #A9BAB4 background.


White color preview on #A9BAB4 background

This text has white color on #A9BAB4 background.


Related colors

Complementary color

Complementary color for #hex is #56454B.


I love getcolorcode.com

Triadic colors

1 #B4A9BA and #BAB4A9 with #A9BAB4 are triadic colors.

2 #B4BAA9 and #BAA9B4 with #A9BAB4 are triadic colors.