COLOR #ADBD99

HEX: #ADBD99 RGB: (173,189,153)

Color info

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

RGB color model

#ADBD99 color RGB value is (173,189,153).

RGB: (173,189,153) (68%, 74%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 153 of 255 = 60%

173
189
153

R + G + B ~ 67%. #ADBD99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 189 + 153 = 515 (100%)
R 173 of 515 ~ 33.59%
G 189 of 515 ~ 36.7%
B 153 of 515 ~ 29.71'%

%33.59
%36.7
%29.71

CMYK color model

#ADBD99 color CMYK value is (8,0,19,26).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 25.88%

CMYK: (8,0,19,26)
C8M0Y19K26 (8%, 0%, 19%, 26%)
(0.08 / 0.00 / 0.19 / 0.26)

CMYK percentages

%8.47
%0
%19.05
%25.88

Codes

Color #ADBD99 in popluar color models

AD BD 99
RGB 173 189 153
HSL 87° 21.43% 67.06%
HSB/HSV 87° 19.05% 74.12%
CMYK 8.47% 0.00% 19.05%
25.88%

Color #ADBD99 in popluar number systems.

HEX AD BD 99
Decimal 173 189 153
Binary 10101101 10111101 10011001
Octal 255 275 231

Shades and tints

Shades of #ADBD99

#ADBD99
(173,189,153)
#9EAC8C
(158,172,140)
#8F9B7F
(143,155,127)
#808A72
(128,138,114)
#717965
(113,121,101)
#626858
(98,104,88)
#53574B
(83,87,75)
#44463E
(68,70,62)
#353531
(53,53,49)
#262424
(38,36,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADBD99

#ADBD99
(173,189,153)
#B4C3A2
(180,195,162)
#BBC9AB
(187,201,171)
#C2CFB4
(194,207,180)
#C9D5BD
(201,213,189)
#D0DBC6
(208,219,198)
#D7E1CF
(215,225,207)
#DEE7D8
(222,231,216)
#E5EDE1
(229,237,225)
#ECF3EA
(236,243,234)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBD99 color. Also use rgb(173,189,153) instead hex code.

Text Font Color

.myTextColor { color: #ADBD99; }

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

This text font color is #ADBD99.

Background Color

.myBgColor { background-color: #ADBD99; }

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

This div background color is #ADBD99.

Border color

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

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

This div border color is #ADBD99.

Opacity

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

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

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

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

This text has shadow with #ADBD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBD99.

Preview

Color preview on black background

This text has color #ADBD99 on black background.


Color preview on white background

This text has color #ADBD99 on white background.


Black color preview on #ADBD99 background

This text has black color on #ADBD99 background.


White color preview on #ADBD99 background

This text has white color on #ADBD99 background.


Related colors

Complementary color

Complementary color for #hex is #524266.


I love getcolorcode.com

Triadic colors

1 #99ADBD and #BD99AD with #ADBD99 are triadic colors.

2 #99BDAD and #BDAD99 with #ADBD99 are triadic colors.