COLOR #A9B5B5

HEX: #A9B5B5 RGB: (169,181,181)

Color info

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

RGB color model

#A9B5B5 color RGB value is (169,181,181).

RGB: (169,181,181) (66%, 71%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 181 of 255 = 71%

169
181
181

R + G + B ~ 69%. #A9B5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 181 + 181 = 531 (100%)
R 169 of 531 ~ 31.83%
G 181 of 531 ~ 34.09%
B 181 of 531 ~ 34.09'%

%31.83
%34.09
%34.09

CMYK color model

#A9B5B5 color CMYK value is (7,0,0,29).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (7,0,0,29)
C7M0Y0K29 (7%, 0%, 0%, 29%)
(0.07 / 0.00 / 0.00 / 0.29)

CMYK percentages

%6.63
%0
%0
%29.02

Codes

Color #A9B5B5 in popluar color models

A9 B5 B5
RGB 169 181 181
HSL 180° 7.50% 68.63%
HSB/HSV 180° 6.63% 70.98%
CMYK 6.63% 0.00% 0.00%
29.02%

Color #A9B5B5 in popluar number systems.

HEX A9 B5 B5
Decimal 169 181 181
Binary 10101001 10110101 10110101
Octal 251 265 265

Shades and tints

Shades of #A9B5B5

#A9B5B5
(169,181,181)
#9AA5A5
(154,165,165)
#8B9595
(139,149,149)
#7C8585
(124,133,133)
#6D7575
(109,117,117)
#5E6565
(94,101,101)
#4F5555
(79,85,85)
#404545
(64,69,69)
#313535
(49,53,53)
#222525
(34,37,37)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #A9B5B5

#A9B5B5
(169,181,181)
#B0BBBB
(176,187,187)
#B7C1C1
(183,193,193)
#BEC7C7
(190,199,199)
#C5CDCD
(197,205,205)
#CCD3D3
(204,211,211)
#D3D9D9
(211,217,217)
#DADFDF
(218,223,223)
#E1E5E5
(225,229,229)
#E8EBEB
(232,235,235)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5B5; }

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

This text font color is #A9B5B5.

Background Color

.myBgColor { background-color: #A9B5B5; }

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

This div background color is #A9B5B5.

Border color

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

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

This div border color is #A9B5B5.

Opacity

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

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

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

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

This text has shadow with #A9B5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B5B5.

Preview

Color preview on black background

This text has color #A9B5B5 on black background.


Color preview on white background

This text has color #A9B5B5 on white background.


Black color preview on #A9B5B5 background

This text has black color on #A9B5B5 background.


White color preview on #A9B5B5 background

This text has white color on #A9B5B5 background.


Related colors

Complementary color

Complementary color for #hex is #564A4A.


I love getcolorcode.com