COLOR #AAA5B4

HEX: #AAA5B4
RGB: (170,165,180)

Color info

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

RGB color model

#AAA5B4 color RGB value is (170,165,180).

  • red value is 170;
  • green value is 165;
  • blue value is 180.
RGB: (170,165,180) (67%,65%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 180 of 255 = 71%

170
165
180

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 180 = 515 (100%)
R 170 of 515 ~ 33.01%
G 165 of 515 ~ 32.04%
B 180 of 515 ~ 34.95%

%33.01
%32.04
%34.95

CMYK color model

#AAA5B4 color CMYK value is (6,8,0,29).

  • cyan value is 5.56%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (6,8,0,29) C6M8Y0K29 (6%,8%,0%,29%) (0.06/0.08/0.00/0.29)

CMYK percentages

%5.56
%8.33
%0
%29.41

Codes

Color #AAA5B4 in popluar color models

AAA5B4
RGB170165180
HSL260°9.09%67.65%
HSB/HSV260°8.33%70.59%
CMYK5.56%8.33%0.00%
29.41%

Color #AAA5B4 in popluar number systems.

HEXAAA5B4
Decimal170165180
Binary101010101010010110110100
Octal252245264

Shades and tints

Shades of #AAA5B4

#AAA5B4
(170,165,180)
#9B96A4
(155,150,164)
#8C8794
(140,135,148)
#7D7884
(125,120,132)
#6E6974
(110,105,116)
#5F5A64
(95,90,100)
#504B54
(80,75,84)
#413C44
(65,60,68)
#322D34
(50,45,52)
#231E24
(35,30,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AAA5B4

#AAA5B4
(170,165,180)
#B1ADBA
(177,173,186)
#B8B5C0
(184,181,192)
#BFBDC6
(191,189,198)
#C6C5CC
(198,197,204)
#CDCDD2
(205,205,210)
#D4D5D8
(212,213,216)
#DBDDDE
(219,221,222)
#E2E5E4
(226,229,228)
#E9EDEA
(233,237,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA5B4 color. Also use rgb(170,165,180) instead hex code.

Text Font Color

.myTextColor { color: #AAA5B4; }

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

This text font color is #AAA5B4.


Background Color

.myBgColor { background-color: #AAA5B4; }

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

This div background color is #AAA5B4.


Border color

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

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

This div border color is #AAA5B4.


Opacity

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

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

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

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

This text has shadow with #AAA5B4 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #AAA5B4; -webkit-box-shadow:	1px 1px 3px 2px #AAA5B4; box-shadow:	1px 1px 3px 2px #AAA5B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AAA5B4; -webkit-box-shadow: 1px 1px 3px 2px #AAA5B4; box-shadow:1px 1px 3px 2px #AAA5B4;">
Div content here</div>
This div box has shadow with color #AAA5B4.

Preview

Color preview on black background

This text has color #AAA5B4 on black background.


Color preview on white background

This text has color #AAA5B4 on white background.



Black color preview on #AAA5B4 background

This text has black color on #AAA5B4 background.


White color preview on #AAA5B4 background

This text has white color on #AAA5B4 background.