COLOR #AABB9B

HEX: #AABB9B
RGB: (170,187,155)

Color info

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

RGB color model

#AABB9B color RGB value is (170,187,155).

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

RGB channels and saturation

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

170
187
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 155 = 512 (100%)
R 170 of 512 ~ 33.2%
G 187 of 512 ~ 36.52%
B 155 of 512 ~ 30.27%

%33.2
%36.52
%30.27

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • 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
%17.11
%26.67

Codes

Color #AABB9B in popluar color models

AABB9B
RGB170187155
HSL92°19.05%67.06%
HSB/HSV92°17.11%73.33%
CMYK9.09%0.00%17.11%
26.67%

Color #AABB9B in popluar number systems.

HEXAABB9B
Decimal170187155
Binary101010101011101110011011
Octal252273233

Shades and tints

Shades of #AABB9B

#AABB9B
(170,187,155)
#9BAA8D
(155,170,141)
#8C997F
(140,153,127)
#7D8871
(125,136,113)
#6E7763
(110,119,99)
#5F6655
(95,102,85)
#505547
(80,85,71)
#414439
(65,68,57)
#32332B
(50,51,43)
#23221D
(35,34,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #AABB9B

#AABB9B
(170,187,155)
#B1C1A4
(177,193,164)
#B8C7AD
(184,199,173)
#BFCDB6
(191,205,182)
#C6D3BF
(198,211,191)
#CDD9C8
(205,217,200)
#D4DFD1
(212,223,209)
#DBE5DA
(219,229,218)
#E2EBE3
(226,235,227)
#E9F1EC
(233,241,236)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABB9B; }

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

This text font color is #AABB9B.


Background Color

.myBgColor { background-color: #AABB9B; }

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

This div background color is #AABB9B.


Border color

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

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

This div border color is #AABB9B.


Opacity

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

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

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

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

This text has shadow with #AABB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABB9B on black background.


Color preview on white background

This text has color #AABB9B on white background.



Black color preview on #AABB9B background

This text has black color on #AABB9B background.


White color preview on #AABB9B background

This text has white color on #AABB9B background.