COLOR #ADB688

HEX: #ADB688 RGB: (173,182,136)

Color info

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

RGB color model

#ADB688 color RGB value is (173,182,136).

RGB: (173,182,136) (68%, 71%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 182 of 255 = 71%
B 136 of 255 = 53%

173
182
136

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

Portions of RGB colors in percentages

R + G + B = 173 + 182 + 136 = 491 (100%)
R 173 of 491 ~ 35.23%
G 182 of 491 ~ 37.07%
B 136 of 491 ~ 27.7'%

%35.23
%37.07
%27.7

CMYK color model

#ADB688 color CMYK value is (5,0,25,29).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 25.27%
  • key color value is 28.63%

CMYK: (5,0,25,29)
C5M0Y25K29 (5%, 0%, 25%, 29%)
(0.05 / 0.00 / 0.25 / 0.29)

CMYK percentages

%4.95
%0
%25.27
%28.63

Codes

Color #ADB688 in popluar color models

AD B6 88
RGB 173 182 136
HSL 72° 23.96% 62.35%
HSB/HSV 72° 25.27% 71.37%
CMYK 4.95% 0.00% 25.27%
28.63%

Color #ADB688 in popluar number systems.

HEX AD B6 88
Decimal 173 182 136
Binary 10101101 10110110 10001000
Octal 255 266 210

Shades and tints

Shades of #ADB688

#ADB688
(173,182,136)
#9EA67C
(158,166,124)
#8F9670
(143,150,112)
#808664
(128,134,100)
#717658
(113,118,88)
#62664C
(98,102,76)
#535640
(83,86,64)
#444634
(68,70,52)
#353628
(53,54,40)
#26261C
(38,38,28)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #ADB688

#ADB688
(173,182,136)
#B4BC92
(180,188,146)
#BBC29C
(187,194,156)
#C2C8A6
(194,200,166)
#C9CEB0
(201,206,176)
#D0D4BA
(208,212,186)
#D7DAC4
(215,218,196)
#DEE0CE
(222,224,206)
#E5E6D8
(229,230,216)
#ECECE2
(236,236,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB688 color. Also use rgb(173,182,136) instead hex code.

Text Font Color

.myTextColor { color: #ADB688; }

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

This text font color is #ADB688.

Background Color

.myBgColor { background-color: #ADB688; }

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

This div background color is #ADB688.

Border color

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

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

This div border color is #ADB688.

Opacity

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

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

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

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

This text has shadow with #ADB688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB688.

Preview

Color preview on black background

This text has color #ADB688 on black background.


Color preview on white background

This text has color #ADB688 on white background.


Black color preview on #ADB688 background

This text has black color on #ADB688 background.


White color preview on #ADB688 background

This text has white color on #ADB688 background.


Related colors

Complementary color

Complementary color for #hex is #524977.


I love getcolorcode.com

Triadic colors

1 #88ADB6 and #B688AD with #ADB688 are triadic colors.

2 #88B6AD and #B6AD88 with #ADB688 are triadic colors.