COLOR #AAAAAD

HEX: #AAAAAD
RGB: (170,170,173)

Color info

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

RGB color model

#AAAAAD color RGB value is (170,170,173).

  • red value is 170;
  • green value is 170;
  • blue value is 173.
RGB:
(170,170,173)
(67%,67%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 173 of 255 = 68%

170
170
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 173 = 513 (100%)
R 170 of 513 ~ 33.14%
G 170 of 513 ~ 33.14%
B 173 of 513 ~ 33.72%

%33.14
%33.14
%33.72

CMYK color model

#AAAAAD color CMYK value is (2,2,0,32).

  • cyan value is 1.73%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,2,0,32)
C2M2Y0K32 
(2%,2%,0%,32%)
(0.02/0.02/0.00/0.32)	

CMYK percentages

%1.73
%1.73
%0
%32.16

Codes

Color #AAAAAD in popluar color models

AAAAAD
RGB170170173
HSL240°1.80%67.25%
HSB/HSV240°1.73%67.84%
CMYK1.73%1.73%0.00%
32.16%

Color #AAAAAD in popluar number systems.

HEXAAAAAD
Decimal170170173
Binary101010101010101010101101
Octal252252255

Shades and tints

Shades of #AAAAAD

#AAAAAD
(170,170,173)
#9B9B9E
(155,155,158)
#8C8C8F
(140,140,143)
#7D7D80
(125,125,128)
#6E6E71
(110,110,113)
#5F5F62
(95,95,98)
#505053
(80,80,83)
#414144
(65,65,68)
#323235
(50,50,53)
#232326
(35,35,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AAAAAD

#AAAAAD
(170,170,173)
#B1B1B4
(177,177,180)
#B8B8BB
(184,184,187)
#BFBFC2
(191,191,194)
#C6C6C9
(198,198,201)
#CDCDD0
(205,205,208)
#D4D4D7
(212,212,215)
#DBDBDE
(219,219,222)
#E2E2E5
(226,226,229)
#E9E9EC
(233,233,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAAAD; }

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

This text font color is #AAAAAD.


Background Color

.myBgColor { background-color: #AAAAAD; }

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

This div background color is #AAAAAD.


Border color

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

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

This div border color is #AAAAAD.


Opacity

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

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

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

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

This text has shadow with #AAAAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAAAD on black background.


Color preview on white background

This text has color #AAAAAD on white background.



Black color preview on #AAAAAD background

This text has black color on #AAAAAD background.


White color preview on #AAAAAD background

This text has white color on #AAAAAD background.