COLOR #ADAF9D

HEX: #ADAF9D RGB: (173,175,157)

Color info

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

RGB color model

#ADAF9D color RGB value is (173,175,157).

RGB: (173,175,157) (68%, 69%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 157 of 255 = 62%

173
175
157

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

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 157 = 505 (100%)
R 173 of 505 ~ 34.26%
G 175 of 505 ~ 34.65%
B 157 of 505 ~ 31.09'%

%34.26
%34.65
%31.09

CMYK color model

#ADAF9D color CMYK value is (1,0,10,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 31.37%

CMYK: (1,0,10,31)
C1M0Y10K31 (1%, 0%, 10%, 31%)
(0.01 / 0.00 / 0.10 / 0.31)

CMYK percentages

%1.14
%0
%10.29
%31.37

Codes

Color #ADAF9D in popluar color models

AD AF 9D
RGB 173 175 157
HSL 67° 10.11% 65.10%
HSB/HSV 67° 10.29% 68.63%
CMYK 1.14% 0.00% 10.29%
31.37%

Color #ADAF9D in popluar number systems.

HEX AD AF 9D
Decimal 173 175 157
Binary 10101101 10101111 10011101
Octal 255 257 235

Shades and tints

Shades of #ADAF9D

#ADAF9D
(173,175,157)
#9EA08F
(158,160,143)
#8F9181
(143,145,129)
#808273
(128,130,115)
#717365
(113,115,101)
#626457
(98,100,87)
#535549
(83,85,73)
#44463B
(68,70,59)
#35372D
(53,55,45)
#26281F
(38,40,31)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #ADAF9D

#ADAF9D
(173,175,157)
#B4B6A5
(180,182,165)
#BBBDAD
(187,189,173)
#C2C4B5
(194,196,181)
#C9CBBD
(201,203,189)
#D0D2C5
(208,210,197)
#D7D9CD
(215,217,205)
#DEE0D5
(222,224,213)
#E5E7DD
(229,231,221)
#ECEEE5
(236,238,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF9D; }

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

This text font color is #ADAF9D.

Background Color

.myBgColor { background-color: #ADAF9D; }

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

This div background color is #ADAF9D.

Border color

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

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

This div border color is #ADAF9D.

Opacity

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

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

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

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

This text has shadow with #ADAF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAF9D.

Preview

Color preview on black background

This text has color #ADAF9D on black background.


Color preview on white background

This text has color #ADAF9D on white background.


Black color preview on #ADAF9D background

This text has black color on #ADAF9D background.


White color preview on #ADAF9D background

This text has white color on #ADAF9D background.


Related colors

Complementary color

Complementary color for #hex is #525062.


I love getcolorcode.com

Triadic colors

1 #9DADAF and #AF9DAD with #ADAF9D are triadic colors.

2 #9DAFAD and #AFAD9D with #ADAF9D are triadic colors.