COLOR #ADB4B6

HEX: #ADB4B6
RGB: (173,180,182)

Color info

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

RGB color model

#ADB4B6 color RGB value is (173,180,182).

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

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 182 of 255 = 71%

173
180
182

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

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 182 = 535 (100%)
R 173 of 535 ~ 32.34%
G 180 of 535 ~ 33.64%
B 182 of 535 ~ 34.02%

%32.34
%33.64
%34.02

CMYK color model

#ADB4B6 color CMYK value is (5,1,0,29).

  • cyan value is 4.95%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,1,0,29)
C5M1Y0K29 
(5%,1%,0%,29%)
(0.05/0.01/0.00/0.29)	

CMYK percentages

%4.95
%1.1
%0
%28.63

Codes

Color #ADB4B6 in popluar color models

ADB4B6
RGB173180182
HSL193°5.81%69.61%
HSB/HSV193°4.95%71.37%
CMYK4.95%1.10%0.00%
28.63%

Color #ADB4B6 in popluar number systems.

HEXADB4B6
Decimal173180182
Binary101011011011010010110110
Octal255264266

Shades and tints

Shades of #ADB4B6

#ADB4B6
(173,180,182)
#9EA4A6
(158,164,166)
#8F9496
(143,148,150)
#808486
(128,132,134)
#717476
(113,116,118)
#626466
(98,100,102)
#535456
(83,84,86)
#444446
(68,68,70)
#353436
(53,52,54)
#262426
(38,36,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADB4B6

#ADB4B6
(173,180,182)
#B4BABC
(180,186,188)
#BBC0C2
(187,192,194)
#C2C6C8
(194,198,200)
#C9CCCE
(201,204,206)
#D0D2D4
(208,210,212)
#D7D8DA
(215,216,218)
#DEDEE0
(222,222,224)
#E5E4E6
(229,228,230)
#ECEAEC
(236,234,236)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4B6; }

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

This text font color is #ADB4B6.


Background Color

.myBgColor { background-color: #ADB4B6; }

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

This div background color is #ADB4B6.


Border color

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

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

This div border color is #ADB4B6.


Opacity

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

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

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

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

This text has shadow with #ADB4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4B6 on black background.


Color preview on white background

This text has color #ADB4B6 on white background.



Black color preview on #ADB4B6 background

This text has black color on #ADB4B6 background.


White color preview on #ADB4B6 background

This text has white color on #ADB4B6 background.