COLOR #ADB5B8

HEX: #ADB5B8
RGB: (173,181,184)

Color info

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

RGB color model

#ADB5B8 color RGB value is (173,181,184).

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

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 184 of 255 = 72%

173
181
184

R + G + B ~ 70%. #ADB5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 181 + 184 = 538 (100%)
R 173 of 538 ~ 32.16%
G 181 of 538 ~ 33.64%
B 184 of 538 ~ 34.2%

%32.16
%33.64
%34.2

CMYK color model

#ADB5B8 color CMYK value is (6,2,0,28).

  • cyan value is 5.98%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(6,2,0,28)
C6M2Y0K28 
(6%,2%,0%,28%)
(0.06/0.02/0.00/0.28)	

CMYK percentages

%5.98
%1.63
%0
%27.84

Codes

Color #ADB5B8 in popluar color models

ADB5B8
RGB173181184
HSL196°7.19%70.00%
HSB/HSV196°5.98%72.16%
CMYK5.98%1.63%0.00%
27.84%

Color #ADB5B8 in popluar number systems.

HEXADB5B8
Decimal173181184
Binary101011011011010110111000
Octal255265270

Shades and tints

Shades of #ADB5B8

#ADB5B8
(173,181,184)
#9EA5A8
(158,165,168)
#8F9598
(143,149,152)
#808588
(128,133,136)
#717578
(113,117,120)
#626568
(98,101,104)
#535558
(83,85,88)
#444548
(68,69,72)
#353538
(53,53,56)
#262528
(38,37,40)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADB5B8

#ADB5B8
(173,181,184)
#B4BBBE
(180,187,190)
#BBC1C4
(187,193,196)
#C2C7CA
(194,199,202)
#C9CDD0
(201,205,208)
#D0D3D6
(208,211,214)
#D7D9DC
(215,217,220)
#DEDFE2
(222,223,226)
#E5E5E8
(229,229,232)
#ECEBEE
(236,235,238)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5B8; }

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

This text font color is #ADB5B8.


Background Color

.myBgColor { background-color: #ADB5B8; }

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

This div background color is #ADB5B8.


Border color

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

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

This div border color is #ADB5B8.


Opacity

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

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

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

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

This text has shadow with #ADB5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5B8 on black background.


Color preview on white background

This text has color #ADB5B8 on white background.



Black color preview on #ADB5B8 background

This text has black color on #ADB5B8 background.


White color preview on #ADB5B8 background

This text has white color on #ADB5B8 background.