COLOR #ADB3A2

HEX: #ADB3A2
RGB: (173,179,162)

Color info

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

RGB color model

#ADB3A2 color RGB value is (173,179,162).

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

RGB channels and saturation

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

173
179
162

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

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 162 = 514 (100%)
R 173 of 514 ~ 33.66%
G 179 of 514 ~ 34.82%
B 162 of 514 ~ 31.52%

%33.66
%34.82
%31.52

CMYK color model

#ADB3A2 color CMYK value is (3,0,9,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(3,0,9,30)
C3M0Y9K30 
(3%,0%,9%,30%)
(0.03/0.00/0.09/0.30)	

CMYK percentages

%3.35
%0
%9.5
%29.8

Codes

Color #ADB3A2 in popluar color models

ADB3A2
RGB173179162
HSL81°10.06%66.86%
HSB/HSV81°9.50%70.20%
CMYK3.35%0.00%9.50%
29.80%

Color #ADB3A2 in popluar number systems.

HEXADB3A2
Decimal173179162
Binary101011011011001110100010
Octal255263242

Shades and tints

Shades of #ADB3A2

#ADB3A2
(173,179,162)
#9EA394
(158,163,148)
#8F9386
(143,147,134)
#808378
(128,131,120)
#71736A
(113,115,106)
#62635C
(98,99,92)
#53534E
(83,83,78)
#444340
(68,67,64)
#353332
(53,51,50)
#262324
(38,35,36)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #ADB3A2

#ADB3A2
(173,179,162)
#B4B9AA
(180,185,170)
#BBBFB2
(187,191,178)
#C2C5BA
(194,197,186)
#C9CBC2
(201,203,194)
#D0D1CA
(208,209,202)
#D7D7D2
(215,215,210)
#DEDDDA
(222,221,218)
#E5E3E2
(229,227,226)
#ECE9EA
(236,233,234)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3A2; }

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

This text font color is #ADB3A2.


Background Color

.myBgColor { background-color: #ADB3A2; }

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

This div background color is #ADB3A2.


Border color

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

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

This div border color is #ADB3A2.


Opacity

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

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

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

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

This text has shadow with #ADB3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3A2 on black background.


Color preview on white background

This text has color #ADB3A2 on white background.



Black color preview on #ADB3A2 background

This text has black color on #ADB3A2 background.


White color preview on #ADB3A2 background

This text has white color on #ADB3A2 background.