COLOR #ADACA4

HEX: #ADACA4 RGB: (173,172,164)

Color info

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

RGB color model

#ADACA4 color RGB value is (173,172,164).

RGB: (173,172,164) (68%, 67%, 64%)

RGB channels and saturation

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

173
172
164

R + G + B ~ 66%. #ADACA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 164 = 509 (100%)
R 173 of 509 ~ 33.99%
G 172 of 509 ~ 33.79%
B 164 of 509 ~ 32.22'%

%33.99
%33.79
%32.22

CMYK color model

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

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

CMYK percentages

%0
%0.58
%5.2
%32.16

Codes

Color #ADACA4 in popluar color models

AD AC A4
RGB 173 172 164
HSL 53° 5.20% 66.08%
HSB/HSV 53° 5.20% 67.84%
CMYK 0.00% 0.58% 5.20%
32.16%

Color #ADACA4 in popluar number systems.

HEX AD AC A4
Decimal 173 172 164
Binary 10101101 10101100 10100100
Octal 255 254 244

Shades and tints

Shades of #ADACA4

#ADACA4
(173,172,164)
#9E9D96
(158,157,150)
#8F8E88
(143,142,136)
#807F7A
(128,127,122)
#71706C
(113,112,108)
#62615E
(98,97,94)
#535250
(83,82,80)
#444342
(68,67,66)
#353434
(53,52,52)
#262526
(38,37,38)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADACA4

#ADACA4
(173,172,164)
#B4B3AC
(180,179,172)
#BBBAB4
(187,186,180)
#C2C1BC
(194,193,188)
#C9C8C4
(201,200,196)
#D0CFCC
(208,207,204)
#D7D6D4
(215,214,212)
#DEDDDC
(222,221,220)
#E5E4E4
(229,228,228)
#ECEBEC
(236,235,236)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADACA4; }

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

This text font color is #ADACA4.

Background Color

.myBgColor { background-color: #ADACA4; }

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

This div background color is #ADACA4.

Border color

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

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

This div border color is #ADACA4.

Opacity

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

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

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

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

This text has shadow with #ADACA4 color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #ADACA4.

Preview

Color preview on black background

This text has color #ADACA4 on black background.


Color preview on white background

This text has color #ADACA4 on white background.



Black color preview on #ADACA4 background

This text has black color on #ADACA4 background.


White color preview on #ADACA4 background

This text has white color on #ADACA4 background.


Related colors


Complementary color

Complementary color for #ADACA4 is #52535B.


I love getcolorcode.com

Triadic colors

1 #A4ADAC and #ACA4AD with #ADACA4 are triadic colors.

2 #A4ACAD and #ACADA4 with #ADACA4 are triadic colors.