COLOR #AABBAF

HEX: #AABBAF RGB: (170,187,175)

Color info

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

RGB color model

#AABBAF color RGB value is (170,187,175).

RGB: (170,187,175) (67%, 73%, 69%)

RGB channels and saturation

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

170
187
175

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

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 175 = 532 (100%)
R 170 of 532 ~ 31.95%
G 187 of 532 ~ 35.15%
B 175 of 532 ~ 32.89'%

%31.95
%35.15
%32.89

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 26.67%

CMYK: (9,0,6,27)
C9M0Y6K27 (9%, 0%, 6%, 27%)
(0.09 / 0.00 / 0.06 / 0.27)

CMYK percentages

%9.09
%0
%6.42
%26.67

Codes

Color #AABBAF in popluar color models

AA BB AF
RGB 170 187 175
HSL 138° 11.11% 70.00%
HSB/HSV 138° 9.09% 73.33%
CMYK 9.09% 0.00% 6.42%
26.67%

Color #AABBAF in popluar number systems.

HEX AA BB AF
Decimal 170 187 175
Binary 10101010 10111011 10101111
Octal 252 273 257

Shades and tints

Shades of #AABBAF

#AABBAF
(170,187,175)
#9BAAA0
(155,170,160)
#8C9991
(140,153,145)
#7D8882
(125,136,130)
#6E7773
(110,119,115)
#5F6664
(95,102,100)
#505555
(80,85,85)
#414446
(65,68,70)
#323337
(50,51,55)
#232228
(35,34,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #AABBAF

#AABBAF
(170,187,175)
#B1C1B6
(177,193,182)
#B8C7BD
(184,199,189)
#BFCDC4
(191,205,196)
#C6D3CB
(198,211,203)
#CDD9D2
(205,217,210)
#D4DFD9
(212,223,217)
#DBE5E0
(219,229,224)
#E2EBE7
(226,235,231)
#E9F1EE
(233,241,238)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBAF; }

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

This text font color is #AABBAF.

Background Color

.myBgColor { background-color: #AABBAF; }

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

This div background color is #AABBAF.

Border color

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

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

This div border color is #AABBAF.

Opacity

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

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

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

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

This text has shadow with #AABBAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABBAF.

Preview

Color preview on black background

This text has color #AABBAF on black background.


Color preview on white background

This text has color #AABBAF on white background.


Black color preview on #AABBAF background

This text has black color on #AABBAF background.


White color preview on #AABBAF background

This text has white color on #AABBAF background.


Related colors

Complementary color

Complementary color for #hex is #554450.


I love getcolorcode.com

Triadic colors

1 #AFAABB and #BBAFAA with #AABBAF are triadic colors.

2 #AFBBAA and #BBAAAF with #AABBAF are triadic colors.