COLOR #ADB87D

HEX: #ADB87D
RGB: (173,184,125)

Color info

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

RGB color model

#ADB87D color RGB value is (173,184,125).

  • red value is 173;
  • green value is 184;
  • blue value is 125.
RGB:
(173,184,125)
(68%,72%,49%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 125 of 255 = 49%

173
184
125

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

Portions of RGB colors in percentages

R + G + B =
173 + 184 + 125 = 482 (100%)
R 173 of 482 ~ 35.89%
G 184 of 482 ~ 38.17%
B 125 of 482 ~ 25.93%

%35.89
%38.17
%25.93

CMYK color model

#ADB87D color CMYK value is (6,0,32,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 27.84%
CMYK:
(6,0,32,28)
C6M0Y32K28 
(6%,0%,32%,28%)
(0.06/0.00/0.32/0.28)	

CMYK percentages

%5.98
%0
%32.07
%27.84

Codes

Color #ADB87D in popluar color models

ADB87D
RGB173184125
HSL71°29.35%60.59%
HSB/HSV71°32.07%72.16%
CMYK5.98%0.00%32.07%
27.84%

Color #ADB87D in popluar number systems.

HEXADB87D
Decimal173184125
Binary10101101101110001111101
Octal255270175

Shades and tints

Shades of #ADB87D

#ADB87D
(173,184,125)
#9EA872
(158,168,114)
#8F9867
(143,152,103)
#80885C
(128,136,92)
#717851
(113,120,81)
#626846
(98,104,70)
#53583B
(83,88,59)
#444830
(68,72,48)
#353825
(53,56,37)
#26281A
(38,40,26)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADB87D

#ADB87D
(173,184,125)
#B4BE88
(180,190,136)
#BBC493
(187,196,147)
#C2CA9E
(194,202,158)
#C9D0A9
(201,208,169)
#D0D6B4
(208,214,180)
#D7DCBF
(215,220,191)
#DEE2CA
(222,226,202)
#E5E8D5
(229,232,213)
#ECEEE0
(236,238,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB87D; }

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

This text font color is #ADB87D.


Background Color

.myBgColor { background-color: #ADB87D; }

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

This div background color is #ADB87D.


Border color

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

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

This div border color is #ADB87D.


Opacity

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

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

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

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

This text has shadow with #ADB87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB87D on black background.


Color preview on white background

This text has color #ADB87D on white background.



Black color preview on #ADB87D background

This text has black color on #ADB87D background.


White color preview on #ADB87D background

This text has white color on #ADB87D background.