COLOR #ADA6A6

HEX: #ADA6A6
RGB: (173,166,166)

Color info

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

RGB color model

#ADA6A6 color RGB value is (173,166,166).

  • red value is 173;
  • green value is 166;
  • blue value is 166.
RGB:
(173,166,166)
(68%,65%,65%)

RGB channels and saturation

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

173
166
166

R + G + B ~ 66%. #ADA6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 166 = 505 (100%)
R 173 of 505 ~ 34.26%
G 166 of 505 ~ 32.87%
B 166 of 505 ~ 32.87%

%34.26
%32.87
%32.87

CMYK color model

#ADA6A6 color CMYK value is (0,4,4,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(0,4,4,32)
C0M4Y4K32 
(0%,4%,4%,32%)
(0.00/0.04/0.04/0.32)	

CMYK percentages

%0
%4.05
%4.05
%32.16

Codes

Color #ADA6A6 in popluar color models

ADA6A6
RGB173166166
HSL4.09%66.47%
HSB/HSV4.05%67.84%
CMYK0.00%4.05%4.05%
32.16%

Color #ADA6A6 in popluar number systems.

HEXADA6A6
Decimal173166166
Binary101011011010011010100110
Octal255246246

Shades and tints

Shades of #ADA6A6

#ADA6A6
(173,166,166)
#9E9797
(158,151,151)
#8F8888
(143,136,136)
#807979
(128,121,121)
#716A6A
(113,106,106)
#625B5B
(98,91,91)
#534C4C
(83,76,76)
#443D3D
(68,61,61)
#352E2E
(53,46,46)
#261F1F
(38,31,31)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #ADA6A6

#ADA6A6
(173,166,166)
#B4AEAE
(180,174,174)
#BBB6B6
(187,182,182)
#C2BEBE
(194,190,190)
#C9C6C6
(201,198,198)
#D0CECE
(208,206,206)
#D7D6D6
(215,214,214)
#DEDEDE
(222,222,222)
#E5E6E6
(229,230,230)
#ECEEEE
(236,238,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA6A6; }

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

This text font color is #ADA6A6.


Background Color

.myBgColor { background-color: #ADA6A6; }

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

This div background color is #ADA6A6.


Border color

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

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

This div border color is #ADA6A6.


Opacity

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

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

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

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

This text has shadow with #ADA6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA6A6 on black background.


Color preview on white background

This text has color #ADA6A6 on white background.



Black color preview on #ADA6A6 background

This text has black color on #ADA6A6 background.


White color preview on #ADA6A6 background

This text has white color on #ADA6A6 background.