COLOR #AABAA6

HEX: #AABAA6
RGB: (170,186,166)

Color info

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

RGB color model

#AABAA6 color RGB value is (170,186,166).

  • red value is 170;
  • green value is 186;
  • blue value is 166.
RGB:
(170,186,166)
(67%,73%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 166 of 255 = 65%

170
186
166

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

Portions of RGB colors in percentages

R + G + B =
170 + 186 + 166 = 522 (100%)
R 170 of 522 ~ 32.57%
G 186 of 522 ~ 35.63%
B 166 of 522 ~ 31.8%

%32.57
%35.63
%31.8

CMYK color model

#AABAA6 color CMYK value is (9,0,11,27).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK:
(9,0,11,27)
C9M0Y11K27 
(9%,0%,11%,27%)
(0.09/0.00/0.11/0.27)	

CMYK percentages

%8.6
%0
%10.75
%27.06

Codes

Color #AABAA6 in popluar color models

AABAA6
RGB170186166
HSL108°12.66%69.02%
HSB/HSV108°10.75%72.94%
CMYK8.60%0.00%10.75%
27.06%

Color #AABAA6 in popluar number systems.

HEXAABAA6
Decimal170186166
Binary101010101011101010100110
Octal252272246

Shades and tints

Shades of #AABAA6

#AABAA6
(170,186,166)
#9BAA97
(155,170,151)
#8C9A88
(140,154,136)
#7D8A79
(125,138,121)
#6E7A6A
(110,122,106)
#5F6A5B
(95,106,91)
#505A4C
(80,90,76)
#414A3D
(65,74,61)
#323A2E
(50,58,46)
#232A1F
(35,42,31)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #AABAA6

#AABAA6
(170,186,166)
#B1C0AE
(177,192,174)
#B8C6B6
(184,198,182)
#BFCCBE
(191,204,190)
#C6D2C6
(198,210,198)
#CDD8CE
(205,216,206)
#D4DED6
(212,222,214)
#DBE4DE
(219,228,222)
#E2EAE6
(226,234,230)
#E9F0EE
(233,240,238)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABAA6 color. Also use rgb(170,186,166) instead hex code.

Text Font Color

.myTextColor { color: #AABAA6; }

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

This text font color is #AABAA6.


Background Color

.myBgColor { background-color: #AABAA6; }

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

This div background color is #AABAA6.


Border color

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

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

This div border color is #AABAA6.


Opacity

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

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

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

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

This text has shadow with #AABAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABAA6 on black background.


Color preview on white background

This text has color #AABAA6 on white background.



Black color preview on #AABAA6 background

This text has black color on #AABAA6 background.


White color preview on #AABAA6 background

This text has white color on #AABAA6 background.