COLOR #ADADB2

HEX: #ADADB2 RGB: (173,173,178)

Color info

#ADADB2 contains red, green and blue colors in about the same proportion. Web safe color of #ADADB2 is #999999 (or #999).

RGB color model

#ADADB2 color RGB value is (173,173,178).

RGB: (173,173,178) (68%, 68%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 178 of 255 = 70%

173
173
178

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

Portions of RGB colors in percentages

R + G + B = 173 + 173 + 178 = 524 (100%)
R 173 of 524 ~ 33.02%
G 173 of 524 ~ 33.02%
B 178 of 524 ~ 33.97'%

%33.02
%33.02
%33.97

CMYK color model

#ADADB2 color CMYK value is (3,3,0,30).

  • cyan value is 2.81%
  • magenta value is 2.81%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (3,3,0,30)
C3M3Y0K30 (3%, 3%, 0%, 30%)
(0.03 / 0.03 / 0.00 / 0.30)

CMYK percentages

%2.81
%2.81
%0
%30.2

Codes

Color #ADADB2 in popluar color models

AD AD B2
RGB 173 173 178
HSL 240° 3.14% 68.82%
HSB/HSV 240° 2.81% 69.80%
CMYK 2.81% 2.81% 0.00%
30.20%

Color #ADADB2 in popluar number systems.

HEX AD AD B2
Decimal 173 173 178
Binary 10101101 10101101 10110010
Octal 255 255 262

Shades and tints

Shades of #ADADB2

#ADADB2
(173,173,178)
#9E9EA2
(158,158,162)
#8F8F92
(143,143,146)
#808082
(128,128,130)
#717172
(113,113,114)
#626262
(98,98,98)
#535352
(83,83,82)
#444442
(68,68,66)
#353532
(53,53,50)
#262622
(38,38,34)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADADB2

#ADADB2
(173,173,178)
#B4B4B9
(180,180,185)
#BBBBC0
(187,187,192)
#C2C2C7
(194,194,199)
#C9C9CE
(201,201,206)
#D0D0D5
(208,208,213)
#D7D7DC
(215,215,220)
#DEDEE3
(222,222,227)
#E5E5EA
(229,229,234)
#ECECF1
(236,236,241)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADB2; }

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

This text font color is #ADADB2.

Background Color

.myBgColor { background-color: #ADADB2; }

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

This div background color is #ADADB2.

Border color

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

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

This div border color is #ADADB2.

Opacity

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

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

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

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

This text has shadow with #ADADB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADB2.

Preview

Color preview on black background

This text has color #ADADB2 on black background.


Color preview on white background

This text has color #ADADB2 on white background.


Black color preview on #ADADB2 background

This text has black color on #ADADB2 background.


White color preview on #ADADB2 background

This text has white color on #ADADB2 background.


Related colors

Complementary color

Complementary color for #hex is #52524D.


I love getcolorcode.com