COLOR #ADB5BF

HEX: #ADB5BF RGB: (173,181,191)

Color info

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

RGB color model

#ADB5BF color RGB value is (173,181,191).

RGB: (173,181,191) (68%, 71%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 191 of 255 = 75%

173
181
191

R + G + B ~ 71%. #ADB5BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 191 = 545 (100%)
R 173 of 545 ~ 31.74%
G 181 of 545 ~ 33.21%
B 191 of 545 ~ 35.05'%

%31.74
%33.21
%35.05

CMYK color model

#ADB5BF color CMYK value is (9,5,0,25).

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

CMYK: (9,5,0,25)
C9M5Y0K25 (9%, 5%, 0%, 25%)
(0.09 / 0.05 / 0.00 / 0.25)

CMYK percentages

%9.42
%5.24
%0
%25.1

Codes

Color #ADB5BF in popluar color models

AD B5 BF
RGB 173 181 191
HSL 213° 12.33% 71.37%
HSB/HSV 213° 9.42% 74.90%
CMYK 9.42% 5.24% 0.00%
25.10%

Color #ADB5BF in popluar number systems.

HEX AD B5 BF
Decimal 173 181 191
Binary 10101101 10110101 10111111
Octal 255 265 277

Shades and tints

Shades of #ADB5BF

#ADB5BF
(173,181,191)
#9EA5AE
(158,165,174)
#8F959D
(143,149,157)
#80858C
(128,133,140)
#71757B
(113,117,123)
#62656A
(98,101,106)
#535559
(83,85,89)
#444548
(68,69,72)
#353537
(53,53,55)
#262526
(38,37,38)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADB5BF

#ADB5BF
(173,181,191)
#B4BBC4
(180,187,196)
#BBC1C9
(187,193,201)
#C2C7CE
(194,199,206)
#C9CDD3
(201,205,211)
#D0D3D8
(208,211,216)
#D7D9DD
(215,217,221)
#DEDFE2
(222,223,226)
#E5E5E7
(229,229,231)
#ECEBEC
(236,235,236)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5BF; }

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

This text font color is #ADB5BF.

Background Color

.myBgColor { background-color: #ADB5BF; }

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

This div background color is #ADB5BF.

Border color

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

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

This div border color is #ADB5BF.

Opacity

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

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

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

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

This text has shadow with #ADB5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB5BF.

Preview

Color preview on black background

This text has color #ADB5BF on black background.


Color preview on white background

This text has color #ADB5BF on white background.


Black color preview on #ADB5BF background

This text has black color on #ADB5BF background.


White color preview on #ADB5BF background

This text has white color on #ADB5BF background.


Related colors

Complementary color

Complementary color for #hex is #524A40.


I love getcolorcode.com

Triadic colors

1 #BFADB5 and #B5BFAD with #ADB5BF are triadic colors.

2 #BFB5AD and #B5ADBF with #ADB5BF are triadic colors.