COLOR #A9B5AE

HEX: #A9B5AE
RGB: (169,181,174)

Color info

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

RGB color model

#A9B5AE color RGB value is (169,181,174).

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

RGB channels and saturation

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

169
181
174

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

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 174 = 524 (100%)
R 169 of 524 ~ 32.25%
G 181 of 524 ~ 34.54%
B 174 of 524 ~ 33.21%

%32.25
%34.54
%33.21

CMYK color model

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

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • 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
%3.87
%29.02

Codes

Color #A9B5AE in popluar color models

A9B5AE
RGB169181174
HSL145°7.50%68.63%
HSB/HSV145°6.63%70.98%
CMYK6.63%0.00%3.87%
29.02%

Color #A9B5AE in popluar number systems.

HEXA9B5AE
Decimal169181174
Binary101010011011010110101110
Octal251265256

Shades and tints

Shades of #A9B5AE

#A9B5AE
(169,181,174)
#9AA59F
(154,165,159)
#8B9590
(139,149,144)
#7C8581
(124,133,129)
#6D7572
(109,117,114)
#5E6563
(94,101,99)
#4F5554
(79,85,84)
#404545
(64,69,69)
#313536
(49,53,54)
#222527
(34,37,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A9B5AE

#A9B5AE
(169,181,174)
#B0BBB5
(176,187,181)
#B7C1BC
(183,193,188)
#BEC7C3
(190,199,195)
#C5CDCA
(197,205,202)
#CCD3D1
(204,211,209)
#D3D9D8
(211,217,216)
#DADFDF
(218,223,223)
#E1E5E6
(225,229,230)
#E8EBED
(232,235,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5AE; }

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

This text font color is #A9B5AE.


Background Color

.myBgColor { background-color: #A9B5AE; }

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

This div background color is #A9B5AE.


Border color

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

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

This div border color is #A9B5AE.


Opacity

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

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

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

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

This text has shadow with #A9B5AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9B5AE on black background.


Color preview on white background

This text has color #A9B5AE on white background.



Black color preview on #A9B5AE background

This text has black color on #A9B5AE background.


White color preview on #A9B5AE background

This text has white color on #A9B5AE background.