COLOR #ADB87F

HEX: #ADB87F RGB: (173,184,127)

Color info

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

RGB color model

#ADB87F color RGB value is (173,184,127).

RGB: (173,184,127) (68%, 72%, 50%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 127 of 255 = 50%

173
184
127

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

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 127 = 484 (100%)
R 173 of 484 ~ 35.74%
G 184 of 484 ~ 38.02%
B 127 of 484 ~ 26.24'%

%35.74
%38.02
%26.24

CMYK color model

#ADB87F color CMYK value is (6,0,31,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%

CMYK: (6,0,31,28)
C6M0Y31K28 (6%, 0%, 31%, 28%)
(0.06 / 0.00 / 0.31 / 0.28)

CMYK percentages

%5.98
%0
%30.98
%27.84

Codes

Color #ADB87F in popluar color models

AD B8 7F
RGB 173 184 127
HSL 72° 28.64% 60.98%
HSB/HSV 72° 30.98% 72.16%
CMYK 5.98% 0.00% 30.98%
27.84%

Color #ADB87F in popluar number systems.

HEX AD B8 7F
Decimal 173 184 127
Binary 10101101 10111000 1111111
Octal 255 270 177

Shades and tints

Shades of #ADB87F

#ADB87F
(173,184,127)
#9EA874
(158,168,116)
#8F9869
(143,152,105)
#80885E
(128,136,94)
#717853
(113,120,83)
#626848
(98,104,72)
#53583D
(83,88,61)
#444832
(68,72,50)
#353827
(53,56,39)
#26281C
(38,40,28)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADB87F

#ADB87F
(173,184,127)
#B4BE8A
(180,190,138)
#BBC495
(187,196,149)
#C2CAA0
(194,202,160)
#C9D0AB
(201,208,171)
#D0D6B6
(208,214,182)
#D7DCC1
(215,220,193)
#DEE2CC
(222,226,204)
#E5E8D7
(229,232,215)
#ECEEE2
(236,238,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB87F color. Also use rgb(173,184,127) instead hex code.

Text Font Color

.myTextColor { color: #ADB87F; }

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

This text font color is #ADB87F.

Background Color

.myBgColor { background-color: #ADB87F; }

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

This div background color is #ADB87F.

Border color

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

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

This div border color is #ADB87F.

Opacity

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

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

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

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

This text has shadow with #ADB87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB87F.

Preview

Color preview on black background

This text has color #ADB87F on black background.


Color preview on white background

This text has color #ADB87F on white background.


Black color preview on #ADB87F background

This text has black color on #ADB87F background.


White color preview on #ADB87F background

This text has white color on #ADB87F background.


Related colors

Complementary color

Complementary color for #hex is #524780.


I love getcolorcode.com

Triadic colors

1 #7FADB8 and #B87FAD with #ADB87F are triadic colors.

2 #7FB8AD and #B8AD7F with #ADB87F are triadic colors.