COLOR #ADB2A4

HEX: #ADB2A4
RGB: (173,178,164)

Color info

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

RGB color model

#ADB2A4 color RGB value is (173,178,164).

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

RGB channels and saturation

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

173
178
164

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

Portions of RGB colors in percentages

R + G + B =
173 + 178 + 164 = 515 (100%)
R 173 of 515 ~ 33.59%
G 178 of 515 ~ 34.56%
B 164 of 515 ~ 31.84%

%33.59
%34.56
%31.84

CMYK color model

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

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

CMYK percentages

%2.81
%0
%7.87
%30.2

Codes

Color #ADB2A4 in popluar color models

ADB2A4
RGB173178164
HSL81°8.33%67.06%
HSB/HSV81°7.87%69.80%
CMYK2.81%0.00%7.87%
30.20%

Color #ADB2A4 in popluar number systems.

HEXADB2A4
Decimal173178164
Binary101011011011001010100100
Octal255262244

Shades and tints

Shades of #ADB2A4

#ADB2A4
(173,178,164)
#9EA296
(158,162,150)
#8F9288
(143,146,136)
#80827A
(128,130,122)
#71726C
(113,114,108)
#62625E
(98,98,94)
#535250
(83,82,80)
#444242
(68,66,66)
#353234
(53,50,52)
#262226
(38,34,38)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #ADB2A4

#ADB2A4
(173,178,164)
#B4B9AC
(180,185,172)
#BBC0B4
(187,192,180)
#C2C7BC
(194,199,188)
#C9CEC4
(201,206,196)
#D0D5CC
(208,213,204)
#D7DCD4
(215,220,212)
#DEE3DC
(222,227,220)
#E5EAE4
(229,234,228)
#ECF1EC
(236,241,236)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2A4; }

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

This text font color is #ADB2A4.


Background Color

.myBgColor { background-color: #ADB2A4; }

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

This div background color is #ADB2A4.


Border color

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

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

This div border color is #ADB2A4.


Opacity

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

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

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

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

This text has shadow with #ADB2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2A4 on black background.


Color preview on white background

This text has color #ADB2A4 on white background.



Black color preview on #ADB2A4 background

This text has black color on #ADB2A4 background.


White color preview on #ADB2A4 background

This text has white color on #ADB2A4 background.