COLOR #ADB1B6

HEX: #ADB1B6
RGB: (173,177,182)

Color info

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

RGB color model

#ADB1B6 color RGB value is (173,177,182).

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

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 182 of 255 = 71%

173
177
182

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

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 182 = 532 (100%)
R 173 of 532 ~ 32.52%
G 177 of 532 ~ 33.27%
B 182 of 532 ~ 34.21%

%32.52
%33.27
%34.21

CMYK color model

#ADB1B6 color CMYK value is (5,3,0,29).

  • cyan value is 4.95%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,3,0,29)
C5M3Y0K29 
(5%,3%,0%,29%)
(0.05/0.03/0.00/0.29)	

CMYK percentages

%4.95
%2.75
%0
%28.63

Codes

Color #ADB1B6 in popluar color models

ADB1B6
RGB173177182
HSL213°5.81%69.61%
HSB/HSV213°4.95%71.37%
CMYK4.95%2.75%0.00%
28.63%

Color #ADB1B6 in popluar number systems.

HEXADB1B6
Decimal173177182
Binary101011011011000110110110
Octal255261266

Shades and tints

Shades of #ADB1B6

#ADB1B6
(173,177,182)
#9EA1A6
(158,161,166)
#8F9196
(143,145,150)
#808186
(128,129,134)
#717176
(113,113,118)
#626166
(98,97,102)
#535156
(83,81,86)
#444146
(68,65,70)
#353136
(53,49,54)
#262126
(38,33,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #ADB1B6

#ADB1B6
(173,177,182)
#B4B8BC
(180,184,188)
#BBBFC2
(187,191,194)
#C2C6C8
(194,198,200)
#C9CDCE
(201,205,206)
#D0D4D4
(208,212,212)
#D7DBDA
(215,219,218)
#DEE2E0
(222,226,224)
#E5E9E6
(229,233,230)
#ECF0EC
(236,240,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1B6; }

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

This text font color is #ADB1B6.


Background Color

.myBgColor { background-color: #ADB1B6; }

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

This div background color is #ADB1B6.


Border color

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

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

This div border color is #ADB1B6.


Opacity

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

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

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

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

This text has shadow with #ADB1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1B6 on black background.


Color preview on white background

This text has color #ADB1B6 on white background.



Black color preview on #ADB1B6 background

This text has black color on #ADB1B6 background.


White color preview on #ADB1B6 background

This text has white color on #ADB1B6 background.