COLOR #ADB4AF

HEX: #ADB4AF RGB: (173,180,175)

Color info

#ADB4AF contains red, green and blue colors in about the same proportion. Web safe color of #ADB4AF is #99CC99 (or #9C9).

RGB color model

#ADB4AF color RGB value is (173,180,175).

RGB: (173,180,175) (68%, 71%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 175 of 255 = 69%

173
180
175

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

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 175 = 528 (100%)
R 173 of 528 ~ 32.77%
G 180 of 528 ~ 34.09%
B 175 of 528 ~ 33.14'%

%32.77
%34.09
%33.14

CMYK color model

#ADB4AF color CMYK value is (4,0,3,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%

CMYK: (4,0,3,29)
C4M0Y3K29 (4%, 0%, 3%, 29%)
(0.04 / 0.00 / 0.03 / 0.29)

CMYK percentages

%3.89
%0
%2.78
%29.41

Codes

Color #ADB4AF in popluar color models

AD B4 AF
RGB 173 180 175
HSL 137° 4.46% 69.22%
HSB/HSV 137° 3.89% 70.59%
CMYK 3.89% 0.00% 2.78%
29.41%

Color #ADB4AF in popluar number systems.

HEX AD B4 AF
Decimal 173 180 175
Binary 10101101 10110100 10101111
Octal 255 264 257

Shades and tints

Shades of #ADB4AF

#ADB4AF
(173,180,175)
#9EA4A0
(158,164,160)
#8F9491
(143,148,145)
#808482
(128,132,130)
#717473
(113,116,115)
#626464
(98,100,100)
#535455
(83,84,85)
#444446
(68,68,70)
#353437
(53,52,55)
#262428
(38,36,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADB4AF

#ADB4AF
(173,180,175)
#B4BAB6
(180,186,182)
#BBC0BD
(187,192,189)
#C2C6C4
(194,198,196)
#C9CCCB
(201,204,203)
#D0D2D2
(208,210,210)
#D7D8D9
(215,216,217)
#DEDEE0
(222,222,224)
#E5E4E7
(229,228,231)
#ECEAEE
(236,234,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4AF; }

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

This text font color is #ADB4AF.

Background Color

.myBgColor { background-color: #ADB4AF; }

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

This div background color is #ADB4AF.

Border color

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

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

This div border color is #ADB4AF.

Opacity

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

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

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

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

This text has shadow with #ADB4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB4AF.

Preview

Color preview on black background

This text has color #ADB4AF on black background.


Color preview on white background

This text has color #ADB4AF on white background.


Black color preview on #ADB4AF background

This text has black color on #ADB4AF background.


White color preview on #ADB4AF background

This text has white color on #ADB4AF background.


Related colors

Complementary color

Complementary color for #hex is #524B50.


I love getcolorcode.com

Triadic colors

1 #AFADB4 and #B4AFAD with #ADB4AF are triadic colors.

2 #AFB4AD and #B4ADAF with #ADB4AF are triadic colors.