COLOR #ADA4AF

HEX: #ADA4AF
RGB: (173,164,175)

Color info

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

RGB color model

#ADA4AF color RGB value is (173,164,175).

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

RGB channels and saturation

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

173
164
175

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 175 = 512 (100%)
R 173 of 512 ~ 33.79%
G 164 of 512 ~ 32.03%
B 175 of 512 ~ 34.18%

%33.79
%32.03
%34.18

CMYK color model

#ADA4AF color CMYK value is (1,6,0,31).

  • cyan value is 1.14%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,6,0,31)
C1M6Y0K31 
(1%,6%,0%,31%)
(0.01/0.06/0.00/0.31)	

CMYK percentages

%1.14
%6.29
%0
%31.37

Codes

Color #ADA4AF in popluar color models

ADA4AF
RGB173164175
HSL289°6.43%66.47%
HSB/HSV289°6.29%68.63%
CMYK1.14%6.29%0.00%
31.37%

Color #ADA4AF in popluar number systems.

HEXADA4AF
Decimal173164175
Binary101011011010010010101111
Octal255244257

Shades and tints

Shades of #ADA4AF

#ADA4AF
(173,164,175)
#9E96A0
(158,150,160)
#8F8891
(143,136,145)
#807A82
(128,122,130)
#716C73
(113,108,115)
#625E64
(98,94,100)
#535055
(83,80,85)
#444246
(68,66,70)
#353437
(53,52,55)
#262628
(38,38,40)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADA4AF

#ADA4AF
(173,164,175)
#B4ACB6
(180,172,182)
#BBB4BD
(187,180,189)
#C2BCC4
(194,188,196)
#C9C4CB
(201,196,203)
#D0CCD2
(208,204,210)
#D7D4D9
(215,212,217)
#DEDCE0
(222,220,224)
#E5E4E7
(229,228,231)
#ECECEE
(236,236,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA4AF; }

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

This text font color is #ADA4AF.


Background Color

.myBgColor { background-color: #ADA4AF; }

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

This div background color is #ADA4AF.


Border color

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

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

This div border color is #ADA4AF.


Opacity

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

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

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

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

This text has shadow with #ADA4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA4AF on black background.


Color preview on white background

This text has color #ADA4AF on white background.



Black color preview on #ADA4AF background

This text has black color on #ADA4AF background.


White color preview on #ADA4AF background

This text has white color on #ADA4AF background.