COLOR #AAADB9

HEX: #AAADB9
RGB: (170,173,185)

Color info

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

RGB color model

#AAADB9 color RGB value is (170,173,185).

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

RGB channels and saturation

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

170
173
185

R + G + B ~ 69%. #AAADB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 185 = 528 (100%)
R 170 of 528 ~ 32.2%
G 173 of 528 ~ 32.77%
B 185 of 528 ~ 35.04%

%32.2
%32.77
%35.04

CMYK color model

#AAADB9 color CMYK value is (8,6,0,27).

  • cyan value is 8.11%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,6,0,27)
C8M6Y0K27 
(8%,6%,0%,27%)
(0.08/0.06/0.00/0.27)	

CMYK percentages

%8.11
%6.49
%0
%27.45

Codes

Color #AAADB9 in popluar color models

AAADB9
RGB170173185
HSL228°9.68%69.61%
HSB/HSV228°8.11%72.55%
CMYK8.11%6.49%0.00%
27.45%

Color #AAADB9 in popluar number systems.

HEXAAADB9
Decimal170173185
Binary101010101010110110111001
Octal252255271

Shades and tints

Shades of #AAADB9

#AAADB9
(170,173,185)
#9B9EA9
(155,158,169)
#8C8F99
(140,143,153)
#7D8089
(125,128,137)
#6E7179
(110,113,121)
#5F6269
(95,98,105)
#505359
(80,83,89)
#414449
(65,68,73)
#323539
(50,53,57)
#232629
(35,38,41)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AAADB9

#AAADB9
(170,173,185)
#B1B4BF
(177,180,191)
#B8BBC5
(184,187,197)
#BFC2CB
(191,194,203)
#C6C9D1
(198,201,209)
#CDD0D7
(205,208,215)
#D4D7DD
(212,215,221)
#DBDEE3
(219,222,227)
#E2E5E9
(226,229,233)
#E9ECEF
(233,236,239)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADB9; }

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

This text font color is #AAADB9.


Background Color

.myBgColor { background-color: #AAADB9; }

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

This div background color is #AAADB9.


Border color

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

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

This div border color is #AAADB9.


Opacity

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

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

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

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

This text has shadow with #AAADB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADB9 on black background.


Color preview on white background

This text has color #AAADB9 on white background.



Black color preview on #AAADB9 background

This text has black color on #AAADB9 background.


White color preview on #AAADB9 background

This text has white color on #AAADB9 background.