COLOR #ADB2A3

HEX: #ADB2A3
RGB: (173,178,163)

Color info

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

RGB color model

#ADB2A3 color RGB value is (173,178,163).

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

RGB channels and saturation

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

173
178
163

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

Portions of RGB colors in percentages

R + G + B =
173 + 178 + 163 = 514 (100%)
R 173 of 514 ~ 33.66%
G 178 of 514 ~ 34.63%
B 163 of 514 ~ 31.71%

%33.66
%34.63
%31.71

CMYK color model

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

  • cyan value is 2.81%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • 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
%8.43
%30.2

Codes

Color #ADB2A3 in popluar color models

ADB2A3
RGB173178163
HSL80°8.88%66.86%
HSB/HSV80°8.43%69.80%
CMYK2.81%0.00%8.43%
30.20%

Color #ADB2A3 in popluar number systems.

HEXADB2A3
Decimal173178163
Binary101011011011001010100011
Octal255262243

Shades and tints

Shades of #ADB2A3

#ADB2A3
(173,178,163)
#9EA295
(158,162,149)
#8F9287
(143,146,135)
#808279
(128,130,121)
#71726B
(113,114,107)
#62625D
(98,98,93)
#53524F
(83,82,79)
#444241
(68,66,65)
#353233
(53,50,51)
#262225
(38,34,37)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #ADB2A3

#ADB2A3
(173,178,163)
#B4B9AB
(180,185,171)
#BBC0B3
(187,192,179)
#C2C7BB
(194,199,187)
#C9CEC3
(201,206,195)
#D0D5CB
(208,213,203)
#D7DCD3
(215,220,211)
#DEE3DB
(222,227,219)
#E5EAE3
(229,234,227)
#ECF1EB
(236,241,235)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2A3; }

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

This text font color is #ADB2A3.


Background Color

.myBgColor { background-color: #ADB2A3; }

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

This div background color is #ADB2A3.


Border color

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

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

This div border color is #ADB2A3.


Opacity

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

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

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

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

This text has shadow with #ADB2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB2A3 on black background.


Color preview on white background

This text has color #ADB2A3 on white background.



Black color preview on #ADB2A3 background

This text has black color on #ADB2A3 background.


White color preview on #ADB2A3 background

This text has white color on #ADB2A3 background.