COLOR #ADADA7

HEX: #ADADA7 RGB: (173,173,167)

Color info

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

RGB color model

#ADADA7 color RGB value is (173,173,167).

RGB: (173,173,167) (68%, 68%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 167 of 255 = 65%

173
173
167

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

Portions of RGB colors in percentages

R + G + B = 173 + 173 + 167 = 513 (100%)
R 173 of 513 ~ 33.72%
G 173 of 513 ~ 33.72%
B 167 of 513 ~ 32.55'%

%33.72
%33.72
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 32.16%

CMYK: (0,0,3,32)
C0M0Y3K32 (0%, 0%, 3%, 32%)
(0.00 / 0.00 / 0.03 / 0.32)

CMYK percentages

%0
%0
%3.47
%32.16

Codes

Color #ADADA7 in popluar color models

AD AD A7
RGB 173 173 167
HSL 60° 3.53% 66.67%
HSB/HSV 60° 3.47% 67.84%
CMYK 0.00% 0.00% 3.47%
32.16%

Color #ADADA7 in popluar number systems.

HEX AD AD A7
Decimal 173 173 167
Binary 10101101 10101101 10100111
Octal 255 255 247

Shades and tints

Shades of #ADADA7

#ADADA7
(173,173,167)
#9E9E98
(158,158,152)
#8F8F89
(143,143,137)
#80807A
(128,128,122)
#71716B
(113,113,107)
#62625C
(98,98,92)
#53534D
(83,83,77)
#44443E
(68,68,62)
#35352F
(53,53,47)
#262620
(38,38,32)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADADA7

#ADADA7
(173,173,167)
#B4B4AF
(180,180,175)
#BBBBB7
(187,187,183)
#C2C2BF
(194,194,191)
#C9C9C7
(201,201,199)
#D0D0CF
(208,208,207)
#D7D7D7
(215,215,215)
#DEDEDF
(222,222,223)
#E5E5E7
(229,229,231)
#ECECEF
(236,236,239)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADA7; }

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

This text font color is #ADADA7.

Background Color

.myBgColor { background-color: #ADADA7; }

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

This div background color is #ADADA7.

Border color

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

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

This div border color is #ADADA7.

Opacity

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

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

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

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

This text has shadow with #ADADA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADA7.

Preview

Color preview on black background

This text has color #ADADA7 on black background.


Color preview on white background

This text has color #ADADA7 on white background.


Black color preview on #ADADA7 background

This text has black color on #ADADA7 background.


White color preview on #ADADA7 background

This text has white color on #ADADA7 background.


Related colors

Complementary color

Complementary color for #hex is #525258.


I love getcolorcode.com