COLOR #ADA6B6

HEX: #ADA6B6 RGB: (173,166,182)

Color info

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

RGB color model

#ADA6B6 color RGB value is (173,166,182).

RGB: (173,166,182) (68%, 65%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 182 of 255 = 71%

173
166
182

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

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 182 = 521 (100%)
R 173 of 521 ~ 33.21%
G 166 of 521 ~ 31.86%
B 182 of 521 ~ 34.93'%

%33.21
%31.86
%34.93

CMYK color model

#ADA6B6 color CMYK value is (5,9,0,29).

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

CMYK: (5,9,0,29)
C5M9Y0K29 (5%, 9%, 0%, 29%)
(0.05 / 0.09 / 0.00 / 0.29)

CMYK percentages

%4.95
%8.79
%0
%28.63

Codes

Color #ADA6B6 in popluar color models

AD A6 B6
RGB 173 166 182
HSL 266° 9.88% 68.24%
HSB/HSV 266° 8.79% 71.37%
CMYK 4.95% 8.79% 0.00%
28.63%

Color #ADA6B6 in popluar number systems.

HEX AD A6 B6
Decimal 173 166 182
Binary 10101101 10100110 10110110
Octal 255 246 266

Shades and tints

Shades of #ADA6B6

#ADA6B6
(173,166,182)
#9E97A6
(158,151,166)
#8F8896
(143,136,150)
#807986
(128,121,134)
#716A76
(113,106,118)
#625B66
(98,91,102)
#534C56
(83,76,86)
#443D46
(68,61,70)
#352E36
(53,46,54)
#261F26
(38,31,38)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #ADA6B6

#ADA6B6
(173,166,182)
#B4AEBC
(180,174,188)
#BBB6C2
(187,182,194)
#C2BEC8
(194,190,200)
#C9C6CE
(201,198,206)
#D0CED4
(208,206,212)
#D7D6DA
(215,214,218)
#DEDEE0
(222,222,224)
#E5E6E6
(229,230,230)
#ECEEEC
(236,238,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6B6; }

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

This text font color is #ADA6B6.

Background Color

.myBgColor { background-color: #ADA6B6; }

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

This div background color is #ADA6B6.

Border color

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

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

This div border color is #ADA6B6.

Opacity

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

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

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

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

This text has shadow with #ADA6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA6B6.

Preview

Color preview on black background

This text has color #ADA6B6 on black background.


Color preview on white background

This text has color #ADA6B6 on white background.


Black color preview on #ADA6B6 background

This text has black color on #ADA6B6 background.


White color preview on #ADA6B6 background

This text has white color on #ADA6B6 background.


Related colors

Complementary color

Complementary color for #hex is #525949.


I love getcolorcode.com

Triadic colors

1 #B6ADA6 and #A6B6AD with #ADA6B6 are triadic colors.

2 #B6A6AD and #A6ADB6 with #ADA6B6 are triadic colors.