COLOR #ADADBA

HEX: #ADADBA RGB: (173,173,186)

Color info

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

RGB color model

#ADADBA color RGB value is (173,173,186).

RGB: (173,173,186) (68%, 68%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 186 of 255 = 73%

173
173
186

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

Portions of RGB colors in percentages

R + G + B = 173 + 173 + 186 = 532 (100%)
R 173 of 532 ~ 32.52%
G 173 of 532 ~ 32.52%
B 186 of 532 ~ 34.96'%

%32.52
%32.52
%34.96

CMYK color model

#ADADBA color CMYK value is (7,7,0,27).

  • cyan value is 6.99%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (7,7,0,27)
C7M7Y0K27 (7%, 7%, 0%, 27%)
(0.07 / 0.07 / 0.00 / 0.27)

CMYK percentages

%6.99
%6.99
%0
%27.06

Codes

Color #ADADBA in popluar color models

AD AD BA
RGB 173 173 186
HSL 240° 8.61% 70.39%
HSB/HSV 240° 6.99% 72.94%
CMYK 6.99% 6.99% 0.00%
27.06%

Color #ADADBA in popluar number systems.

HEX AD AD BA
Decimal 173 173 186
Binary 10101101 10101101 10111010
Octal 255 255 272

Shades and tints

Shades of #ADADBA

#ADADBA
(173,173,186)
#9E9EAA
(158,158,170)
#8F8F9A
(143,143,154)
#80808A
(128,128,138)
#71717A
(113,113,122)
#62626A
(98,98,106)
#53535A
(83,83,90)
#44444A
(68,68,74)
#35353A
(53,53,58)
#26262A
(38,38,42)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #ADADBA

#ADADBA
(173,173,186)
#B4B4C0
(180,180,192)
#BBBBC6
(187,187,198)
#C2C2CC
(194,194,204)
#C9C9D2
(201,201,210)
#D0D0D8
(208,208,216)
#D7D7DE
(215,215,222)
#DEDEE4
(222,222,228)
#E5E5EA
(229,229,234)
#ECECF0
(236,236,240)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADBA; }

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

This text font color is #ADADBA.

Background Color

.myBgColor { background-color: #ADADBA; }

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

This div background color is #ADADBA.

Border color

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

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

This div border color is #ADADBA.

Opacity

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

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

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

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

This text has shadow with #ADADBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADBA.

Preview

Color preview on black background

This text has color #ADADBA on black background.


Color preview on white background

This text has color #ADADBA on white background.


Black color preview on #ADADBA background

This text has black color on #ADADBA background.


White color preview on #ADADBA background

This text has white color on #ADADBA background.


Related colors

Complementary color

Complementary color for #hex is #525245.


I love getcolorcode.com