COLOR #ADADB1

HEX: #ADADB1
RGB: (173,173,177)

Color info

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

RGB color model

#ADADB1 color RGB value is (173,173,177).

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

RGB channels and saturation

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

173
173
177

R + G + B ~ 68%. #ADADB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 177 = 523 (100%)
R 173 of 523 ~ 33.08%
G 173 of 523 ~ 33.08%
B 177 of 523 ~ 33.84%

%33.08
%33.08
%33.84

CMYK color model

#ADADB1 color CMYK value is (2,2,0,31).

  • cyan value is 2.26%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,2,0,31)
C2M2Y0K31 
(2%,2%,0%,31%)
(0.02/0.02/0.00/0.31)	

CMYK percentages

%2.26
%2.26
%0
%30.59

Codes

Color #ADADB1 in popluar color models

ADADB1
RGB173173177
HSL240°2.50%68.63%
HSB/HSV240°2.26%69.41%
CMYK2.26%2.26%0.00%
30.59%

Color #ADADB1 in popluar number systems.

HEXADADB1
Decimal173173177
Binary101011011010110110110001
Octal255255261

Shades and tints

Shades of #ADADB1

#ADADB1
(173,173,177)
#9E9EA1
(158,158,161)
#8F8F91
(143,143,145)
#808081
(128,128,129)
#717171
(113,113,113)
#626261
(98,98,97)
#535351
(83,83,81)
#444441
(68,68,65)
#353531
(53,53,49)
#262621
(38,38,33)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADADB1

#ADADB1
(173,173,177)
#B4B4B8
(180,180,184)
#BBBBBF
(187,187,191)
#C2C2C6
(194,194,198)
#C9C9CD
(201,201,205)
#D0D0D4
(208,208,212)
#D7D7DB
(215,215,219)
#DEDEE2
(222,222,226)
#E5E5E9
(229,229,233)
#ECECF0
(236,236,240)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADB1; }

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

This text font color is #ADADB1.


Background Color

.myBgColor { background-color: #ADADB1; }

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

This div background color is #ADADB1.


Border color

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

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

This div border color is #ADADB1.


Opacity

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

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

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

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

This text has shadow with #ADADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADB1 on black background.


Color preview on white background

This text has color #ADADB1 on white background.



Black color preview on #ADADB1 background

This text has black color on #ADADB1 background.


White color preview on #ADADB1 background

This text has white color on #ADADB1 background.