COLOR #AAADA5

HEX: #AAADA5 RGB: (170,173,165)

Color info

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

RGB color model

#AAADA5 color RGB value is (170,173,165).

RGB: (170,173,165) (67%, 68%, 65%)

RGB channels and saturation

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

170
173
165

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

Portions of RGB colors in percentages

R + G + B = 170 + 173 + 165 = 508 (100%)
R 170 of 508 ~ 33.46%
G 173 of 508 ~ 34.06%
B 165 of 508 ~ 32.48'%

%33.46
%34.06
%32.48

CMYK color model

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

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

CMYK percentages

%1.73
%0
%4.62
%32.16

Codes

Color #AAADA5 in popluar color models

AA AD A5
RGB 170 173 165
HSL 83° 4.65% 66.27%
HSB/HSV 83° 4.62% 67.84%
CMYK 1.73% 0.00% 4.62%
32.16%

Color #AAADA5 in popluar number systems.

HEX AA AD A5
Decimal 170 173 165
Binary 10101010 10101101 10100101
Octal 252 255 245

Shades and tints

Shades of #AAADA5

#AAADA5
(170,173,165)
#9B9E96
(155,158,150)
#8C8F87
(140,143,135)
#7D8078
(125,128,120)
#6E7169
(110,113,105)
#5F625A
(95,98,90)
#50534B
(80,83,75)
#41443C
(65,68,60)
#32352D
(50,53,45)
#23261E
(35,38,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #AAADA5

#AAADA5
(170,173,165)
#B1B4AD
(177,180,173)
#B8BBB5
(184,187,181)
#BFC2BD
(191,194,189)
#C6C9C5
(198,201,197)
#CDD0CD
(205,208,205)
#D4D7D5
(212,215,213)
#DBDEDD
(219,222,221)
#E2E5E5
(226,229,229)
#E9ECED
(233,236,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADA5; }

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

This text font color is #AAADA5.

Background Color

.myBgColor { background-color: #AAADA5; }

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

This div background color is #AAADA5.

Border color

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

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

This div border color is #AAADA5.

Opacity

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

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

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

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

This text has shadow with #AAADA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAADA5.

Preview

Color preview on black background

This text has color #AAADA5 on black background.


Color preview on white background

This text has color #AAADA5 on white background.


Black color preview on #AAADA5 background

This text has black color on #AAADA5 background.


White color preview on #AAADA5 background

This text has white color on #AAADA5 background.


Related colors

Complementary color

Complementary color for #hex is #55525A.


I love getcolorcode.com

Triadic colors

1 #A5AAAD and #ADA5AA with #AAADA5 are triadic colors.

2 #A5ADAA and #ADAAA5 with #AAADA5 are triadic colors.