COLOR #A9BABB

HEX: #A9BABB
RGB: (169,186,187)

Color info

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

RGB color model

#A9BABB color RGB value is (169,186,187).

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

RGB channels and saturation

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

169
186
187

R + G + B ~ 71%. #A9BABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 187 = 542 (100%)
R 169 of 542 ~ 31.18%
G 186 of 542 ~ 34.32%
B 187 of 542 ~ 34.5%

%31.18
%34.32
%34.5

CMYK color model

#A9BABB color CMYK value is (10,1,0,27).

  • cyan value is 9.63%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,1,0,27)
C10M1Y0K27 
(10%,1%,0%,27%)
(0.10/0.01/0.00/0.27)	

CMYK percentages

%9.63
%0.53
%0
%26.67

Codes

Color #A9BABB in popluar color models

A9BABB
RGB169186187
HSL183°11.69%69.80%
HSB/HSV183°9.63%73.33%
CMYK9.63%0.53%0.00%
26.67%

Color #A9BABB in popluar number systems.

HEXA9BABB
Decimal169186187
Binary101010011011101010111011
Octal251272273

Shades and tints

Shades of #A9BABB

#A9BABB
(169,186,187)
#9AAAAA
(154,170,170)
#8B9A99
(139,154,153)
#7C8A88
(124,138,136)
#6D7A77
(109,122,119)
#5E6A66
(94,106,102)
#4F5A55
(79,90,85)
#404A44
(64,74,68)
#313A33
(49,58,51)
#222A22
(34,42,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #A9BABB

#A9BABB
(169,186,187)
#B0C0C1
(176,192,193)
#B7C6C7
(183,198,199)
#BECCCD
(190,204,205)
#C5D2D3
(197,210,211)
#CCD8D9
(204,216,217)
#D3DEDF
(211,222,223)
#DAE4E5
(218,228,229)
#E1EAEB
(225,234,235)
#E8F0F1
(232,240,241)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BABB; }

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

This text font color is #A9BABB.


Background Color

.myBgColor { background-color: #A9BABB; }

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

This div background color is #A9BABB.


Border color

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

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

This div border color is #A9BABB.


Opacity

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

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

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

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

This text has shadow with #A9BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BABB on black background.


Color preview on white background

This text has color #A9BABB on white background.



Black color preview on #A9BABB background

This text has black color on #A9BABB background.


White color preview on #A9BABB background

This text has white color on #A9BABB background.