COLOR #AABB9C

HEX: #AABB9C
RGB: (170,187,156)

Color info

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

RGB color model

#AABB9C color RGB value is (170,187,156).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 156 of 255 = 61%

170
187
156

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 156 = 513 (100%)
R 170 of 513 ~ 33.14%
G 187 of 513 ~ 36.45%
B 156 of 513 ~ 30.41%

%33.14
%36.45
%30.41

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 16.58%
  • key color value is 26.67%
CMYK:
(9,0,17,27)
C9M0Y17K27 
(9%,0%,17%,27%)
(0.09/0.00/0.17/0.27)	

CMYK percentages

%9.09
%0
%16.58
%26.67

Codes

Color #AABB9C in popluar color models

AABB9C
RGB170187156
HSL93°18.56%67.25%
HSB/HSV93°16.58%73.33%
CMYK9.09%0.00%16.58%
26.67%

Color #AABB9C in popluar number systems.

HEXAABB9C
Decimal170187156
Binary101010101011101110011100
Octal252273234

Shades and tints

Shades of #AABB9C

#AABB9C
(170,187,156)
#9BAA8E
(155,170,142)
#8C9980
(140,153,128)
#7D8872
(125,136,114)
#6E7764
(110,119,100)
#5F6656
(95,102,86)
#505548
(80,85,72)
#41443A
(65,68,58)
#32332C
(50,51,44)
#23221E
(35,34,30)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AABB9C

#AABB9C
(170,187,156)
#B1C1A5
(177,193,165)
#B8C7AE
(184,199,174)
#BFCDB7
(191,205,183)
#C6D3C0
(198,211,192)
#CDD9C9
(205,217,201)
#D4DFD2
(212,223,210)
#DBE5DB
(219,229,219)
#E2EBE4
(226,235,228)
#E9F1ED
(233,241,237)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABB9C; }

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

This text font color is #AABB9C.


Background Color

.myBgColor { background-color: #AABB9C; }

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

This div background color is #AABB9C.


Border color

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

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

This div border color is #AABB9C.


Opacity

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

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

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

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

This text has shadow with #AABB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABB9C on black background.


Color preview on white background

This text has color #AABB9C on white background.



Black color preview on #AABB9C background

This text has black color on #AABB9C background.


White color preview on #AABB9C background

This text has white color on #AABB9C background.