COLOR #ADADA2

HEX: #ADADA2
RGB: (173,173,162)

Color info

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

RGB color model

#ADADA2 color RGB value is (173,173,162).

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

RGB channels and saturation

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

173
173
162

R + G + B ~ 67%. #ADADA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 162 = 508 (100%)
R 173 of 508 ~ 34.06%
G 173 of 508 ~ 34.06%
B 162 of 508 ~ 31.89%

%34.06
%34.06
%31.89

CMYK color model

#ADADA2 color CMYK value is (0,0,6,32).

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

CMYK percentages

%0
%0
%6.36
%32.16

Codes

Color #ADADA2 in popluar color models

ADADA2
RGB173173162
HSL60°6.29%65.69%
HSB/HSV60°6.36%67.84%
CMYK0.00%0.00%6.36%
32.16%

Color #ADADA2 in popluar number systems.

HEXADADA2
Decimal173173162
Binary101011011010110110100010
Octal255255242

Shades and tints

Shades of #ADADA2

#ADADA2
(173,173,162)
#9E9E94
(158,158,148)
#8F8F86
(143,143,134)
#808078
(128,128,120)
#71716A
(113,113,106)
#62625C
(98,98,92)
#53534E
(83,83,78)
#444440
(68,68,64)
#353532
(53,53,50)
#262624
(38,38,36)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADADA2

#ADADA2
(173,173,162)
#B4B4AA
(180,180,170)
#BBBBB2
(187,187,178)
#C2C2BA
(194,194,186)
#C9C9C2
(201,201,194)
#D0D0CA
(208,208,202)
#D7D7D2
(215,215,210)
#DEDEDA
(222,222,218)
#E5E5E2
(229,229,226)
#ECECEA
(236,236,234)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADA2; }

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

This text font color is #ADADA2.


Background Color

.myBgColor { background-color: #ADADA2; }

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

This div background color is #ADADA2.


Border color

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

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

This div border color is #ADADA2.


Opacity

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

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

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

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

This text has shadow with #ADADA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADA2 on black background.


Color preview on white background

This text has color #ADADA2 on white background.



Black color preview on #ADADA2 background

This text has black color on #ADADA2 background.


White color preview on #ADADA2 background

This text has white color on #ADADA2 background.