COLOR #AABAAF

HEX: #AABAAF
RGB: (170,186,175)

Color info

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

RGB color model

#AABAAF color RGB value is (170,186,175).

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

RGB channels and saturation

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

170
186
175

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

Portions of RGB colors in percentages

R + G + B =
170 + 186 + 175 = 531 (100%)
R 170 of 531 ~ 32.02%
G 186 of 531 ~ 35.03%
B 175 of 531 ~ 32.96%

%32.02
%35.03
%32.96

CMYK color model

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

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

CMYK percentages

%8.6
%0
%5.91
%27.06

Codes

Color #AABAAF in popluar color models

AABAAF
RGB170186175
HSL139°10.39%69.80%
HSB/HSV139°8.60%72.94%
CMYK8.60%0.00%5.91%
27.06%

Color #AABAAF in popluar number systems.

HEXAABAAF
Decimal170186175
Binary101010101011101010101111
Octal252272257

Shades and tints

Shades of #AABAAF

#AABAAF
(170,186,175)
#9BAAA0
(155,170,160)
#8C9A91
(140,154,145)
#7D8A82
(125,138,130)
#6E7A73
(110,122,115)
#5F6A64
(95,106,100)
#505A55
(80,90,85)
#414A46
(65,74,70)
#323A37
(50,58,55)
#232A28
(35,42,40)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #AABAAF

#AABAAF
(170,186,175)
#B1C0B6
(177,192,182)
#B8C6BD
(184,198,189)
#BFCCC4
(191,204,196)
#C6D2CB
(198,210,203)
#CDD8D2
(205,216,210)
#D4DED9
(212,222,217)
#DBE4E0
(219,228,224)
#E2EAE7
(226,234,231)
#E9F0EE
(233,240,238)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABAAF; }

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

This text font color is #AABAAF.


Background Color

.myBgColor { background-color: #AABAAF; }

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

This div background color is #AABAAF.


Border color

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

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

This div border color is #AABAAF.


Opacity

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

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

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

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

This text has shadow with #AABAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABAAF on black background.


Color preview on white background

This text has color #AABAAF on white background.



Black color preview on #AABAAF background

This text has black color on #AABAAF background.


White color preview on #AABAAF background

This text has white color on #AABAAF background.