COLOR #ADA4AD

HEX: #ADA4AD
RGB: (173,164,173)

Color info

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

RGB color model

#ADA4AD color RGB value is (173,164,173).

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

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 173 of 255 = 68%

173
164
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 173 = 510 (100%)
R 173 of 510 ~ 33.92%
G 164 of 510 ~ 32.16%
B 173 of 510 ~ 33.92%

%33.92
%32.16
%33.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(0,5,0,32)
C0M5Y0K32 
(0%,5%,0%,32%)
(0.00/0.05/0.00/0.32)	

CMYK percentages

%0
%5.2
%0
%32.16

Codes

Color #ADA4AD in popluar color models

ADA4AD
RGB173164173
HSL300°5.20%66.08%
HSB/HSV300°5.20%67.84%
CMYK0.00%5.20%0.00%
32.16%

Color #ADA4AD in popluar number systems.

HEXADA4AD
Decimal173164173
Binary101011011010010010101101
Octal255244255

Shades and tints

Shades of #ADA4AD

#ADA4AD
(173,164,173)
#9E969E
(158,150,158)
#8F888F
(143,136,143)
#807A80
(128,122,128)
#716C71
(113,108,113)
#625E62
(98,94,98)
#535053
(83,80,83)
#444244
(68,66,68)
#353435
(53,52,53)
#262626
(38,38,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADA4AD

#ADA4AD
(173,164,173)
#B4ACB4
(180,172,180)
#BBB4BB
(187,180,187)
#C2BCC2
(194,188,194)
#C9C4C9
(201,196,201)
#D0CCD0
(208,204,208)
#D7D4D7
(215,212,215)
#DEDCDE
(222,220,222)
#E5E4E5
(229,228,229)
#ECECEC
(236,236,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA4AD; }

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

This text font color is #ADA4AD.


Background Color

.myBgColor { background-color: #ADA4AD; }

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

This div background color is #ADA4AD.


Border color

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

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

This div border color is #ADA4AD.


Opacity

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

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

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

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

This text has shadow with #ADA4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4AD on black background.


Color preview on white background

This text has color #ADA4AD on white background.



Black color preview on #ADA4AD background

This text has black color on #ADA4AD background.


White color preview on #ADA4AD background

This text has white color on #ADA4AD background.