COLOR #ADA3AC

HEX: #ADA3AC
RGB: (173,163,172)

Color info

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

RGB color model

#ADA3AC color RGB value is (173,163,172).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 172 of 255 = 67%

173
163
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 172 = 508 (100%)
R 173 of 508 ~ 34.06%
G 163 of 508 ~ 32.09%
B 172 of 508 ~ 33.86%

%34.06
%32.09
%33.86

CMYK color model

#ADA3AC color CMYK value is (0,6,1,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK:
(0,6,1,32)
C0M6Y1K32 
(0%,6%,1%,32%)
(0.00/0.06/0.01/0.32)	

CMYK percentages

%0
%5.78
%0.58
%32.16

Codes

Color #ADA3AC in popluar color models

ADA3AC
RGB173163172
HSL306°5.75%65.88%
HSB/HSV306°5.78%67.84%
CMYK0.00%5.78%0.58%
32.16%

Color #ADA3AC in popluar number systems.

HEXADA3AC
Decimal173163172
Binary101011011010001110101100
Octal255243254

Shades and tints

Shades of #ADA3AC

#ADA3AC
(173,163,172)
#9E959D
(158,149,157)
#8F878E
(143,135,142)
#80797F
(128,121,127)
#716B70
(113,107,112)
#625D61
(98,93,97)
#534F52
(83,79,82)
#444143
(68,65,67)
#353334
(53,51,52)
#262525
(38,37,37)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADA3AC

#ADA3AC
(173,163,172)
#B4ABB3
(180,171,179)
#BBB3BA
(187,179,186)
#C2BBC1
(194,187,193)
#C9C3C8
(201,195,200)
#D0CBCF
(208,203,207)
#D7D3D6
(215,211,214)
#DEDBDD
(222,219,221)
#E5E3E4
(229,227,228)
#ECEBEB
(236,235,235)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA3AC; }

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

This text font color is #ADA3AC.


Background Color

.myBgColor { background-color: #ADA3AC; }

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

This div background color is #ADA3AC.


Border color

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

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

This div border color is #ADA3AC.


Opacity

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

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

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

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

This text has shadow with #ADA3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA3AC on black background.


Color preview on white background

This text has color #ADA3AC on white background.



Black color preview on #ADA3AC background

This text has black color on #ADA3AC background.


White color preview on #ADA3AC background

This text has white color on #ADA3AC background.