COLOR #ADB79F

HEX: #ADB79F RGB: (173,183,159)

Color info

#ADB79F contains red, green and blue colors in about the same proportion. Web safe color of #ADB79F is #99CC99 (or #9C9).

RGB color model

#ADB79F color RGB value is (173,183,159).

RGB: (173,183,159) (68%, 72%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 159 of 255 = 62%

173
183
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 183 + 159 = 515 (100%)
R 173 of 515 ~ 33.59%
G 183 of 515 ~ 35.53%
B 159 of 515 ~ 30.87'%

%33.59
%35.53
%30.87

CMYK color model

#ADB79F color CMYK value is (5,0,13,28).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK: (5,0,13,28) C5M0Y13K28 (5%,0%,13%,28%) (0.05/0.00/0.13/0.28) 

CMYK percentages

%5.46
%0
%13.11
%28.24

Codes

Color #ADB79F in popluar color models

AD B7 9F
RGB 173 183 159
HSL 85° 14.29% 67.06%
HSB/HSV 85° 13.11% 71.76%
CMYK 5.46% 0.00% 13.11%
28.24%

Color #ADB79F in popluar number systems.

HEX AD B7 9F
Decimal 173 183 159
Binary 10101101 10110111 10011111
Octal 255 267 237

Shades and tints

Shades of #ADB79F

#ADB79F
(173,183,159)
#9EA791
(158,167,145)
#8F9783
(143,151,131)
#808775
(128,135,117)
#717767
(113,119,103)
#626759
(98,103,89)
#53574B
(83,87,75)
#44473D
(68,71,61)
#35372F
(53,55,47)
#262721
(38,39,33)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADB79F

#ADB79F
(173,183,159)
#B4BDA7
(180,189,167)
#BBC3AF
(187,195,175)
#C2C9B7
(194,201,183)
#C9CFBF
(201,207,191)
#D0D5C7
(208,213,199)
#D7DBCF
(215,219,207)
#DEE1D7
(222,225,215)
#E5E7DF
(229,231,223)
#ECEDE7
(236,237,231)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB79F; }

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

This text font color is #ADB79F.

Background Color

.myBgColor { background-color: #ADB79F; }

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

This div background color is #ADB79F.

Border color

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

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

This div border color is #ADB79F.

Opacity

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

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

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

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

This text has shadow with #ADB79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB79F.

Preview

Color preview on black background

This text has color #ADB79F on black background.


Color preview on white background

This text has color #ADB79F on white background.


Black color preview on #ADB79F background

This text has black color on #ADB79F background.


White color preview on #ADB79F background

This text has white color on #ADB79F background.


Related colors

Complementary color

Complementary color for #hex is #524860.


I love getcolorcode.com

Triadic colors

1 #9FADB7 and #B79FAD with #ADB79F are triadic colors.

2 #9FB7AD and #B7AD9F with #ADB79F are triadic colors.