COLOR #ADADAC

HEX: #ADADAC
RGB: (173,173,172)

Color info

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

RGB color model

#ADADAC color RGB value is (173,173,172).

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

RGB channels and saturation

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

173
173
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 172 = 518 (100%)
R 173 of 518 ~ 33.4%
G 173 of 518 ~ 33.4%
B 172 of 518 ~ 33.2%

%33.4
%33.4
%33.2

CMYK color model

#ADADAC color CMYK value is (0,0,1,32).

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

CMYK percentages

%0
%0
%0.58
%32.16

Codes

Color #ADADAC in popluar color models

ADADAC
RGB173173172
HSL60°0.61%67.65%
HSB/HSV60°0.58%67.84%
CMYK0.00%0.00%0.58%
32.16%

Color #ADADAC in popluar number systems.

HEXADADAC
Decimal173173172
Binary101011011010110110101100
Octal255255254

Shades and tints

Shades of #ADADAC

#ADADAC
(173,173,172)
#9E9E9D
(158,158,157)
#8F8F8E
(143,143,142)
#80807F
(128,128,127)
#717170
(113,113,112)
#626261
(98,98,97)
#535352
(83,83,82)
#444443
(68,68,67)
#353534
(53,53,52)
#262625
(38,38,37)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADADAC

#ADADAC
(173,173,172)
#B4B4B3
(180,180,179)
#BBBBBA
(187,187,186)
#C2C2C1
(194,194,193)
#C9C9C8
(201,201,200)
#D0D0CF
(208,208,207)
#D7D7D6
(215,215,214)
#DEDEDD
(222,222,221)
#E5E5E4
(229,229,228)
#ECECEB
(236,236,235)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADAC; }

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

This text font color is #ADADAC.


Background Color

.myBgColor { background-color: #ADADAC; }

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

This div background color is #ADADAC.


Border color

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

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

This div border color is #ADADAC.


Opacity

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

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

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

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

This text has shadow with #ADADAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADAC on black background.


Color preview on white background

This text has color #ADADAC on white background.



Black color preview on #ADADAC background

This text has black color on #ADADAC background.


White color preview on #ADADAC background

This text has white color on #ADADAC background.