COLOR #ADAF8B

HEX: #ADAF8B RGB: (173,175,139)

Color info

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

RGB color model

#ADAF8B color RGB value is (173,175,139).

RGB: (173,175,139) (68%, 69%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 139 of 255 = 55%

173
175
139

R + G + B ~ 64%. #ADAF8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 139 = 487 (100%)
R 173 of 487 ~ 35.52%
G 175 of 487 ~ 35.93%
B 139 of 487 ~ 28.54'%

%35.52
%35.93
%28.54

CMYK color model

#ADAF8B color CMYK value is (1,0,21,31).

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

CMYK: (1,0,21,31)
C1M0Y21K31 (1%, 0%, 21%, 31%)
(0.01 / 0.00 / 0.21 / 0.31)

CMYK percentages

%1.14
%0
%20.57
%31.37

Codes

Color #ADAF8B in popluar color models

AD AF 8B
RGB 173 175 139
HSL 63° 18.37% 61.57%
HSB/HSV 63° 20.57% 68.63%
CMYK 1.14% 0.00% 20.57%
31.37%

Color #ADAF8B in popluar number systems.

HEX AD AF 8B
Decimal 173 175 139
Binary 10101101 10101111 10001011
Octal 255 257 213

Shades and tints

Shades of #ADAF8B

#ADAF8B
(173,175,139)
#9EA07F
(158,160,127)
#8F9173
(143,145,115)
#808267
(128,130,103)
#71735B
(113,115,91)
#62644F
(98,100,79)
#535543
(83,85,67)
#444637
(68,70,55)
#35372B
(53,55,43)
#26281F
(38,40,31)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADAF8B

#ADAF8B
(173,175,139)
#B4B695
(180,182,149)
#BBBD9F
(187,189,159)
#C2C4A9
(194,196,169)
#C9CBB3
(201,203,179)
#D0D2BD
(208,210,189)
#D7D9C7
(215,217,199)
#DEE0D1
(222,224,209)
#E5E7DB
(229,231,219)
#ECEEE5
(236,238,229)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF8B; }

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

This text font color is #ADAF8B.

Background Color

.myBgColor { background-color: #ADAF8B; }

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

This div background color is #ADAF8B.

Border color

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

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

This div border color is #ADAF8B.

Opacity

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

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

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

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

This text has shadow with #ADAF8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAF8B.

Preview

Color preview on black background

This text has color #ADAF8B on black background.


Color preview on white background

This text has color #ADAF8B on white background.


Black color preview on #ADAF8B background

This text has black color on #ADAF8B background.


White color preview on #ADAF8B background

This text has white color on #ADAF8B background.


Related colors

Complementary color

Complementary color for #hex is #525074.


I love getcolorcode.com

Triadic colors

1 #8BADAF and #AF8BAD with #ADAF8B are triadic colors.

2 #8BAFAD and #AFAD8B with #ADAF8B are triadic colors.