COLOR #ADB888

HEX: #ADB888 RGB: (173,184,136)

Color info

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

RGB color model

#ADB888 color RGB value is (173,184,136).

RGB: (173,184,136) (68%, 72%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 136 of 255 = 53%

173
184
136

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

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 136 = 493 (100%)
R 173 of 493 ~ 35.09%
G 184 of 493 ~ 37.32%
B 136 of 493 ~ 27.59'%

%35.09
%37.32
%27.59

CMYK color model

#ADB888 color CMYK value is (6,0,26,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 27.84%
CMYK: (6,0,26,28) C6M0Y26K28 (6%,0%,26%,28%) (0.06/0.00/0.26/0.28) 

CMYK percentages

%5.98
%0
%26.09
%27.84

Codes

Color #ADB888 in popluar color models

AD B8 88
RGB 173 184 136
HSL 74° 25.26% 62.75%
HSB/HSV 74° 26.09% 72.16%
CMYK 5.98% 0.00% 26.09%
27.84%

Color #ADB888 in popluar number systems.

HEX AD B8 88
Decimal 173 184 136
Binary 10101101 10111000 10001000
Octal 255 270 210

Shades and tints

Shades of #ADB888

#ADB888
(173,184,136)
#9EA87C
(158,168,124)
#8F9870
(143,152,112)
#808864
(128,136,100)
#717858
(113,120,88)
#62684C
(98,104,76)
#535840
(83,88,64)
#444834
(68,72,52)
#353828
(53,56,40)
#26281C
(38,40,28)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #ADB888

#ADB888
(173,184,136)
#B4BE92
(180,190,146)
#BBC49C
(187,196,156)
#C2CAA6
(194,202,166)
#C9D0B0
(201,208,176)
#D0D6BA
(208,214,186)
#D7DCC4
(215,220,196)
#DEE2CE
(222,226,206)
#E5E8D8
(229,232,216)
#ECEEE2
(236,238,226)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB888; }

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

This text font color is #ADB888.

Background Color

.myBgColor { background-color: #ADB888; }

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

This div background color is #ADB888.

Border color

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

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

This div border color is #ADB888.

Opacity

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

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

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

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

This text has shadow with #ADB888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB888.

Preview

Color preview on black background

This text has color #ADB888 on black background.


Color preview on white background

This text has color #ADB888 on white background.


Black color preview on #ADB888 background

This text has black color on #ADB888 background.


White color preview on #ADB888 background

This text has white color on #ADB888 background.


Related colors

Complementary color

Complementary color for #hex is #524777.


I love getcolorcode.com

Triadic colors

1 #88ADB8 and #B888AD with #ADB888 are triadic colors.

2 #88B8AD and #B8AD88 with #ADB888 are triadic colors.