COLOR #ADB8BD

HEX: #ADB8BD
RGB: (173,184,189)

Color info

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

RGB color model

#ADB8BD color RGB value is (173,184,189).

  • red value is 173;
  • green value is 184;
  • blue value is 189.
RGB:
(173,184,189)
(68%,72%,74%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 189 of 255 = 74%

173
184
189

R + G + B ~ 71%. #ADB8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 184 + 189 = 546 (100%)
R 173 of 546 ~ 31.68%
G 184 of 546 ~ 33.7%
B 189 of 546 ~ 34.62%

%31.68
%33.7
%34.62

CMYK color model

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

  • cyan value is 8.47%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,3,0,26)
C8M3Y0K26 
(8%,3%,0%,26%)
(0.08/0.03/0.00/0.26)	

CMYK percentages

%8.47
%2.65
%0
%25.88

Codes

Color #ADB8BD in popluar color models

ADB8BD
RGB173184189
HSL199°10.81%70.98%
HSB/HSV199°8.47%74.12%
CMYK8.47%2.65%0.00%
25.88%

Color #ADB8BD in popluar number systems.

HEXADB8BD
Decimal173184189
Binary101011011011100010111101
Octal255270275

Shades and tints

Shades of #ADB8BD

#ADB8BD
(173,184,189)
#9EA8AC
(158,168,172)
#8F989B
(143,152,155)
#80888A
(128,136,138)
#717879
(113,120,121)
#626868
(98,104,104)
#535857
(83,88,87)
#444846
(68,72,70)
#353835
(53,56,53)
#262824
(38,40,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADB8BD

#ADB8BD
(173,184,189)
#B4BEC3
(180,190,195)
#BBC4C9
(187,196,201)
#C2CACF
(194,202,207)
#C9D0D5
(201,208,213)
#D0D6DB
(208,214,219)
#D7DCE1
(215,220,225)
#DEE2E7
(222,226,231)
#E5E8ED
(229,232,237)
#ECEEF3
(236,238,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB8BD; }

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

This text font color is #ADB8BD.


Background Color

.myBgColor { background-color: #ADB8BD; }

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

This div background color is #ADB8BD.


Border color

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

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

This div border color is #ADB8BD.


Opacity

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

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

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

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

This text has shadow with #ADB8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB8BD on black background.


Color preview on white background

This text has color #ADB8BD on white background.



Black color preview on #ADB8BD background

This text has black color on #ADB8BD background.


White color preview on #ADB8BD background

This text has white color on #ADB8BD background.