COLOR #ADBC76

HEX: #ADBC76 RGB: (173,188,118)

Color info

#ADBC76 contains mainly red and green colors. Web safe color of #ADBC76 is #99CC66 (or #9C6).

RGB color model

#ADBC76 color RGB value is (173,188,118).

RGB: (173,188,118) (68%, 74%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 118 of 255 = 46%

173
188
118

R + G + B ~ 63%. #ADBC76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 188 + 118 = 479 (100%)
R 173 of 479 ~ 36.12%
G 188 of 479 ~ 39.25%
B 118 of 479 ~ 24.63'%

%36.12
%39.25
%24.63

CMYK color model

#ADBC76 color CMYK value is (8,0,37,26).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 26.27%

CMYK: (8,0,37,26)
C8M0Y37K26 (8%, 0%, 37%, 26%)
(0.08 / 0.00 / 0.37 / 0.26)

CMYK percentages

%7.98
%0
%37.23
%26.27

Codes

Color #ADBC76 in popluar color models

AD BC 76
RGB 173 188 118
HSL 73° 34.31% 60.00%
HSB/HSV 73° 37.23% 73.73%
CMYK 7.98% 0.00% 37.23%
26.27%

Color #ADBC76 in popluar number systems.

HEX AD BC 76
Decimal 173 188 118
Binary 10101101 10111100 1110110
Octal 255 274 166

Shades and tints

Shades of #ADBC76

#ADBC76
(173,188,118)
#9EAB6C
(158,171,108)
#8F9A62
(143,154,98)
#808958
(128,137,88)
#71784E
(113,120,78)
#626744
(98,103,68)
#53563A
(83,86,58)
#444530
(68,69,48)
#353426
(53,52,38)
#26231C
(38,35,28)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADBC76

#ADBC76
(173,188,118)
#B4C282
(180,194,130)
#BBC88E
(187,200,142)
#C2CE9A
(194,206,154)
#C9D4A6
(201,212,166)
#D0DAB2
(208,218,178)
#D7E0BE
(215,224,190)
#DEE6CA
(222,230,202)
#E5ECD6
(229,236,214)
#ECF2E2
(236,242,226)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBC76 color. Also use rgb(173,188,118) instead hex code.

Text Font Color

.myTextColor { color: #ADBC76; }

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

This text font color is #ADBC76.

Background Color

.myBgColor { background-color: #ADBC76; }

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

This div background color is #ADBC76.

Border color

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

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

This div border color is #ADBC76.

Opacity

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

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

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

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

This text has shadow with #ADBC76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBC76.

Preview

Color preview on black background

This text has color #ADBC76 on black background.


Color preview on white background

This text has color #ADBC76 on white background.


Black color preview on #ADBC76 background

This text has black color on #ADBC76 background.


White color preview on #ADBC76 background

This text has white color on #ADBC76 background.


Related colors

Complementary color

Complementary color for #hex is #524389.


I love getcolorcode.com

Triadic colors

1 #76ADBC and #BC76AD with #ADBC76 are triadic colors.

2 #76BCAD and #BCAD76 with #ADBC76 are triadic colors.