COLOR #ADB5BE

HEX: #ADB5BE
RGB: (173,181,190)

Color info

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

RGB color model

#ADB5BE color RGB value is (173,181,190).

  • red value is 173;
  • green value is 181;
  • blue value is 190.
RGB:
(173,181,190)
(68%,71%,75%)

RGB channels and saturation

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

173
181
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 181 + 190 = 544 (100%)
R 173 of 544 ~ 31.8%
G 181 of 544 ~ 33.27%
B 190 of 544 ~ 34.93%

%31.8
%33.27
%34.93

CMYK color model

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

  • cyan value is 8.95%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,5,0,25)
C9M5Y0K25 
(9%,5%,0%,25%)
(0.09/0.05/0.00/0.25)	

CMYK percentages

%8.95
%4.74
%0
%25.49

Codes

Color #ADB5BE in popluar color models

ADB5BE
RGB173181190
HSL212°11.56%71.18%
HSB/HSV212°8.95%74.51%
CMYK8.95%4.74%0.00%
25.49%

Color #ADB5BE in popluar number systems.

HEXADB5BE
Decimal173181190
Binary101011011011010110111110
Octal255265276

Shades and tints

Shades of #ADB5BE

#ADB5BE
(173,181,190)
#9EA5AD
(158,165,173)
#8F959C
(143,149,156)
#80858B
(128,133,139)
#71757A
(113,117,122)
#626569
(98,101,105)
#535558
(83,85,88)
#444547
(68,69,71)
#353536
(53,53,54)
#262525
(38,37,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADB5BE

#ADB5BE
(173,181,190)
#B4BBC3
(180,187,195)
#BBC1C8
(187,193,200)
#C2C7CD
(194,199,205)
#C9CDD2
(201,205,210)
#D0D3D7
(208,211,215)
#D7D9DC
(215,217,220)
#DEDFE1
(222,223,225)
#E5E5E6
(229,229,230)
#ECEBEB
(236,235,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB5BE; }

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

This text font color is #ADB5BE.


Background Color

.myBgColor { background-color: #ADB5BE; }

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

This div background color is #ADB5BE.


Border color

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

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

This div border color is #ADB5BE.


Opacity

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

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

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

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

This text has shadow with #ADB5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB5BE on black background.


Color preview on white background

This text has color #ADB5BE on white background.



Black color preview on #ADB5BE background

This text has black color on #ADB5BE background.


White color preview on #ADB5BE background

This text has white color on #ADB5BE background.