COLOR #ADB3AF

HEX: #ADB3AF
RGB: (173,179,175)

Color info

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

RGB color model

#ADB3AF color RGB value is (173,179,175).

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

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 175 of 255 = 69%

173
179
175

R + G + B ~ 69%. #ADB3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 175 = 527 (100%)
R 173 of 527 ~ 32.83%
G 179 of 527 ~ 33.97%
B 175 of 527 ~ 33.21%

%32.83
%33.97
%33.21

CMYK color model

#ADB3AF color CMYK value is (3,0,2,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(3,0,2,30)
C3M0Y2K30 
(3%,0%,2%,30%)
(0.03/0.00/0.02/0.30)	

CMYK percentages

%3.35
%0
%2.23
%29.8

Codes

Color #ADB3AF in popluar color models

ADB3AF
RGB173179175
HSL140°3.80%69.02%
HSB/HSV140°3.35%70.20%
CMYK3.35%0.00%2.23%
29.80%

Color #ADB3AF in popluar number systems.

HEXADB3AF
Decimal173179175
Binary101011011011001110101111
Octal255263257

Shades and tints

Shades of #ADB3AF

#ADB3AF
(173,179,175)
#9EA3A0
(158,163,160)
#8F9391
(143,147,145)
#808382
(128,131,130)
#717373
(113,115,115)
#626364
(98,99,100)
#535355
(83,83,85)
#444346
(68,67,70)
#353337
(53,51,55)
#262328
(38,35,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #ADB3AF

#ADB3AF
(173,179,175)
#B4B9B6
(180,185,182)
#BBBFBD
(187,191,189)
#C2C5C4
(194,197,196)
#C9CBCB
(201,203,203)
#D0D1D2
(208,209,210)
#D7D7D9
(215,215,217)
#DEDDE0
(222,221,224)
#E5E3E7
(229,227,231)
#ECE9EE
(236,233,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB3AF; }

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

This text font color is #ADB3AF.


Background Color

.myBgColor { background-color: #ADB3AF; }

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

This div background color is #ADB3AF.


Border color

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

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

This div border color is #ADB3AF.


Opacity

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

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

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

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

This text has shadow with #ADB3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3AF on black background.


Color preview on white background

This text has color #ADB3AF on white background.



Black color preview on #ADB3AF background

This text has black color on #ADB3AF background.


White color preview on #ADB3AF background

This text has white color on #ADB3AF background.