COLOR #AABB9A

HEX: #AABB9A RGB: (170,187,154)

Color info

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

RGB color model

#AABB9A color RGB value is (170,187,154).

RGB: (170,187,154) (67%, 73%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 154 of 255 = 60%

170
187
154

R + G + B ~ 67%. #AABB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 154 = 511 (100%)
R 170 of 511 ~ 33.27%
G 187 of 511 ~ 36.59%
B 154 of 511 ~ 30.14'%

%33.27
%36.59
%30.14

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK: (9,0,18,27) C9M0Y18K27 (9%,0%,18%,27%) (0.09/0.00/0.18/0.27) 

CMYK percentages

%9.09
%0
%17.65
%26.67

Codes

Color #AABB9A in popluar color models

AA BB 9A
RGB 170 187 154
HSL 91° 19.53% 66.86%
HSB/HSV 91° 17.65% 73.33%
CMYK 9.09% 0.00% 17.65%
26.67%

Color #AABB9A in popluar number systems.

HEX AA BB 9A
Decimal 170 187 154
Binary 10101010 10111011 10011010
Octal 252 273 232

Shades and tints

Shades of #AABB9A

#AABB9A
(170,187,154)
#9BAA8C
(155,170,140)
#8C997E
(140,153,126)
#7D8870
(125,136,112)
#6E7762
(110,119,98)
#5F6654
(95,102,84)
#505546
(80,85,70)
#414438
(65,68,56)
#32332A
(50,51,42)
#23221C
(35,34,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #AABB9A

#AABB9A
(170,187,154)
#B1C1A3
(177,193,163)
#B8C7AC
(184,199,172)
#BFCDB5
(191,205,181)
#C6D3BE
(198,211,190)
#CDD9C7
(205,217,199)
#D4DFD0
(212,223,208)
#DBE5D9
(219,229,217)
#E2EBE2
(226,235,226)
#E9F1EB
(233,241,235)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABB9A color. Also use rgb(170,187,154) instead hex code.

Text Font Color

.myTextColor { color: #AABB9A; }

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

This text font color is #AABB9A.

Background Color

.myBgColor { background-color: #AABB9A; }

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

This div background color is #AABB9A.

Border color

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

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

This div border color is #AABB9A.

Opacity

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

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

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

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

This text has shadow with #AABB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABB9A.

Preview

Color preview on black background

This text has color #AABB9A on black background.


Color preview on white background

This text has color #AABB9A on white background.


Black color preview on #AABB9A background

This text has black color on #AABB9A background.


White color preview on #AABB9A background

This text has white color on #AABB9A background.


Related colors

Complementary color

Complementary color for #hex is #554465.


I love getcolorcode.com

Triadic colors

1 #9AAABB and #BB9AAA with #AABB9A are triadic colors.

2 #9ABBAA and #BBAA9A with #AABB9A are triadic colors.