COLOR #ADB8AC

HEX: #ADB8AC RGB: (173,184,172)

Color info

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

RGB color model

#ADB8AC color RGB value is (173,184,172).

RGB: (173,184,172) (68%, 72%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 172 of 255 = 67%

173
184
172

R + G + B ~ 69%. #ADB8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 172 = 529 (100%)
R 173 of 529 ~ 32.7%
G 184 of 529 ~ 34.78%
B 172 of 529 ~ 32.51'%

%32.7
%34.78
%32.51

CMYK color model

#ADB8AC color CMYK value is (6,0,7,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 27.84%

CMYK: (6,0,7,28)
C6M0Y7K28 (6%, 0%, 7%, 28%)
(0.06 / 0.00 / 0.07 / 0.28)

CMYK percentages

%5.98
%0
%6.52
%27.84

Codes

Color #ADB8AC in popluar color models

AD B8 AC
RGB 173 184 172
HSL 115° 7.79% 69.80%
HSB/HSV 115° 6.52% 72.16%
CMYK 5.98% 0.00% 6.52%
27.84%

Color #ADB8AC in popluar number systems.

HEX AD B8 AC
Decimal 173 184 172
Binary 10101101 10111000 10101100
Octal 255 270 254

Shades and tints

Shades of #ADB8AC

#ADB8AC
(173,184,172)
#9EA89D
(158,168,157)
#8F988E
(143,152,142)
#80887F
(128,136,127)
#717870
(113,120,112)
#626861
(98,104,97)
#535852
(83,88,82)
#444843
(68,72,67)
#353834
(53,56,52)
#262825
(38,40,37)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADB8AC

#ADB8AC
(173,184,172)
#B4BEB3
(180,190,179)
#BBC4BA
(187,196,186)
#C2CAC1
(194,202,193)
#C9D0C8
(201,208,200)
#D0D6CF
(208,214,207)
#D7DCD6
(215,220,214)
#DEE2DD
(222,226,221)
#E5E8E4
(229,232,228)
#ECEEEB
(236,238,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8AC; }

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

This text font color is #ADB8AC.

Background Color

.myBgColor { background-color: #ADB8AC; }

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

This div background color is #ADB8AC.

Border color

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

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

This div border color is #ADB8AC.

Opacity

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

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

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

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

This text has shadow with #ADB8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB8AC.

Preview

Color preview on black background

This text has color #ADB8AC on black background.


Color preview on white background

This text has color #ADB8AC on white background.


Black color preview on #ADB8AC background

This text has black color on #ADB8AC background.


White color preview on #ADB8AC background

This text has white color on #ADB8AC background.


Related colors

Complementary color

Complementary color for #hex is #524753.


I love getcolorcode.com

Triadic colors

1 #ACADB8 and #B8ACAD with #ADB8AC are triadic colors.

2 #ACB8AD and #B8ADAC with #ADB8AC are triadic colors.