COLOR #ADBD8C

HEX: #ADBD8C RGB: (173,189,140)

Color info

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

RGB color model

#ADBD8C color RGB value is (173,189,140).

RGB: (173,189,140) (68%, 74%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 140 of 255 = 55%

173
189
140

R + G + B ~ 66%. #ADBD8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 189 + 140 = 502 (100%)
R 173 of 502 ~ 34.46%
G 189 of 502 ~ 37.65%
B 140 of 502 ~ 27.89'%

%34.46
%37.65
%27.89

CMYK color model

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

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK: (8,0,26,26) C8M0Y26K26 (8%,0%,26%,26%) (0.08/0.00/0.26/0.26) 

CMYK percentages

%8.47
%0
%25.93
%25.88

Codes

Color #ADBD8C in popluar color models

AD BD 8C
RGB 173 189 140
HSL 80° 27.07% 64.51%
HSB/HSV 80° 25.93% 74.12%
CMYK 8.47% 0.00% 25.93%
25.88%

Color #ADBD8C in popluar number systems.

HEX AD BD 8C
Decimal 173 189 140
Binary 10101101 10111101 10001100
Octal 255 275 214

Shades and tints

Shades of #ADBD8C

#ADBD8C
(173,189,140)
#9EAC80
(158,172,128)
#8F9B74
(143,155,116)
#808A68
(128,138,104)
#71795C
(113,121,92)
#626850
(98,104,80)
#535744
(83,87,68)
#444638
(68,70,56)
#35352C
(53,53,44)
#262420
(38,36,32)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #ADBD8C

#ADBD8C
(173,189,140)
#B4C396
(180,195,150)
#BBC9A0
(187,201,160)
#C2CFAA
(194,207,170)
#C9D5B4
(201,213,180)
#D0DBBE
(208,219,190)
#D7E1C8
(215,225,200)
#DEE7D2
(222,231,210)
#E5EDDC
(229,237,220)
#ECF3E6
(236,243,230)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBD8C; }

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

This text font color is #ADBD8C.

Background Color

.myBgColor { background-color: #ADBD8C; }

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

This div background color is #ADBD8C.

Border color

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

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

This div border color is #ADBD8C.

Opacity

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

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

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

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

This text has shadow with #ADBD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBD8C.

Preview

Color preview on black background

This text has color #ADBD8C on black background.


Color preview on white background

This text has color #ADBD8C on white background.


Black color preview on #ADBD8C background

This text has black color on #ADBD8C background.


White color preview on #ADBD8C background

This text has white color on #ADBD8C background.


Related colors

Complementary color

Complementary color for #hex is #524273.


I love getcolorcode.com

Triadic colors

1 #8CADBD and #BD8CAD with #ADBD8C are triadic colors.

2 #8CBDAD and #BDAD8C with #ADBD8C are triadic colors.