COLOR #AAB6B3

HEX: #AAB6B3 RGB: (170,182,179)

Color info

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

RGB color model

#AAB6B3 color RGB value is (170,182,179).

RGB: (170,182,179) (67%, 71%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 179 of 255 = 70%

170
182
179

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

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 179 = 531 (100%)
R 170 of 531 ~ 32.02%
G 182 of 531 ~ 34.27%
B 179 of 531 ~ 33.71'%

%32.02
%34.27
%33.71

CMYK color model

#AAB6B3 color CMYK value is (7,0,2,29).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 28.63%
CMYK: (7,0,2,29) C7M0Y2K29 (7%,0%,2%,29%) (0.07/0.00/0.02/0.29) 

CMYK percentages

%6.59
%0
%1.65
%28.63

Codes

Color #AAB6B3 in popluar color models

AA B6 B3
RGB 170 182 179
HSL 165° 7.59% 69.02%
HSB/HSV 165° 6.59% 71.37%
CMYK 6.59% 0.00% 1.65%
28.63%

Color #AAB6B3 in popluar number systems.

HEX AA B6 B3
Decimal 170 182 179
Binary 10101010 10110110 10110011
Octal 252 266 263

Shades and tints

Shades of #AAB6B3

#AAB6B3
(170,182,179)
#9BA6A3
(155,166,163)
#8C9693
(140,150,147)
#7D8683
(125,134,131)
#6E7673
(110,118,115)
#5F6663
(95,102,99)
#505653
(80,86,83)
#414643
(65,70,67)
#323633
(50,54,51)
#232623
(35,38,35)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAB6B3

#AAB6B3
(170,182,179)
#B1BCB9
(177,188,185)
#B8C2BF
(184,194,191)
#BFC8C5
(191,200,197)
#C6CECB
(198,206,203)
#CDD4D1
(205,212,209)
#D4DAD7
(212,218,215)
#DBE0DD
(219,224,221)
#E2E6E3
(226,230,227)
#E9ECE9
(233,236,233)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB6B3; }

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

This text font color is #AAB6B3.

Background Color

.myBgColor { background-color: #AAB6B3; }

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

This div background color is #AAB6B3.

Border color

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

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

This div border color is #AAB6B3.

Opacity

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

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

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

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

This text has shadow with #AAB6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB6B3.

Preview

Color preview on black background

This text has color #AAB6B3 on black background.


Color preview on white background

This text has color #AAB6B3 on white background.


Black color preview on #AAB6B3 background

This text has black color on #AAB6B3 background.


White color preview on #AAB6B3 background

This text has white color on #AAB6B3 background.


Related colors

Complementary color

Complementary color for #hex is #55494C.


I love getcolorcode.com

Triadic colors

1 #B3AAB6 and #B6B3AA with #AAB6B3 are triadic colors.

2 #B3B6AA and #B6AAB3 with #AAB6B3 are triadic colors.