COLOR #ADADAD

HEX: #ADADAD
RGB: (173,173,173)

Color info

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

RGB color model

#ADADAD color RGB value is (173,173,173).

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

RGB channels and saturation

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

173
173
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 173 = 519 (100%)
R 173 of 519 ~ 33.33%
G 173 of 519 ~ 33.33%
B 173 of 519 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#ADADAD color CMYK value is (0,0,0,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(0,0,0,32)
C0M0Y0K32 
(0%,0%,0%,32%)
(0.00/0.00/0.00/0.32)	

CMYK percentages

%0
%0
%0
%32.16

Codes

Color #ADADAD in popluar color models

ADADAD
RGB173173173
HSL0.00%0.68%
HSB/HSV0.00%0.68%
CMYK0.00%0.00%0.00%
32.16%

Color #ADADAD in popluar number systems.

HEXADADAD
Decimal173173173
Binary101011011010110110101101
Octal255255255

Shades and tints

Shades of #ADADAD

#ADADAD
(173,173,173)
#9E9E9E
(158,158,158)
#8F8F8F
(143,143,143)
#808080
(128,128,128)
#717171
(113,113,113)
#626262
(98,98,98)
#535353
(83,83,83)
#444444
(68,68,68)
#353535
(53,53,53)
#262626
(38,38,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADADAD

#ADADAD
(173,173,173)
#B4B4B4
(180,180,180)
#BBBBBB
(187,187,187)
#C2C2C2
(194,194,194)
#C9C9C9
(201,201,201)
#D0D0D0
(208,208,208)
#D7D7D7
(215,215,215)
#DEDEDE
(222,222,222)
#E5E5E5
(229,229,229)
#ECECEC
(236,236,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADAD; }

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

This text font color is #ADADAD.


Background Color

.myBgColor { background-color: #ADADAD; }

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

This div background color is #ADADAD.


Border color

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

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

This div border color is #ADADAD.


Opacity

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

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

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

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

This text has shadow with #ADADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADAD on black background.


Color preview on white background

This text has color #ADADAD on white background.



Black color preview on #ADADAD background

This text has black color on #ADADAD background.


White color preview on #ADADAD background

This text has white color on #ADADAD background.