COLOR #ADA0A8

HEX: #ADA0A8
RGB: (173,160,168)

Color info

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

RGB color model

#ADA0A8 color RGB value is (173,160,168).

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

RGB channels and saturation

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

173
160
168

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 168 = 501 (100%)
R 173 of 501 ~ 34.53%
G 160 of 501 ~ 31.94%
B 168 of 501 ~ 33.53%

%34.53
%31.94
%33.53

CMYK color model

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

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

CMYK percentages

%0
%7.51
%2.89
%32.16

Codes

Color #ADA0A8 in popluar color models

ADA0A8
RGB173160168
HSL323°7.34%65.29%
HSB/HSV323°7.51%67.84%
CMYK0.00%7.51%2.89%
32.16%

Color #ADA0A8 in popluar number systems.

HEXADA0A8
Decimal173160168
Binary101011011010000010101000
Octal255240250

Shades and tints

Shades of #ADA0A8

#ADA0A8
(173,160,168)
#9E9299
(158,146,153)
#8F848A
(143,132,138)
#80767B
(128,118,123)
#71686C
(113,104,108)
#625A5D
(98,90,93)
#534C4E
(83,76,78)
#443E3F
(68,62,63)
#353030
(53,48,48)
#262221
(38,34,33)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #ADA0A8

#ADA0A8
(173,160,168)
#B4A8AF
(180,168,175)
#BBB0B6
(187,176,182)
#C2B8BD
(194,184,189)
#C9C0C4
(201,192,196)
#D0C8CB
(208,200,203)
#D7D0D2
(215,208,210)
#DED8D9
(222,216,217)
#E5E0E0
(229,224,224)
#ECE8E7
(236,232,231)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0A8; }

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

This text font color is #ADA0A8.


Background Color

.myBgColor { background-color: #ADA0A8; }

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

This div background color is #ADA0A8.


Border color

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

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

This div border color is #ADA0A8.


Opacity

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

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

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

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

This text has shadow with #ADA0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0A8 on black background.


Color preview on white background

This text has color #ADA0A8 on white background.



Black color preview on #ADA0A8 background

This text has black color on #ADA0A8 background.


White color preview on #ADA0A8 background

This text has white color on #ADA0A8 background.