COLOR #ADB3A4

HEX: #ADB3A4
RGB: (173,179,164)

Color info

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

RGB color model

#ADB3A4 color RGB value is (173,179,164).

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

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 164 of 255 = 64%

173
179
164

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

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 164 = 516 (100%)
R 173 of 516 ~ 33.53%
G 179 of 516 ~ 34.69%
B 164 of 516 ~ 31.78%

%33.53
%34.69
%31.78

CMYK color model

#ADB3A4 color CMYK value is (3,0,8,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(3,0,8,30)
C3M0Y8K30 
(3%,0%,8%,30%)
(0.03/0.00/0.08/0.30)	

CMYK percentages

%3.35
%0
%8.38
%29.8

Codes

Color #ADB3A4 in popluar color models

ADB3A4
RGB173179164
HSL84°8.98%67.25%
HSB/HSV84°8.38%70.20%
CMYK3.35%0.00%8.38%
29.80%

Color #ADB3A4 in popluar number systems.

HEXADB3A4
Decimal173179164
Binary101011011011001110100100
Octal255263244

Shades and tints

Shades of #ADB3A4

#ADB3A4
(173,179,164)
#9EA396
(158,163,150)
#8F9388
(143,147,136)
#80837A
(128,131,122)
#71736C
(113,115,108)
#62635E
(98,99,94)
#535350
(83,83,80)
#444342
(68,67,66)
#353334
(53,51,52)
#262326
(38,35,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #ADB3A4

#ADB3A4
(173,179,164)
#B4B9AC
(180,185,172)
#BBBFB4
(187,191,180)
#C2C5BC
(194,197,188)
#C9CBC4
(201,203,196)
#D0D1CC
(208,209,204)
#D7D7D4
(215,215,212)
#DEDDDC
(222,221,220)
#E5E3E4
(229,227,228)
#ECE9EC
(236,233,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3A4; }

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

This text font color is #ADB3A4.


Background Color

.myBgColor { background-color: #ADB3A4; }

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

This div background color is #ADB3A4.


Border color

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

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

This div border color is #ADB3A4.


Opacity

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

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

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

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

This text has shadow with #ADB3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3A4 on black background.


Color preview on white background

This text has color #ADB3A4 on white background.



Black color preview on #ADB3A4 background

This text has black color on #ADB3A4 background.


White color preview on #ADB3A4 background

This text has white color on #ADB3A4 background.