COLOR #ADBA85

HEX: #ADBA85 RGB: (173,186,133)

Color info

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

RGB color model

#ADBA85 color RGB value is (173,186,133).

RGB: (173,186,133) (68%, 73%, 52%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 133 of 255 = 52%

173
186
133

R + G + B ~ 64%. #ADBA85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 133 = 492 (100%)
R 173 of 492 ~ 35.16%
G 186 of 492 ~ 37.8%
B 133 of 492 ~ 27.03'%

%35.16
%37.8
%27.03

CMYK color model

#ADBA85 color CMYK value is (7,0,28,27).

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

CMYK: (7,0,28,27)
C7M0Y28K27 (7%, 0%, 28%, 27%)
(0.07 / 0.00 / 0.28 / 0.27)

CMYK percentages

%6.99
%0
%28.49
%27.06

Codes

Color #ADBA85 in popluar color models

AD BA 85
RGB 173 186 133
HSL 75° 27.75% 62.55%
HSB/HSV 75° 28.49% 72.94%
CMYK 6.99% 0.00% 28.49%
27.06%

Color #ADBA85 in popluar number systems.

HEX AD BA 85
Decimal 173 186 133
Binary 10101101 10111010 10000101
Octal 255 272 205

Shades and tints

Shades of #ADBA85

#ADBA85
(173,186,133)
#9EAA79
(158,170,121)
#8F9A6D
(143,154,109)
#808A61
(128,138,97)
#717A55
(113,122,85)
#626A49
(98,106,73)
#535A3D
(83,90,61)
#444A31
(68,74,49)
#353A25
(53,58,37)
#262A19
(38,42,25)
#171A0D
(23,26,13)
#000000
(0,0,0)

Tints of #ADBA85

#ADBA85
(173,186,133)
#B4C090
(180,192,144)
#BBC69B
(187,198,155)
#C2CCA6
(194,204,166)
#C9D2B1
(201,210,177)
#D0D8BC
(208,216,188)
#D7DEC7
(215,222,199)
#DEE4D2
(222,228,210)
#E5EADD
(229,234,221)
#ECF0E8
(236,240,232)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBA85; }

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

This text font color is #ADBA85.

Background Color

.myBgColor { background-color: #ADBA85; }

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

This div background color is #ADBA85.

Border color

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

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

This div border color is #ADBA85.

Opacity

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

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

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

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

This text has shadow with #ADBA85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBA85.

Preview

Color preview on black background

This text has color #ADBA85 on black background.


Color preview on white background

This text has color #ADBA85 on white background.


Black color preview on #ADBA85 background

This text has black color on #ADBA85 background.


White color preview on #ADBA85 background

This text has white color on #ADBA85 background.


Related colors

Complementary color

Complementary color for #hex is #52457A.


I love getcolorcode.com

Triadic colors

1 #85ADBA and #BA85AD with #ADBA85 are triadic colors.

2 #85BAAD and #BAAD85 with #ADBA85 are triadic colors.