COLOR #AABAA9

HEX: #AABAA9 RGB: (170,186,169)

Color info

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

RGB color model

#AABAA9 color RGB value is (170,186,169).

RGB: (170,186,169) (67%, 73%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 169 of 255 = 66%

170
186
169

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

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 169 = 525 (100%)
R 170 of 525 ~ 32.38%
G 186 of 525 ~ 35.43%
B 169 of 525 ~ 32.19'%

%32.38
%35.43
%32.19

CMYK color model

#AABAA9 color CMYK value is (9,0,9,27).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 27.06%

CMYK: (9,0,9,27)
C9M0Y9K27 (9%, 0%, 9%, 27%)
(0.09 / 0.00 / 0.09 / 0.27)

CMYK percentages

%8.6
%0
%9.14
%27.06

Codes

Color #AABAA9 in popluar color models

AA BA A9
RGB 170 186 169
HSL 116° 10.97% 69.61%
HSB/HSV 116° 9.14% 72.94%
CMYK 8.60% 0.00% 9.14%
27.06%

Color #AABAA9 in popluar number systems.

HEX AA BA A9
Decimal 170 186 169
Binary 10101010 10111010 10101001
Octal 252 272 251

Shades and tints

Shades of #AABAA9

#AABAA9
(170,186,169)
#9BAA9A
(155,170,154)
#8C9A8B
(140,154,139)
#7D8A7C
(125,138,124)
#6E7A6D
(110,122,109)
#5F6A5E
(95,106,94)
#505A4F
(80,90,79)
#414A40
(65,74,64)
#323A31
(50,58,49)
#232A22
(35,42,34)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #AABAA9

#AABAA9
(170,186,169)
#B1C0B0
(177,192,176)
#B8C6B7
(184,198,183)
#BFCCBE
(191,204,190)
#C6D2C5
(198,210,197)
#CDD8CC
(205,216,204)
#D4DED3
(212,222,211)
#DBE4DA
(219,228,218)
#E2EAE1
(226,234,225)
#E9F0E8
(233,240,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABAA9 color. Also use rgb(170,186,169) instead hex code.

Text Font Color

.myTextColor { color: #AABAA9; }

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

This text font color is #AABAA9.

Background Color

.myBgColor { background-color: #AABAA9; }

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

This div background color is #AABAA9.

Border color

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

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

This div border color is #AABAA9.

Opacity

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

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

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

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

This text has shadow with #AABAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABAA9.

Preview

Color preview on black background

This text has color #AABAA9 on black background.


Color preview on white background

This text has color #AABAA9 on white background.


Black color preview on #AABAA9 background

This text has black color on #AABAA9 background.


White color preview on #AABAA9 background

This text has white color on #AABAA9 background.


Related colors

Complementary color

Complementary color for #hex is #554556.


I love getcolorcode.com

Triadic colors

1 #A9AABA and #BAA9AA with #AABAA9 are triadic colors.

2 #A9BAAA and #BAAAA9 with #AABAA9 are triadic colors.