COLOR #ADBA6F

HEX: #ADBA6F RGB: (173,186,111)

Color info

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

RGB color model

#ADBA6F color RGB value is (173,186,111).

RGB: (173,186,111) (68%, 73%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 111 of 255 = 44%

173
186
111

R + G + B ~ 62%. #ADBA6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 111 = 470 (100%)
R 173 of 470 ~ 36.81%
G 186 of 470 ~ 39.57%
B 111 of 470 ~ 23.62'%

%36.81
%39.57
%23.62

CMYK color model

#ADBA6F color CMYK value is (7,0,40,27).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 27.06%

CMYK: (7,0,40,27)
C7M0Y40K27 (7%, 0%, 40%, 27%)
(0.07 / 0.00 / 0.40 / 0.27)

CMYK percentages

%6.99
%0
%40.32
%27.06

Codes

Color #ADBA6F in popluar color models

AD BA 6F
RGB 173 186 111
HSL 70° 35.21% 58.24%
HSB/HSV 70° 40.32% 72.94%
CMYK 6.99% 0.00% 40.32%
27.06%

Color #ADBA6F in popluar number systems.

HEX AD BA 6F
Decimal 173 186 111
Binary 10101101 10111010 1101111
Octal 255 272 157

Shades and tints

Shades of #ADBA6F

#ADBA6F
(173,186,111)
#9EAA65
(158,170,101)
#8F9A5B
(143,154,91)
#808A51
(128,138,81)
#717A47
(113,122,71)
#626A3D
(98,106,61)
#535A33
(83,90,51)
#444A29
(68,74,41)
#353A1F
(53,58,31)
#262A15
(38,42,21)
#171A0B
(23,26,11)
#000000
(0,0,0)

Tints of #ADBA6F

#ADBA6F
(173,186,111)
#B4C07C
(180,192,124)
#BBC689
(187,198,137)
#C2CC96
(194,204,150)
#C9D2A3
(201,210,163)
#D0D8B0
(208,216,176)
#D7DEBD
(215,222,189)
#DEE4CA
(222,228,202)
#E5EAD7
(229,234,215)
#ECF0E4
(236,240,228)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBA6F color. Also use rgb(173,186,111) instead hex code.

Text Font Color

.myTextColor { color: #ADBA6F; }

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

This text font color is #ADBA6F.

Background Color

.myBgColor { background-color: #ADBA6F; }

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

This div background color is #ADBA6F.

Border color

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

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

This div border color is #ADBA6F.

Opacity

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

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

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

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

This text has shadow with #ADBA6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBA6F.

Preview

Color preview on black background

This text has color #ADBA6F on black background.


Color preview on white background

This text has color #ADBA6F on white background.


Black color preview on #ADBA6F background

This text has black color on #ADBA6F background.


White color preview on #ADBA6F background

This text has white color on #ADBA6F background.


Related colors

Complementary color

Complementary color for #hex is #524590.


I love getcolorcode.com

Triadic colors

1 #6FADBA and #BA6FAD with #ADBA6F are triadic colors.

2 #6FBAAD and #BAAD6F with #ADBA6F are triadic colors.