COLOR #AABBA0

HEX: #AABBA0
RGB: (170,187,160)

Color info

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

RGB color model

#AABBA0 color RGB value is (170,187,160).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 160 of 255 = 63%

170
187
160

R + G + B ~ 68%. #AABBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 160 = 517 (100%)
R 170 of 517 ~ 32.88%
G 187 of 517 ~ 36.17%
B 160 of 517 ~ 30.95%

%32.88
%36.17
%30.95

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(9,0,14,27)
C9M0Y14K27 
(9%,0%,14%,27%)
(0.09/0.00/0.14/0.27)	

CMYK percentages

%9.09
%0
%14.44
%26.67

Codes

Color #AABBA0 in popluar color models

AABBA0
RGB170187160
HSL98°16.56%68.04%
HSB/HSV98°14.44%73.33%
CMYK9.09%0.00%14.44%
26.67%

Color #AABBA0 in popluar number systems.

HEXAABBA0
Decimal170187160
Binary101010101011101110100000
Octal252273240

Shades and tints

Shades of #AABBA0

#AABBA0
(170,187,160)
#9BAA92
(155,170,146)
#8C9984
(140,153,132)
#7D8876
(125,136,118)
#6E7768
(110,119,104)
#5F665A
(95,102,90)
#50554C
(80,85,76)
#41443E
(65,68,62)
#323330
(50,51,48)
#232222
(35,34,34)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AABBA0

#AABBA0
(170,187,160)
#B1C1A8
(177,193,168)
#B8C7B0
(184,199,176)
#BFCDB8
(191,205,184)
#C6D3C0
(198,211,192)
#CDD9C8
(205,217,200)
#D4DFD0
(212,223,208)
#DBE5D8
(219,229,216)
#E2EBE0
(226,235,224)
#E9F1E8
(233,241,232)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBA0; }

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

This text font color is #AABBA0.


Background Color

.myBgColor { background-color: #AABBA0; }

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

This div background color is #AABBA0.


Border color

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

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

This div border color is #AABBA0.


Opacity

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

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

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

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

This text has shadow with #AABBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABBA0 on black background.


Color preview on white background

This text has color #AABBA0 on white background.



Black color preview on #AABBA0 background

This text has black color on #AABBA0 background.


White color preview on #AABBA0 background

This text has white color on #AABBA0 background.