COLOR #AAA3B8

HEX: #AAA3B8 RGB: (170,163,184)

Color info

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

RGB color model

#AAA3B8 color RGB value is (170,163,184).

RGB: (170,163,184) (67%, 64%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 184 of 255 = 72%

170
163
184

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

Portions of RGB colors in percentages

R + G + B = 170 + 163 + 184 = 517 (100%)
R 170 of 517 ~ 32.88%
G 163 of 517 ~ 31.53%
B 184 of 517 ~ 35.59'%

%32.88
%31.53
%35.59

CMYK color model

#AAA3B8 color CMYK value is (8,11,0,28).

  • cyan value is 7.61%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (8,11,0,28)
C8M11Y0K28 (8%, 11%, 0%, 28%)
(0.08 / 0.11 / 0.00 / 0.28)

CMYK percentages

%7.61
%11.41
%0
%27.84

Codes

Color #AAA3B8 in popluar color models

AA A3 B8
RGB 170 163 184
HSL 260° 12.88% 68.04%
HSB/HSV 260° 11.41% 72.16%
CMYK 7.61% 11.41% 0.00%
27.84%

Color #AAA3B8 in popluar number systems.

HEX AA A3 B8
Decimal 170 163 184
Binary 10101010 10100011 10111000
Octal 252 243 270

Shades and tints

Shades of #AAA3B8

#AAA3B8
(170,163,184)
#9B95A8
(155,149,168)
#8C8798
(140,135,152)
#7D7988
(125,121,136)
#6E6B78
(110,107,120)
#5F5D68
(95,93,104)
#504F58
(80,79,88)
#414148
(65,65,72)
#323338
(50,51,56)
#232528
(35,37,40)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AAA3B8

#AAA3B8
(170,163,184)
#B1ABBE
(177,171,190)
#B8B3C4
(184,179,196)
#BFBBCA
(191,187,202)
#C6C3D0
(198,195,208)
#CDCBD6
(205,203,214)
#D4D3DC
(212,211,220)
#DBDBE2
(219,219,226)
#E2E3E8
(226,227,232)
#E9EBEE
(233,235,238)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA3B8 color. Also use rgb(170,163,184) instead hex code.

Text Font Color

.myTextColor { color: #AAA3B8; }

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

This text font color is #AAA3B8.

Background Color

.myBgColor { background-color: #AAA3B8; }

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

This div background color is #AAA3B8.

Border color

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

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

This div border color is #AAA3B8.

Opacity

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

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

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

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

This text has shadow with #AAA3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA3B8.

Preview

Color preview on black background

This text has color #AAA3B8 on black background.


Color preview on white background

This text has color #AAA3B8 on white background.


Black color preview on #AAA3B8 background

This text has black color on #AAA3B8 background.


White color preview on #AAA3B8 background

This text has white color on #AAA3B8 background.


Related colors

Complementary color

Complementary color for #hex is #555C47.


I love getcolorcode.com

Triadic colors

1 #B8AAA3 and #A3B8AA with #AAA3B8 are triadic colors.

2 #B8A3AA and #A3AAB8 with #AAA3B8 are triadic colors.