COLOR #ADAAB6

HEX: #ADAAB6 RGB: (173,170,182)

Color info

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

RGB color model

#ADAAB6 color RGB value is (173,170,182).

RGB: (173,170,182) (68%, 67%, 71%)

RGB channels and saturation

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

173
170
182

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

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 182 = 525 (100%)
R 173 of 525 ~ 32.95%
G 170 of 525 ~ 32.38%
B 182 of 525 ~ 34.67'%

%32.95
%32.38
%34.67

CMYK color model

#ADAAB6 color CMYK value is (5,7,0,29).

  • cyan value is 4.95%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (5,7,0,29)
C5M7Y0K29 (5%, 7%, 0%, 29%)
(0.05 / 0.07 / 0.00 / 0.29)

CMYK percentages

%4.95
%6.59
%0
%28.63

Codes

Color #ADAAB6 in popluar color models

AD AA B6
RGB 173 170 182
HSL 255° 7.59% 69.02%
HSB/HSV 255° 6.59% 71.37%
CMYK 4.95% 6.59% 0.00%
28.63%

Color #ADAAB6 in popluar number systems.

HEX AD AA B6
Decimal 173 170 182
Binary 10101101 10101010 10110110
Octal 255 252 266

Shades and tints

Shades of #ADAAB6

#ADAAB6
(173,170,182)
#9E9BA6
(158,155,166)
#8F8C96
(143,140,150)
#807D86
(128,125,134)
#716E76
(113,110,118)
#625F66
(98,95,102)
#535056
(83,80,86)
#444146
(68,65,70)
#353236
(53,50,54)
#262326
(38,35,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADAAB6

#ADAAB6
(173,170,182)
#B4B1BC
(180,177,188)
#BBB8C2
(187,184,194)
#C2BFC8
(194,191,200)
#C9C6CE
(201,198,206)
#D0CDD4
(208,205,212)
#D7D4DA
(215,212,218)
#DEDBE0
(222,219,224)
#E5E2E6
(229,226,230)
#ECE9EC
(236,233,236)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAB6; }

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

This text font color is #ADAAB6.

Background Color

.myBgColor { background-color: #ADAAB6; }

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

This div background color is #ADAAB6.

Border color

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

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

This div border color is #ADAAB6.

Opacity

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

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

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

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

This text has shadow with #ADAAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAB6.

Preview

Color preview on black background

This text has color #ADAAB6 on black background.


Color preview on white background

This text has color #ADAAB6 on white background.


Black color preview on #ADAAB6 background

This text has black color on #ADAAB6 background.


White color preview on #ADAAB6 background

This text has white color on #ADAAB6 background.


Related colors

Complementary color

Complementary color for #hex is #525549.


I love getcolorcode.com

Triadic colors

1 #B6ADAA and #AAB6AD with #ADAAB6 are triadic colors.

2 #B6AAAD and #AAADB6 with #ADAAB6 are triadic colors.