COLOR #AABAAA

HEX: #AABAAA
RGB: (170,186,170)

Color info

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

RGB color model

#AABAAA color RGB value is (170,186,170).

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

RGB channels and saturation

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

170
186
170

R + G + B ~ 69%. #AABAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 186 + 170 = 526 (100%)
R 170 of 526 ~ 32.32%
G 186 of 526 ~ 35.36%
B 170 of 526 ~ 32.32%

%32.32
%35.36
%32.32

CMYK color model

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

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

CMYK percentages

%8.6
%0
%8.6
%27.06

Codes

Color #AABAAA in popluar color models

AABAAA
RGB170186170
HSL120°10.39%69.80%
HSB/HSV120°8.60%72.94%
CMYK8.60%0.00%8.60%
27.06%

Color #AABAAA in popluar number systems.

HEXAABAAA
Decimal170186170
Binary101010101011101010101010
Octal252272252

Shades and tints

Shades of #AABAAA

#AABAAA
(170,186,170)
#9BAA9B
(155,170,155)
#8C9A8C
(140,154,140)
#7D8A7D
(125,138,125)
#6E7A6E
(110,122,110)
#5F6A5F
(95,106,95)
#505A50
(80,90,80)
#414A41
(65,74,65)
#323A32
(50,58,50)
#232A23
(35,42,35)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #AABAAA

#AABAAA
(170,186,170)
#B1C0B1
(177,192,177)
#B8C6B8
(184,198,184)
#BFCCBF
(191,204,191)
#C6D2C6
(198,210,198)
#CDD8CD
(205,216,205)
#D4DED4
(212,222,212)
#DBE4DB
(219,228,219)
#E2EAE2
(226,234,226)
#E9F0E9
(233,240,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABAAA; }

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

This text font color is #AABAAA.


Background Color

.myBgColor { background-color: #AABAAA; }

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

This div background color is #AABAAA.


Border color

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

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

This div border color is #AABAAA.


Opacity

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

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

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

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

This text has shadow with #AABAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABAAA on black background.


Color preview on white background

This text has color #AABAAA on white background.



Black color preview on #AABAAA background

This text has black color on #AABAAA background.


White color preview on #AABAAA background

This text has white color on #AABAAA background.