COLOR #AAABB0

HEX: #AAABB0 RGB: (170,171,176)

Color info

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

RGB color model

#AAABB0 color RGB value is (170,171,176).

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

RGB channels and saturation

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

170
171
176

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

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 176 = 517 (100%)
R 170 of 517 ~ 32.88%
G 171 of 517 ~ 33.08%
B 176 of 517 ~ 34.04'%

%32.88
%33.08
%34.04

CMYK color model

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

  • cyan value is 3.41%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (3,3,0,31) C3M3Y0K31 (3%,3%,0%,31%) (0.03/0.03/0.00/0.31) 

CMYK percentages

%3.41
%2.84
%0
%30.98

Codes

Color #AAABB0 in popluar color models

AA AB B0
RGB 170 171 176
HSL 230° 3.66% 67.84%
HSB/HSV 230° 3.41% 69.02%
CMYK 3.41% 2.84% 0.00%
30.98%

Color #AAABB0 in popluar number systems.

HEX AA AB B0
Decimal 170 171 176
Binary 10101010 10101011 10110000
Octal 252 253 260

Shades and tints

Shades of #AAABB0

#AAABB0
(170,171,176)
#9B9CA0
(155,156,160)
#8C8D90
(140,141,144)
#7D7E80
(125,126,128)
#6E6F70
(110,111,112)
#5F6060
(95,96,96)
#505150
(80,81,80)
#414240
(65,66,64)
#323330
(50,51,48)
#232420
(35,36,32)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AAABB0

#AAABB0
(170,171,176)
#B1B2B7
(177,178,183)
#B8B9BE
(184,185,190)
#BFC0C5
(191,192,197)
#C6C7CC
(198,199,204)
#CDCED3
(205,206,211)
#D4D5DA
(212,213,218)
#DBDCE1
(219,220,225)
#E2E3E8
(226,227,232)
#E9EAEF
(233,234,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABB0; }

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

This text font color is #AAABB0.

Background Color

.myBgColor { background-color: #AAABB0; }

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

This div background color is #AAABB0.

Border color

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

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

This div border color is #AAABB0.

Opacity

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

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

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

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

This text has shadow with #AAABB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAABB0.

Preview

Color preview on black background

This text has color #AAABB0 on black background.


Color preview on white background

This text has color #AAABB0 on white background.


Black color preview on #AAABB0 background

This text has black color on #AAABB0 background.


White color preview on #AAABB0 background

This text has white color on #AAABB0 background.


Related colors

Complementary color

Complementary color for #hex is #55544F.


I love getcolorcode.com

Triadic colors

1 #B0AAAB and #ABB0AA with #AAABB0 are triadic colors.

2 #B0ABAA and #ABAAB0 with #AAABB0 are triadic colors.