COLOR #A9B5AD

HEX: #A9B5AD
RGB: (169,181,173)

Color info

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

RGB color model

#A9B5AD color RGB value is (169,181,173).

  • red value is 169;
  • green value is 181;
  • blue value is 173.
RGB:
(169,181,173)
(66%,71%,68%)

RGB channels and saturation

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

169
181
173

R + G + B ~ 68%. #A9B5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 173 = 523 (100%)
R 169 of 523 ~ 32.31%
G 181 of 523 ~ 34.61%
B 173 of 523 ~ 33.08%

%32.31
%34.61
%33.08

CMYK color model

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

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(7,0,4,29)
C7M0Y4K29 
(7%,0%,4%,29%)
(0.07/0.00/0.04/0.29)	

CMYK percentages

%6.63
%0
%4.42
%29.02

Codes

Color #A9B5AD in popluar color models

A9B5AD
RGB169181173
HSL140°7.50%68.63%
HSB/HSV140°6.63%70.98%
CMYK6.63%0.00%4.42%
29.02%

Color #A9B5AD in popluar number systems.

HEXA9B5AD
Decimal169181173
Binary101010011011010110101101
Octal251265255

Shades and tints

Shades of #A9B5AD

#A9B5AD
(169,181,173)
#9AA59E
(154,165,158)
#8B958F
(139,149,143)
#7C8580
(124,133,128)
#6D7571
(109,117,113)
#5E6562
(94,101,98)
#4F5553
(79,85,83)
#404544
(64,69,68)
#313535
(49,53,53)
#222526
(34,37,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #A9B5AD

#A9B5AD
(169,181,173)
#B0BBB4
(176,187,180)
#B7C1BB
(183,193,187)
#BEC7C2
(190,199,194)
#C5CDC9
(197,205,201)
#CCD3D0
(204,211,208)
#D3D9D7
(211,217,215)
#DADFDE
(218,223,222)
#E1E5E5
(225,229,229)
#E8EBEC
(232,235,236)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5AD; }

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

This text font color is #A9B5AD.


Background Color

.myBgColor { background-color: #A9B5AD; }

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

This div background color is #A9B5AD.


Border color

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

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

This div border color is #A9B5AD.


Opacity

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

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

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

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

This text has shadow with #A9B5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B5AD on black background.


Color preview on white background

This text has color #A9B5AD on white background.



Black color preview on #A9B5AD background

This text has black color on #A9B5AD background.


White color preview on #A9B5AD background

This text has white color on #A9B5AD background.