COLOR #AAB4AD

HEX: #AAB4AD
RGB: (170,180,173)

Color info

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

RGB color model

#AAB4AD color RGB value is (170,180,173).

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

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 173 of 255 = 68%

170
180
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 173 = 523 (100%)
R 170 of 523 ~ 32.5%
G 180 of 523 ~ 34.42%
B 173 of 523 ~ 33.08%

%32.5
%34.42
%33.08

CMYK color model

#AAB4AD color CMYK value is (6,0,4,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK:
(6,0,4,29)
C6M0Y4K29 
(6%,0%,4%,29%)
(0.06/0.00/0.04/0.29)	

CMYK percentages

%5.56
%0
%3.89
%29.41

Codes

Color #AAB4AD in popluar color models

AAB4AD
RGB170180173
HSL138°6.25%68.63%
HSB/HSV138°5.56%70.59%
CMYK5.56%0.00%3.89%
29.41%

Color #AAB4AD in popluar number systems.

HEXAAB4AD
Decimal170180173
Binary101010101011010010101101
Octal252264255

Shades and tints

Shades of #AAB4AD

#AAB4AD
(170,180,173)
#9BA49E
(155,164,158)
#8C948F
(140,148,143)
#7D8480
(125,132,128)
#6E7471
(110,116,113)
#5F6462
(95,100,98)
#505453
(80,84,83)
#414444
(65,68,68)
#323435
(50,52,53)
#232426
(35,36,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AAB4AD

#AAB4AD
(170,180,173)
#B1BAB4
(177,186,180)
#B8C0BB
(184,192,187)
#BFC6C2
(191,198,194)
#C6CCC9
(198,204,201)
#CDD2D0
(205,210,208)
#D4D8D7
(212,216,215)
#DBDEDE
(219,222,222)
#E2E4E5
(226,228,229)
#E9EAEC
(233,234,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB4AD; }

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

This text font color is #AAB4AD.


Background Color

.myBgColor { background-color: #AAB4AD; }

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

This div background color is #AAB4AD.


Border color

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

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

This div border color is #AAB4AD.


Opacity

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

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

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

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

This text has shadow with #AAB4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB4AD on black background.


Color preview on white background

This text has color #AAB4AD on white background.



Black color preview on #AAB4AD background

This text has black color on #AAB4AD background.


White color preview on #AAB4AD background

This text has white color on #AAB4AD background.