COLOR #AABAB0

HEX: #AABAB0
RGB: (170,186,176)

Color info

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

RGB color model

#AABAB0 color RGB value is (170,186,176).

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

RGB channels and saturation

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

170
186
176

R + G + B ~ 70%. #AABAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 186 + 176 = 532 (100%)
R 170 of 532 ~ 31.95%
G 186 of 532 ~ 34.96%
B 176 of 532 ~ 33.08%

%31.95
%34.96
%33.08

CMYK color model

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

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

CMYK percentages

%8.6
%0
%5.38
%27.06

Codes

Color #AABAB0 in popluar color models

AABAB0
RGB170186176
HSL143°10.39%69.80%
HSB/HSV143°8.60%72.94%
CMYK8.60%0.00%5.38%
27.06%

Color #AABAB0 in popluar number systems.

HEXAABAB0
Decimal170186176
Binary101010101011101010110000
Octal252272260

Shades and tints

Shades of #AABAB0

#AABAB0
(170,186,176)
#9BAAA0
(155,170,160)
#8C9A90
(140,154,144)
#7D8A80
(125,138,128)
#6E7A70
(110,122,112)
#5F6A60
(95,106,96)
#505A50
(80,90,80)
#414A40
(65,74,64)
#323A30
(50,58,48)
#232A20
(35,42,32)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #AABAB0

#AABAB0
(170,186,176)
#B1C0B7
(177,192,183)
#B8C6BE
(184,198,190)
#BFCCC5
(191,204,197)
#C6D2CC
(198,210,204)
#CDD8D3
(205,216,211)
#D4DEDA
(212,222,218)
#DBE4E1
(219,228,225)
#E2EAE8
(226,234,232)
#E9F0EF
(233,240,239)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABAB0; }

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

This text font color is #AABAB0.


Background Color

.myBgColor { background-color: #AABAB0; }

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

This div background color is #AABAB0.


Border color

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

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

This div border color is #AABAB0.


Opacity

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

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

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

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

This text has shadow with #AABAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABAB0 on black background.


Color preview on white background

This text has color #AABAB0 on white background.



Black color preview on #AABAB0 background

This text has black color on #AABAB0 background.


White color preview on #AABAB0 background

This text has white color on #AABAB0 background.