COLOR #ADB6B8

HEX: #ADB6B8
RGB: (173,182,184)

Color info

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

RGB color model

#ADB6B8 color RGB value is (173,182,184).

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

RGB channels and saturation

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

173
182
184

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

Portions of RGB colors in percentages

R + G + B =
173 + 182 + 184 = 539 (100%)
R 173 of 539 ~ 32.1%
G 182 of 539 ~ 33.77%
B 184 of 539 ~ 34.14%

%32.1
%33.77
%34.14

CMYK color model

#ADB6B8 color CMYK value is (6,1,0,28).

  • cyan value is 5.98%
  • magenta value is 1.09%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(6,1,0,28)
C6M1Y0K28 
(6%,1%,0%,28%)
(0.06/0.01/0.00/0.28)	

CMYK percentages

%5.98
%1.09
%0
%27.84

Codes

Color #ADB6B8 in popluar color models

ADB6B8
RGB173182184
HSL191°7.19%70.00%
HSB/HSV191°5.98%72.16%
CMYK5.98%1.09%0.00%
27.84%

Color #ADB6B8 in popluar number systems.

HEXADB6B8
Decimal173182184
Binary101011011011011010111000
Octal255266270

Shades and tints

Shades of #ADB6B8

#ADB6B8
(173,182,184)
#9EA6A8
(158,166,168)
#8F9698
(143,150,152)
#808688
(128,134,136)
#717678
(113,118,120)
#626668
(98,102,104)
#535658
(83,86,88)
#444648
(68,70,72)
#353638
(53,54,56)
#262628
(38,38,40)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADB6B8

#ADB6B8
(173,182,184)
#B4BCBE
(180,188,190)
#BBC2C4
(187,194,196)
#C2C8CA
(194,200,202)
#C9CED0
(201,206,208)
#D0D4D6
(208,212,214)
#D7DADC
(215,218,220)
#DEE0E2
(222,224,226)
#E5E6E8
(229,230,232)
#ECECEE
(236,236,238)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB6B8; }

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

This text font color is #ADB6B8.


Background Color

.myBgColor { background-color: #ADB6B8; }

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

This div background color is #ADB6B8.


Border color

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

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

This div border color is #ADB6B8.


Opacity

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

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

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

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

This text has shadow with #ADB6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB6B8 on black background.


Color preview on white background

This text has color #ADB6B8 on white background.



Black color preview on #ADB6B8 background

This text has black color on #ADB6B8 background.


White color preview on #ADB6B8 background

This text has white color on #ADB6B8 background.