COLOR #ADABAF

HEX: #ADABAF RGB: (173,171,175)

Color info

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

RGB color model

#ADABAF color RGB value is (173,171,175).

RGB: (173,171,175) (68%, 67%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 175 of 255 = 69%

173
171
175

R + G + B ~ 68%. #ADABAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 171 + 175 = 519 (100%)
R 173 of 519 ~ 33.33%
G 171 of 519 ~ 32.95%
B 175 of 519 ~ 33.72'%

%33.33
%32.95
%33.72

CMYK color model

#ADABAF color CMYK value is (1,2,0,31).

  • cyan value is 1.14%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (1,2,0,31)
C1M2Y0K31 (1%, 2%, 0%, 31%)
(0.01 / 0.02 / 0.00 / 0.31)

CMYK percentages

%1.14
%2.29
%0
%31.37

Codes

Color #ADABAF in popluar color models

AD AB AF
RGB 173 171 175
HSL 270° 2.44% 67.84%
HSB/HSV 270° 2.29% 68.63%
CMYK 1.14% 2.29% 0.00%
31.37%

Color #ADABAF in popluar number systems.

HEX AD AB AF
Decimal 173 171 175
Binary 10101101 10101011 10101111
Octal 255 253 257

Shades and tints

Shades of #ADABAF

#ADABAF
(173,171,175)
#9E9CA0
(158,156,160)
#8F8D91
(143,141,145)
#807E82
(128,126,130)
#716F73
(113,111,115)
#626064
(98,96,100)
#535155
(83,81,85)
#444246
(68,66,70)
#353337
(53,51,55)
#262428
(38,36,40)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADABAF

#ADABAF
(173,171,175)
#B4B2B6
(180,178,182)
#BBB9BD
(187,185,189)
#C2C0C4
(194,192,196)
#C9C7CB
(201,199,203)
#D0CED2
(208,206,210)
#D7D5D9
(215,213,217)
#DEDCE0
(222,220,224)
#E5E3E7
(229,227,231)
#ECEAEE
(236,234,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADABAF; }

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

This text font color is #ADABAF.

Background Color

.myBgColor { background-color: #ADABAF; }

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

This div background color is #ADABAF.

Border color

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

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

This div border color is #ADABAF.

Opacity

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

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

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

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

This text has shadow with #ADABAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADABAF.

Preview

Color preview on black background

This text has color #ADABAF on black background.


Color preview on white background

This text has color #ADABAF on white background.


Black color preview on #ADABAF background

This text has black color on #ADABAF background.


White color preview on #ADABAF background

This text has white color on #ADABAF background.


Related colors

Complementary color

Complementary color for #hex is #525450.


I love getcolorcode.com

Triadic colors

1 #AFADAB and #ABAFAD with #ADABAF are triadic colors.

2 #AFABAD and #ABADAF with #ADABAF are triadic colors.