COLOR #ADB9BD

HEX: #ADB9BD RGB: (173,185,189)

Color info

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

RGB color model

#ADB9BD color RGB value is (173,185,189).

RGB: (173,185,189) (68%, 73%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 189 of 255 = 74%

173
185
189

R + G + B ~ 72%. #ADB9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 185 + 189 = 547 (100%)
R 173 of 547 ~ 31.63%
G 185 of 547 ~ 33.82%
B 189 of 547 ~ 34.55'%

%31.63
%33.82
%34.55

CMYK color model

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

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

CMYK: (8,2,0,26)
C8M2Y0K26 (8%, 2%, 0%, 26%)
(0.08 / 0.02 / 0.00 / 0.26)

CMYK percentages

%8.47
%2.12
%0
%25.88

Codes

Color #ADB9BD in popluar color models

AD B9 BD
RGB 173 185 189
HSL 195° 10.81% 70.98%
HSB/HSV 195° 8.47% 74.12%
CMYK 8.47% 2.12% 0.00%
25.88%

Color #ADB9BD in popluar number systems.

HEX AD B9 BD
Decimal 173 185 189
Binary 10101101 10111001 10111101
Octal 255 271 275

Shades and tints

Shades of #ADB9BD

#ADB9BD
(173,185,189)
#9EA9AC
(158,169,172)
#8F999B
(143,153,155)
#80898A
(128,137,138)
#717979
(113,121,121)
#626968
(98,105,104)
#535957
(83,89,87)
#444946
(68,73,70)
#353935
(53,57,53)
#262924
(38,41,36)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADB9BD

#ADB9BD
(173,185,189)
#B4BFC3
(180,191,195)
#BBC5C9
(187,197,201)
#C2CBCF
(194,203,207)
#C9D1D5
(201,209,213)
#D0D7DB
(208,215,219)
#D7DDE1
(215,221,225)
#DEE3E7
(222,227,231)
#E5E9ED
(229,233,237)
#ECEFF3
(236,239,243)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB9BD; }

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

This text font color is #ADB9BD.

Background Color

.myBgColor { background-color: #ADB9BD; }

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

This div background color is #ADB9BD.

Border color

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

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

This div border color is #ADB9BD.

Opacity

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

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

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

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

This text has shadow with #ADB9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB9BD.

Preview

Color preview on black background

This text has color #ADB9BD on black background.


Color preview on white background

This text has color #ADB9BD on white background.


Black color preview on #ADB9BD background

This text has black color on #ADB9BD background.


White color preview on #ADB9BD background

This text has white color on #ADB9BD background.


Related colors

Complementary color

Complementary color for #hex is #524642.


I love getcolorcode.com

Triadic colors

1 #BDADB9 and #B9BDAD with #ADB9BD are triadic colors.

2 #BDB9AD and #B9ADBD with #ADB9BD are triadic colors.