COLOR #AAA5B2

HEX: #AAA5B2
RGB: (170,165,178)

Color info

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

RGB color model

#AAA5B2 color RGB value is (170,165,178).

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

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 178 of 255 = 70%

170
165
178

R + G + B ~ 67%. #AAA5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 178 = 513 (100%)
R 170 of 513 ~ 33.14%
G 165 of 513 ~ 32.16%
B 178 of 513 ~ 34.7%

%33.14
%32.16
%34.7

CMYK color model

#AAA5B2 color CMYK value is (4,7,0,30).

  • cyan value is 4.49%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,7,0,30)
C4M7Y0K30 
(4%,7%,0%,30%)
(0.04/0.07/0.00/0.30)	

CMYK percentages

%4.49
%7.3
%0
%30.2

Codes

Color #AAA5B2 in popluar color models

AAA5B2
RGB170165178
HSL263°7.78%67.25%
HSB/HSV263°7.30%69.80%
CMYK4.49%7.30%0.00%
30.20%

Color #AAA5B2 in popluar number systems.

HEXAAA5B2
Decimal170165178
Binary101010101010010110110010
Octal252245262

Shades and tints

Shades of #AAA5B2

#AAA5B2
(170,165,178)
#9B96A2
(155,150,162)
#8C8792
(140,135,146)
#7D7882
(125,120,130)
#6E6972
(110,105,114)
#5F5A62
(95,90,98)
#504B52
(80,75,82)
#413C42
(65,60,66)
#322D32
(50,45,50)
#231E22
(35,30,34)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #AAA5B2

#AAA5B2
(170,165,178)
#B1ADB9
(177,173,185)
#B8B5C0
(184,181,192)
#BFBDC7
(191,189,199)
#C6C5CE
(198,197,206)
#CDCDD5
(205,205,213)
#D4D5DC
(212,213,220)
#DBDDE3
(219,221,227)
#E2E5EA
(226,229,234)
#E9EDF1
(233,237,241)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5B2; }

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

This text font color is #AAA5B2.


Background Color

.myBgColor { background-color: #AAA5B2; }

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

This div background color is #AAA5B2.


Border color

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

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

This div border color is #AAA5B2.


Opacity

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

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

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

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

This text has shadow with #AAA5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA5B2 on black background.


Color preview on white background

This text has color #AAA5B2 on white background.



Black color preview on #AAA5B2 background

This text has black color on #AAA5B2 background.


White color preview on #AAA5B2 background

This text has white color on #AAA5B2 background.