COLOR #AAADAF

HEX: #AAADAF
RGB: (170,173,175)

Color info

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

RGB color model

#AAADAF color RGB value is (170,173,175).

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

RGB channels and saturation

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

170
173
175

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

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 175 = 518 (100%)
R 170 of 518 ~ 32.82%
G 173 of 518 ~ 33.4%
B 175 of 518 ~ 33.78%

%32.82
%33.4
%33.78

CMYK color model

#AAADAF color CMYK value is (3,1,0,31).

  • cyan value is 2.86%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,1,0,31)
C3M1Y0K31 
(3%,1%,0%,31%)
(0.03/0.01/0.00/0.31)	

CMYK percentages

%2.86
%1.14
%0
%31.37

Codes

Color #AAADAF in popluar color models

AAADAF
RGB170173175
HSL204°3.03%67.65%
HSB/HSV204°2.86%68.63%
CMYK2.86%1.14%0.00%
31.37%

Color #AAADAF in popluar number systems.

HEXAAADAF
Decimal170173175
Binary101010101010110110101111
Octal252255257

Shades and tints

Shades of #AAADAF

#AAADAF
(170,173,175)
#9B9EA0
(155,158,160)
#8C8F91
(140,143,145)
#7D8082
(125,128,130)
#6E7173
(110,113,115)
#5F6264
(95,98,100)
#505355
(80,83,85)
#414446
(65,68,70)
#323537
(50,53,55)
#232628
(35,38,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AAADAF

#AAADAF
(170,173,175)
#B1B4B6
(177,180,182)
#B8BBBD
(184,187,189)
#BFC2C4
(191,194,196)
#C6C9CB
(198,201,203)
#CDD0D2
(205,208,210)
#D4D7D9
(212,215,217)
#DBDEE0
(219,222,224)
#E2E5E7
(226,229,231)
#E9ECEE
(233,236,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADAF; }

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

This text font color is #AAADAF.


Background Color

.myBgColor { background-color: #AAADAF; }

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

This div background color is #AAADAF.


Border color

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

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

This div border color is #AAADAF.


Opacity

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

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

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

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

This text has shadow with #AAADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADAF on black background.


Color preview on white background

This text has color #AAADAF on white background.



Black color preview on #AAADAF background

This text has black color on #AAADAF background.


White color preview on #AAADAF background

This text has white color on #AAADAF background.