COLOR #AAABB1

HEX: #AAABB1 RGB: (170,171,177)

Color info

#AAABB1 contains red, green and blue colors in about the same proportion. Web safe color of #AAABB1 is #999999 (or #999).

RGB color model

#AAABB1 color RGB value is (170,171,177).

RGB: (170,171,177) (67%, 67%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 177 of 255 = 69%

170
171
177

R + G + B ~ 68%. #AAABB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 177 = 518 (100%)
R 170 of 518 ~ 32.82%
G 171 of 518 ~ 33.01%
B 177 of 518 ~ 34.17'%

%32.82
%33.01
%34.17

CMYK color model

#AAABB1 color CMYK value is (4,3,0,31).

  • cyan value is 3.95%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (4,3,0,31)
C4M3Y0K31 (4%, 3%, 0%, 31%)
(0.04 / 0.03 / 0.00 / 0.31)

CMYK percentages

%3.95
%3.39
%0
%30.59

Codes

Color #AAABB1 in popluar color models

AA AB B1
RGB 170 171 177
HSL 231° 4.29% 68.04%
HSB/HSV 231° 3.95% 69.41%
CMYK 3.95% 3.39% 0.00%
30.59%

Color #AAABB1 in popluar number systems.

HEX AA AB B1
Decimal 170 171 177
Binary 10101010 10101011 10110001
Octal 252 253 261

Shades and tints

Shades of #AAABB1

#AAABB1
(170,171,177)
#9B9CA1
(155,156,161)
#8C8D91
(140,141,145)
#7D7E81
(125,126,129)
#6E6F71
(110,111,113)
#5F6061
(95,96,97)
#505151
(80,81,81)
#414241
(65,66,65)
#323331
(50,51,49)
#232421
(35,36,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AAABB1

#AAABB1
(170,171,177)
#B1B2B8
(177,178,184)
#B8B9BF
(184,185,191)
#BFC0C6
(191,192,198)
#C6C7CD
(198,199,205)
#CDCED4
(205,206,212)
#D4D5DB
(212,213,219)
#DBDCE2
(219,220,226)
#E2E3E9
(226,227,233)
#E9EAF0
(233,234,240)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAABB1 color. Also use rgb(170,171,177) instead hex code.

Text Font Color

.myTextColor { color: #AAABB1; }

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

This text font color is #AAABB1.

Background Color

.myBgColor { background-color: #AAABB1; }

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

This div background color is #AAABB1.

Border color

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

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

This div border color is #AAABB1.

Opacity

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

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

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

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

This text has shadow with #AAABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAABB1.

Preview

Color preview on black background

This text has color #AAABB1 on black background.


Color preview on white background

This text has color #AAABB1 on white background.


Black color preview on #AAABB1 background

This text has black color on #AAABB1 background.


White color preview on #AAABB1 background

This text has white color on #AAABB1 background.


Related colors

Complementary color

Complementary color for #hex is #55544E.


I love getcolorcode.com

Triadic colors

1 #B1AAAB and #ABB1AA with #AAABB1 are triadic colors.

2 #B1ABAA and #ABAAB1 with #AAABB1 are triadic colors.