COLOR #ADB78B

HEX: #ADB78B RGB: (173,183,139)

Color info

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

RGB color model

#ADB78B color RGB value is (173,183,139).

RGB: (173,183,139) (68%, 72%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 139 of 255 = 55%

173
183
139

R + G + B ~ 65%. #ADB78B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 183 + 139 = 495 (100%)
R 173 of 495 ~ 34.95%
G 183 of 495 ~ 36.97%
B 139 of 495 ~ 28.08'%

%34.95
%36.97
%28.08

CMYK color model

#ADB78B color CMYK value is (5,0,24,28).

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

CMYK: (5,0,24,28)
C5M0Y24K28 (5%, 0%, 24%, 28%)
(0.05 / 0.00 / 0.24 / 0.28)

CMYK percentages

%5.46
%0
%24.04
%28.24

Codes

Color #ADB78B in popluar color models

AD B7 8B
RGB 173 183 139
HSL 74° 23.40% 63.14%
HSB/HSV 74° 24.04% 71.76%
CMYK 5.46% 0.00% 24.04%
28.24%

Color #ADB78B in popluar number systems.

HEX AD B7 8B
Decimal 173 183 139
Binary 10101101 10110111 10001011
Octal 255 267 213

Shades and tints

Shades of #ADB78B

#ADB78B
(173,183,139)
#9EA77F
(158,167,127)
#8F9773
(143,151,115)
#808767
(128,135,103)
#71775B
(113,119,91)
#62674F
(98,103,79)
#535743
(83,87,67)
#444737
(68,71,55)
#35372B
(53,55,43)
#26271F
(38,39,31)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADB78B

#ADB78B
(173,183,139)
#B4BD95
(180,189,149)
#BBC39F
(187,195,159)
#C2C9A9
(194,201,169)
#C9CFB3
(201,207,179)
#D0D5BD
(208,213,189)
#D7DBC7
(215,219,199)
#DEE1D1
(222,225,209)
#E5E7DB
(229,231,219)
#ECEDE5
(236,237,229)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB78B; }

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

This text font color is #ADB78B.

Background Color

.myBgColor { background-color: #ADB78B; }

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

This div background color is #ADB78B.

Border color

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

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

This div border color is #ADB78B.

Opacity

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

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

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

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

This text has shadow with #ADB78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB78B.

Preview

Color preview on black background

This text has color #ADB78B on black background.


Color preview on white background

This text has color #ADB78B on white background.


Black color preview on #ADB78B background

This text has black color on #ADB78B background.


White color preview on #ADB78B background

This text has white color on #ADB78B background.


Related colors

Complementary color

Complementary color for #hex is #524874.


I love getcolorcode.com

Triadic colors

1 #8BADB7 and #B78BAD with #ADB78B are triadic colors.

2 #8BB7AD and #B7AD8B with #ADB78B are triadic colors.