COLOR #AAABB3

HEX: #AAABB3 RGB: (170,171,179)

Color info

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

RGB color model

#AAABB3 color RGB value is (170,171,179).

RGB: (170,171,179) (67%, 67%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 179 of 255 = 70%

170
171
179

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

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 179 = 520 (100%)
R 170 of 520 ~ 32.69%
G 171 of 520 ~ 32.88%
B 179 of 520 ~ 34.42'%

%32.69
%32.88
%34.42

CMYK color model

#AAABB3 color CMYK value is (5,4,0,30).

  • cyan value is 5.03%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (5,4,0,30) C5M4Y0K30 (5%,4%,0%,30%) (0.05/0.04/0.00/0.30) 

CMYK percentages

%5.03
%4.47
%0
%29.8

Codes

Color #AAABB3 in popluar color models

AA AB B3
RGB 170 171 179
HSL 233° 5.59% 68.43%
HSB/HSV 233° 5.03% 70.20%
CMYK 5.03% 4.47% 0.00%
29.80%

Color #AAABB3 in popluar number systems.

HEX AA AB B3
Decimal 170 171 179
Binary 10101010 10101011 10110011
Octal 252 253 263

Shades and tints

Shades of #AAABB3

#AAABB3
(170,171,179)
#9B9CA3
(155,156,163)
#8C8D93
(140,141,147)
#7D7E83
(125,126,131)
#6E6F73
(110,111,115)
#5F6063
(95,96,99)
#505153
(80,81,83)
#414243
(65,66,67)
#323333
(50,51,51)
#232423
(35,36,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #AAABB3

#AAABB3
(170,171,179)
#B1B2B9
(177,178,185)
#B8B9BF
(184,185,191)
#BFC0C5
(191,192,197)
#C6C7CB
(198,199,203)
#CDCED1
(205,206,209)
#D4D5D7
(212,213,215)
#DBDCDD
(219,220,221)
#E2E3E3
(226,227,227)
#E9EAE9
(233,234,233)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABB3; }

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

This text font color is #AAABB3.

Background Color

.myBgColor { background-color: #AAABB3; }

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

This div background color is #AAABB3.

Border color

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

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

This div border color is #AAABB3.

Opacity

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

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

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

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

This text has shadow with #AAABB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAABB3.

Preview

Color preview on black background

This text has color #AAABB3 on black background.


Color preview on white background

This text has color #AAABB3 on white background.


Black color preview on #AAABB3 background

This text has black color on #AAABB3 background.


White color preview on #AAABB3 background

This text has white color on #AAABB3 background.


Related colors

Complementary color

Complementary color for #hex is #55544C.


I love getcolorcode.com

Triadic colors

1 #B3AAAB and #ABB3AA with #AAABB3 are triadic colors.

2 #B3ABAA and #ABAAB3 with #AAABB3 are triadic colors.