COLOR #AABB9D

HEX: #AABB9D
RGB: (170,187,157)

Color info

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

RGB color model

#AABB9D color RGB value is (170,187,157).

  • red value is 170;
  • green value is 187;
  • blue value is 157.
RGB:
(170,187,157)
(67%,73%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 157 of 255 = 62%

170
187
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 157 = 514 (100%)
R 170 of 514 ~ 33.07%
G 187 of 514 ~ 36.38%
B 157 of 514 ~ 30.54%

%33.07
%36.38
%30.54

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(9,0,16,27)
C9M0Y16K27 
(9%,0%,16%,27%)
(0.09/0.00/0.16/0.27)	

CMYK percentages

%9.09
%0
%16.04
%26.67

Codes

Color #AABB9D in popluar color models

AABB9D
RGB170187157
HSL94°18.07%67.45%
HSB/HSV94°16.04%73.33%
CMYK9.09%0.00%16.04%
26.67%

Color #AABB9D in popluar number systems.

HEXAABB9D
Decimal170187157
Binary101010101011101110011101
Octal252273235

Shades and tints

Shades of #AABB9D

#AABB9D
(170,187,157)
#9BAA8F
(155,170,143)
#8C9981
(140,153,129)
#7D8873
(125,136,115)
#6E7765
(110,119,101)
#5F6657
(95,102,87)
#505549
(80,85,73)
#41443B
(65,68,59)
#32332D
(50,51,45)
#23221F
(35,34,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AABB9D

#AABB9D
(170,187,157)
#B1C1A5
(177,193,165)
#B8C7AD
(184,199,173)
#BFCDB5
(191,205,181)
#C6D3BD
(198,211,189)
#CDD9C5
(205,217,197)
#D4DFCD
(212,223,205)
#DBE5D5
(219,229,213)
#E2EBDD
(226,235,221)
#E9F1E5
(233,241,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABB9D; }

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

This text font color is #AABB9D.


Background Color

.myBgColor { background-color: #AABB9D; }

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

This div background color is #AABB9D.


Border color

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

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

This div border color is #AABB9D.


Opacity

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

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

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

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

This text has shadow with #AABB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABB9D on black background.


Color preview on white background

This text has color #AABB9D on white background.



Black color preview on #AABB9D background

This text has black color on #AABB9D background.


White color preview on #AABB9D background

This text has white color on #AABB9D background.