COLOR #AAB0B6

HEX: #AAB0B6 RGB: (170,176,182)

Color info

#AAB0B6 contains red, green and blue colors in about the same proportion. Web safe color of #AAB0B6 is #9999CC (or #99C).

RGB color model

#AAB0B6 color RGB value is (170,176,182).

RGB: (170,176,182) (67%, 69%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 182 of 255 = 71%

170
176
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 182 = 528 (100%)
R 170 of 528 ~ 32.2%
G 176 of 528 ~ 33.33%
B 182 of 528 ~ 34.47'%

%32.2
%33.33
%34.47

CMYK color model

#AAB0B6 color CMYK value is (7,3,0,29).

  • cyan value is 6.59%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,3,0,29)
C7M3Y0K29 (7%, 3%, 0%, 29%)
(0.07 / 0.03 / 0.00 / 0.29)

CMYK percentages

%6.59
%3.3
%0
%28.63

Codes

Color #AAB0B6 in popluar color models

AA B0 B6
RGB 170 176 182
HSL 210° 7.59% 69.02%
HSB/HSV 210° 6.59% 71.37%
CMYK 6.59% 3.30% 0.00%
28.63%

Color #AAB0B6 in popluar number systems.

HEX AA B0 B6
Decimal 170 176 182
Binary 10101010 10110000 10110110
Octal 252 260 266

Shades and tints

Shades of #AAB0B6

#AAB0B6
(170,176,182)
#9BA0A6
(155,160,166)
#8C9096
(140,144,150)
#7D8086
(125,128,134)
#6E7076
(110,112,118)
#5F6066
(95,96,102)
#505056
(80,80,86)
#414046
(65,64,70)
#323036
(50,48,54)
#232026
(35,32,38)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AAB0B6

#AAB0B6
(170,176,182)
#B1B7BC
(177,183,188)
#B8BEC2
(184,190,194)
#BFC5C8
(191,197,200)
#C6CCCE
(198,204,206)
#CDD3D4
(205,211,212)
#D4DADA
(212,218,218)
#DBE1E0
(219,225,224)
#E2E8E6
(226,232,230)
#E9EFEC
(233,239,236)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0B6; }

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

This text font color is #AAB0B6.

Background Color

.myBgColor { background-color: #AAB0B6; }

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

This div background color is #AAB0B6.

Border color

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

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

This div border color is #AAB0B6.

Opacity

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

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

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

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

This text has shadow with #AAB0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB0B6.

Preview

Color preview on black background

This text has color #AAB0B6 on black background.


Color preview on white background

This text has color #AAB0B6 on white background.


Black color preview on #AAB0B6 background

This text has black color on #AAB0B6 background.


White color preview on #AAB0B6 background

This text has white color on #AAB0B6 background.


Related colors

Complementary color

Complementary color for #hex is #554F49.


I love getcolorcode.com

Triadic colors

1 #B6AAB0 and #B0B6AA with #AAB0B6 are triadic colors.

2 #B6B0AA and #B0AAB6 with #AAB0B6 are triadic colors.