COLOR #ADB79E

HEX: #ADB79E RGB: (173,183,158)

Color info

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

RGB color model

#ADB79E color RGB value is (173,183,158).

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

RGB channels and saturation

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

173
183
158

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

Portions of RGB colors in percentages

R + G + B = 173 + 183 + 158 = 514 (100%)
R 173 of 514 ~ 33.66%
G 183 of 514 ~ 35.6%
B 158 of 514 ~ 30.74'%

%33.66
%35.6
%30.74

CMYK color model

#ADB79E color CMYK value is (5,0,14,28).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 28.24%

CMYK: (5,0,14,28)
C5M0Y14K28 (5%, 0%, 14%, 28%)
(0.05 / 0.00 / 0.14 / 0.28)

CMYK percentages

%5.46
%0
%13.66
%28.24

Codes

Color #ADB79E in popluar color models

AD B7 9E
RGB 173 183 158
HSL 84° 14.79% 66.86%
HSB/HSV 84° 13.66% 71.76%
CMYK 5.46% 0.00% 13.66%
28.24%

Color #ADB79E in popluar number systems.

HEX AD B7 9E
Decimal 173 183 158
Binary 10101101 10110111 10011110
Octal 255 267 236

Shades and tints

Shades of #ADB79E

#ADB79E
(173,183,158)
#9EA790
(158,167,144)
#8F9782
(143,151,130)
#808774
(128,135,116)
#717766
(113,119,102)
#626758
(98,103,88)
#53574A
(83,87,74)
#44473C
(68,71,60)
#35372E
(53,55,46)
#262720
(38,39,32)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADB79E

#ADB79E
(173,183,158)
#B4BDA6
(180,189,166)
#BBC3AE
(187,195,174)
#C2C9B6
(194,201,182)
#C9CFBE
(201,207,190)
#D0D5C6
(208,213,198)
#D7DBCE
(215,219,206)
#DEE1D6
(222,225,214)
#E5E7DE
(229,231,222)
#ECEDE6
(236,237,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB79E; }

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

This text font color is #ADB79E.

Background Color

.myBgColor { background-color: #ADB79E; }

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

This div background color is #ADB79E.

Border color

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

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

This div border color is #ADB79E.

Opacity

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

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

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

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

This text has shadow with #ADB79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB79E.

Preview

Color preview on black background

This text has color #ADB79E on black background.


Color preview on white background

This text has color #ADB79E on white background.


Black color preview on #ADB79E background

This text has black color on #ADB79E background.


White color preview on #ADB79E background

This text has white color on #ADB79E background.


Related colors

Complementary color

Complementary color for #hex is #524861.


I love getcolorcode.com

Triadic colors

1 #9EADB7 and #B79EAD with #ADB79E are triadic colors.

2 #9EB7AD and #B7AD9E with #ADB79E are triadic colors.