COLOR #ADB8BF

HEX: #ADB8BF RGB: (173,184,191)

Color info

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

RGB color model

#ADB8BF color RGB value is (173,184,191).

RGB: (173,184,191) (68%, 72%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 191 of 255 = 75%

173
184
191

R + G + B ~ 72%. #ADB8BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 191 = 548 (100%)
R 173 of 548 ~ 31.57%
G 184 of 548 ~ 33.58%
B 191 of 548 ~ 34.85'%

%31.57
%33.58
%34.85

CMYK color model

#ADB8BF color CMYK value is (9,4,0,25).

  • cyan value is 9.42%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (9,4,0,25)
C9M4Y0K25 (9%, 4%, 0%, 25%)
(0.09 / 0.04 / 0.00 / 0.25)

CMYK percentages

%9.42
%3.66
%0
%25.1

Codes

Color #ADB8BF in popluar color models

AD B8 BF
RGB 173 184 191
HSL 203° 12.33% 71.37%
HSB/HSV 203° 9.42% 74.90%
CMYK 9.42% 3.66% 0.00%
25.10%

Color #ADB8BF in popluar number systems.

HEX AD B8 BF
Decimal 173 184 191
Binary 10101101 10111000 10111111
Octal 255 270 277

Shades and tints

Shades of #ADB8BF

#ADB8BF
(173,184,191)
#9EA8AE
(158,168,174)
#8F989D
(143,152,157)
#80888C
(128,136,140)
#71787B
(113,120,123)
#62686A
(98,104,106)
#535859
(83,88,89)
#444848
(68,72,72)
#353837
(53,56,55)
#262826
(38,40,38)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADB8BF

#ADB8BF
(173,184,191)
#B4BEC4
(180,190,196)
#BBC4C9
(187,196,201)
#C2CACE
(194,202,206)
#C9D0D3
(201,208,211)
#D0D6D8
(208,214,216)
#D7DCDD
(215,220,221)
#DEE2E2
(222,226,226)
#E5E8E7
(229,232,231)
#ECEEEC
(236,238,236)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB8BF color. Also use rgb(173,184,191) instead hex code.

Text Font Color

.myTextColor { color: #ADB8BF; }

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

This text font color is #ADB8BF.

Background Color

.myBgColor { background-color: #ADB8BF; }

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

This div background color is #ADB8BF.

Border color

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

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

This div border color is #ADB8BF.

Opacity

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

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

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

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

This text has shadow with #ADB8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB8BF.

Preview

Color preview on black background

This text has color #ADB8BF on black background.


Color preview on white background

This text has color #ADB8BF on white background.


Black color preview on #ADB8BF background

This text has black color on #ADB8BF background.


White color preview on #ADB8BF background

This text has white color on #ADB8BF background.


Related colors

Complementary color

Complementary color for #hex is #524740.


I love getcolorcode.com

Triadic colors

1 #BFADB8 and #B8BFAD with #ADB8BF are triadic colors.

2 #BFB8AD and #B8ADBF with #ADB8BF are triadic colors.