COLOR #ADA8A8

HEX: #ADA8A8
RGB: (173,168,168)

Color info

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

RGB color model

#ADA8A8 color RGB value is (173,168,168).

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

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 168 of 255 = 66%

173
168
168

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 168 = 509 (100%)
R 173 of 509 ~ 33.99%
G 168 of 509 ~ 33.01%
B 168 of 509 ~ 33.01%

%33.99
%33.01
%33.01

CMYK color model

#ADA8A8 color CMYK value is (0,3,3,32).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(0,3,3,32)
C0M3Y3K32 
(0%,3%,3%,32%)
(0.00/0.03/0.03/0.32)	

CMYK percentages

%0
%2.89
%2.89
%32.16

Codes

Color #ADA8A8 in popluar color models

ADA8A8
RGB173168168
HSL2.96%66.86%
HSB/HSV2.89%67.84%
CMYK0.00%2.89%2.89%
32.16%

Color #ADA8A8 in popluar number systems.

HEXADA8A8
Decimal173168168
Binary101011011010100010101000
Octal255250250

Shades and tints

Shades of #ADA8A8

#ADA8A8
(173,168,168)
#9E9999
(158,153,153)
#8F8A8A
(143,138,138)
#807B7B
(128,123,123)
#716C6C
(113,108,108)
#625D5D
(98,93,93)
#534E4E
(83,78,78)
#443F3F
(68,63,63)
#353030
(53,48,48)
#262121
(38,33,33)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADA8A8

#ADA8A8
(173,168,168)
#B4AFAF
(180,175,175)
#BBB6B6
(187,182,182)
#C2BDBD
(194,189,189)
#C9C4C4
(201,196,196)
#D0CBCB
(208,203,203)
#D7D2D2
(215,210,210)
#DED9D9
(222,217,217)
#E5E0E0
(229,224,224)
#ECE7E7
(236,231,231)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8A8; }

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

This text font color is #ADA8A8.


Background Color

.myBgColor { background-color: #ADA8A8; }

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

This div background color is #ADA8A8.


Border color

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

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

This div border color is #ADA8A8.


Opacity

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

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

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

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

This text has shadow with #ADA8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA8A8 on black background.


Color preview on white background

This text has color #ADA8A8 on white background.



Black color preview on #ADA8A8 background

This text has black color on #ADA8A8 background.


White color preview on #ADA8A8 background

This text has white color on #ADA8A8 background.