COLOR #ADA6AE

HEX: #ADA6AE RGB: (173,166,174)

Color info

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

RGB color model

#ADA6AE color RGB value is (173,166,174).

RGB: (173,166,174) (68%, 65%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 174 of 255 = 68%

173
166
174

R + G + B ~ 67%. #ADA6AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 174 = 513 (100%)
R 173 of 513 ~ 33.72%
G 166 of 513 ~ 32.36%
B 174 of 513 ~ 33.92'%

%33.72
%32.36
%33.92

CMYK color model

#ADA6AE color CMYK value is (1,5,0,32).

  • cyan value is 0.57%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (1,5,0,32)
C1M5Y0K32 (1%, 5%, 0%, 32%)
(0.01 / 0.05 / 0.00 / 0.32)

CMYK percentages

%0.57
%4.6
%0
%31.76

Codes

Color #ADA6AE in popluar color models

AD A6 AE
RGB 173 166 174
HSL 293° 4.71% 66.67%
HSB/HSV 293° 4.60% 68.24%
CMYK 0.57% 4.60% 0.00%
31.76%

Color #ADA6AE in popluar number systems.

HEX AD A6 AE
Decimal 173 166 174
Binary 10101101 10100110 10101110
Octal 255 246 256

Shades and tints

Shades of #ADA6AE

#ADA6AE
(173,166,174)
#9E979F
(158,151,159)
#8F8890
(143,136,144)
#807981
(128,121,129)
#716A72
(113,106,114)
#625B63
(98,91,99)
#534C54
(83,76,84)
#443D45
(68,61,69)
#352E36
(53,46,54)
#261F27
(38,31,39)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #ADA6AE

#ADA6AE
(173,166,174)
#B4AEB5
(180,174,181)
#BBB6BC
(187,182,188)
#C2BEC3
(194,190,195)
#C9C6CA
(201,198,202)
#D0CED1
(208,206,209)
#D7D6D8
(215,214,216)
#DEDEDF
(222,222,223)
#E5E6E6
(229,230,230)
#ECEEED
(236,238,237)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6AE; }

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

This text font color is #ADA6AE.

Background Color

.myBgColor { background-color: #ADA6AE; }

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

This div background color is #ADA6AE.

Border color

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

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

This div border color is #ADA6AE.

Opacity

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

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

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

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

This text has shadow with #ADA6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA6AE.

Preview

Color preview on black background

This text has color #ADA6AE on black background.


Color preview on white background

This text has color #ADA6AE on white background.


Black color preview on #ADA6AE background

This text has black color on #ADA6AE background.


White color preview on #ADA6AE background

This text has white color on #ADA6AE background.


Related colors

Complementary color

Complementary color for #hex is #525951.


I love getcolorcode.com

Triadic colors

1 #AEADA6 and #A6AEAD with #ADA6AE are triadic colors.

2 #AEA6AD and #A6ADAE with #ADA6AE are triadic colors.