COLOR #AAB1AD

HEX: #AAB1AD
RGB: (170,177,173)

Color info

#AAB1AD contains red, green and blue colors in about the same proportion. Web safe color of #AAB1AD is #999999 (or #999).

RGB color model

#AAB1AD color RGB value is (170,177,173).

  • red value is 170;
  • green value is 177;
  • blue value is 173.
RGB:
(170,177,173)
(67%,69%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 173 of 255 = 68%

170
177
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 173 = 520 (100%)
R 170 of 520 ~ 32.69%
G 177 of 520 ~ 34.04%
B 173 of 520 ~ 33.27%

%32.69
%34.04
%33.27

CMYK color model

#AAB1AD color CMYK value is (4,0,2,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 30.59%
CMYK:
(4,0,2,31)
C4M0Y2K31 
(4%,0%,2%,31%)
(0.04/0.00/0.02/0.31)	

CMYK percentages

%3.95
%0
%2.26
%30.59

Codes

Color #AAB1AD in popluar color models

AAB1AD
RGB170177173
HSL146°4.29%68.04%
HSB/HSV146°3.95%69.41%
CMYK3.95%0.00%2.26%
30.59%

Color #AAB1AD in popluar number systems.

HEXAAB1AD
Decimal170177173
Binary101010101011000110101101
Octal252261255

Shades and tints

Shades of #AAB1AD

#AAB1AD
(170,177,173)
#9BA19E
(155,161,158)
#8C918F
(140,145,143)
#7D8180
(125,129,128)
#6E7171
(110,113,113)
#5F6162
(95,97,98)
#505153
(80,81,83)
#414144
(65,65,68)
#323135
(50,49,53)
#232126
(35,33,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #AAB1AD

#AAB1AD
(170,177,173)
#B1B8B4
(177,184,180)
#B8BFBB
(184,191,187)
#BFC6C2
(191,198,194)
#C6CDC9
(198,205,201)
#CDD4D0
(205,212,208)
#D4DBD7
(212,219,215)
#DBE2DE
(219,226,222)
#E2E9E5
(226,233,229)
#E9F0EC
(233,240,236)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB1AD color. Also use rgb(170,177,173) instead hex code.

Text Font Color

.myTextColor { color: #AAB1AD; }

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

This text font color is #AAB1AD.


Background Color

.myBgColor { background-color: #AAB1AD; }

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

This div background color is #AAB1AD.


Border color

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

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

This div border color is #AAB1AD.


Opacity

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

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

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

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

This text has shadow with #AAB1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB1AD on black background.


Color preview on white background

This text has color #AAB1AD on white background.



Black color preview on #AAB1AD background

This text has black color on #AAB1AD background.


White color preview on #AAB1AD background

This text has white color on #AAB1AD background.