COLOR #AAC9AB

HEX: #AAC9AB RGB: (170,201,171)

Color info

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

RGB color model

#AAC9AB color RGB value is (170,201,171).

RGB: (170,201,171) (67%, 79%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 171 of 255 = 67%

170
201
171

R + G + B ~ 71%. #AAC9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 201 + 171 = 542 (100%)
R 170 of 542 ~ 31.37%
G 201 of 542 ~ 37.08%
B 171 of 542 ~ 31.55'%

%31.37
%37.08
%31.55

CMYK color model

#AAC9AB color CMYK value is (15,0,15,21).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%

CMYK: (15,0,15,21)
C15M0Y15K21 (15%, 0%, 15%, 21%)
(0.15 / 0.00 / 0.15 / 0.21)

CMYK percentages

%15.42
%0
%14.93
%21.18

Codes

Color #AAC9AB in popluar color models

AA C9 AB
RGB 170 201 171
HSL 122° 22.30% 72.75%
HSB/HSV 122° 15.42% 78.82%
CMYK 15.42% 0.00% 14.93%
21.18%

Color #AAC9AB in popluar number systems.

HEX AA C9 AB
Decimal 170 201 171
Binary 10101010 11001001 10101011
Octal 252 311 253

Shades and tints

Shades of #AAC9AB

#AAC9AB
(170,201,171)
#9BB79C
(155,183,156)
#8CA58D
(140,165,141)
#7D937E
(125,147,126)
#6E816F
(110,129,111)
#5F6F60
(95,111,96)
#505D51
(80,93,81)
#414B42
(65,75,66)
#323933
(50,57,51)
#232724
(35,39,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAC9AB

#AAC9AB
(170,201,171)
#B1CDB2
(177,205,178)
#B8D1B9
(184,209,185)
#BFD5C0
(191,213,192)
#C6D9C7
(198,217,199)
#CDDDCE
(205,221,206)
#D4E1D5
(212,225,213)
#DBE5DC
(219,229,220)
#E2E9E3
(226,233,227)
#E9EDEA
(233,237,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC9AB color. Also use rgb(170,201,171) instead hex code.

Text Font Color

.myTextColor { color: #AAC9AB; }

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

This text font color is #AAC9AB.

Background Color

.myBgColor { background-color: #AAC9AB; }

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

This div background color is #AAC9AB.

Border color

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

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

This div border color is #AAC9AB.

Opacity

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

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

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

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

This text has shadow with #AAC9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC9AB.

Preview

Color preview on black background

This text has color #AAC9AB on black background.


Color preview on white background

This text has color #AAC9AB on white background.


Black color preview on #AAC9AB background

This text has black color on #AAC9AB background.


White color preview on #AAC9AB background

This text has white color on #AAC9AB background.


Related colors

Complementary color

Complementary color for #hex is #553654.


I love getcolorcode.com

Triadic colors

1 #ABAAC9 and #C9ABAA with #AAC9AB are triadic colors.

2 #ABC9AA and #C9AAAB with #AAC9AB are triadic colors.