COLOR #AAADB2

HEX: #AAADB2
RGB: (170,173,178)

Color info

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

RGB color model

#AAADB2 color RGB value is (170,173,178).

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

RGB channels and saturation

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

170
173
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 178 = 521 (100%)
R 170 of 521 ~ 32.63%
G 173 of 521 ~ 33.21%
B 178 of 521 ~ 34.17%

%32.63
%33.21
%34.17

CMYK color model

#AAADB2 color CMYK value is (4,3,0,30).

  • cyan value is 4.49%
  • magenta value is 2.81%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,3,0,30)
C4M3Y0K30 
(4%,3%,0%,30%)
(0.04/0.03/0.00/0.30)	

CMYK percentages

%4.49
%2.81
%0
%30.2

Codes

Color #AAADB2 in popluar color models

AAADB2
RGB170173178
HSL218°4.94%68.24%
HSB/HSV218°4.49%69.80%
CMYK4.49%2.81%0.00%
30.20%

Color #AAADB2 in popluar number systems.

HEXAAADB2
Decimal170173178
Binary101010101010110110110010
Octal252255262

Shades and tints

Shades of #AAADB2

#AAADB2
(170,173,178)
#9B9EA2
(155,158,162)
#8C8F92
(140,143,146)
#7D8082
(125,128,130)
#6E7172
(110,113,114)
#5F6262
(95,98,98)
#505352
(80,83,82)
#414442
(65,68,66)
#323532
(50,53,50)
#232622
(35,38,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AAADB2

#AAADB2
(170,173,178)
#B1B4B9
(177,180,185)
#B8BBC0
(184,187,192)
#BFC2C7
(191,194,199)
#C6C9CE
(198,201,206)
#CDD0D5
(205,208,213)
#D4D7DC
(212,215,220)
#DBDEE3
(219,222,227)
#E2E5EA
(226,229,234)
#E9ECF1
(233,236,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADB2; }

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

This text font color is #AAADB2.


Background Color

.myBgColor { background-color: #AAADB2; }

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

This div background color is #AAADB2.


Border color

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

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

This div border color is #AAADB2.


Opacity

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

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

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

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

This text has shadow with #AAADB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADB2 on black background.


Color preview on white background

This text has color #AAADB2 on white background.



Black color preview on #AAADB2 background

This text has black color on #AAADB2 background.


White color preview on #AAADB2 background

This text has white color on #AAADB2 background.