COLOR #ADAD9E

HEX: #ADAD9E
RGB: (173,173,158)

Color info

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

RGB color model

#ADAD9E color RGB value is (173,173,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 158 of 255 = 62%

173
173
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 158 = 504 (100%)
R 173 of 504 ~ 34.33%
G 173 of 504 ~ 34.33%
B 158 of 504 ~ 31.35%

%34.33
%34.33
%31.35

CMYK color model

#ADAD9E color CMYK value is (0,0,9,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,0,9,32)
C0M0Y9K32 
(0%,0%,9%,32%)
(0.00/0.00/0.09/0.32)	

CMYK percentages

%0
%0
%8.67
%32.16

Codes

Color #ADAD9E in popluar color models

ADAD9E
RGB173173158
HSL60°8.38%64.90%
HSB/HSV60°8.67%67.84%
CMYK0.00%0.00%8.67%
32.16%

Color #ADAD9E in popluar number systems.

HEXADAD9E
Decimal173173158
Binary101011011010110110011110
Octal255255236

Shades and tints

Shades of #ADAD9E

#ADAD9E
(173,173,158)
#9E9E90
(158,158,144)
#8F8F82
(143,143,130)
#808074
(128,128,116)
#717166
(113,113,102)
#626258
(98,98,88)
#53534A
(83,83,74)
#44443C
(68,68,60)
#35352E
(53,53,46)
#262620
(38,38,32)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADAD9E

#ADAD9E
(173,173,158)
#B4B4A6
(180,180,166)
#BBBBAE
(187,187,174)
#C2C2B6
(194,194,182)
#C9C9BE
(201,201,190)
#D0D0C6
(208,208,198)
#D7D7CE
(215,215,206)
#DEDED6
(222,222,214)
#E5E5DE
(229,229,222)
#ECECE6
(236,236,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD9E; }

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

This text font color is #ADAD9E.


Background Color

.myBgColor { background-color: #ADAD9E; }

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

This div background color is #ADAD9E.


Border color

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

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

This div border color is #ADAD9E.


Opacity

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

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

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

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

This text has shadow with #ADAD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD9E on black background.


Color preview on white background

This text has color #ADAD9E on white background.



Black color preview on #ADAD9E background

This text has black color on #ADAD9E background.


White color preview on #ADAD9E background

This text has white color on #ADAD9E background.