COLOR #ADB4BE

HEX: #ADB4BE
RGB: (173,180,190)

Color info

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

RGB color model

#ADB4BE color RGB value is (173,180,190).

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

RGB channels and saturation

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

173
180
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 190 = 543 (100%)
R 173 of 543 ~ 31.86%
G 180 of 543 ~ 33.15%
B 190 of 543 ~ 34.99%

%31.86
%33.15
%34.99

CMYK color model

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

  • cyan value is 8.95%
  • magenta value is 5.26%
  • 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
%5.26
%0
%25.49

Codes

Color #ADB4BE in popluar color models

ADB4BE
RGB173180190
HSL215°11.56%71.18%
HSB/HSV215°8.95%74.51%
CMYK8.95%5.26%0.00%
25.49%

Color #ADB4BE in popluar number systems.

HEXADB4BE
Decimal173180190
Binary101011011011010010111110
Octal255264276

Shades and tints

Shades of #ADB4BE

#ADB4BE
(173,180,190)
#9EA4AD
(158,164,173)
#8F949C
(143,148,156)
#80848B
(128,132,139)
#71747A
(113,116,122)
#626469
(98,100,105)
#535458
(83,84,88)
#444447
(68,68,71)
#353436
(53,52,54)
#262425
(38,36,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADB4BE

#ADB4BE
(173,180,190)
#B4BAC3
(180,186,195)
#BBC0C8
(187,192,200)
#C2C6CD
(194,198,205)
#C9CCD2
(201,204,210)
#D0D2D7
(208,210,215)
#D7D8DC
(215,216,220)
#DEDEE1
(222,222,225)
#E5E4E6
(229,228,230)
#ECEAEB
(236,234,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4BE; }

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

This text font color is #ADB4BE.


Background Color

.myBgColor { background-color: #ADB4BE; }

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

This div background color is #ADB4BE.


Border color

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

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

This div border color is #ADB4BE.


Opacity

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

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

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

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

This text has shadow with #ADB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4BE on black background.


Color preview on white background

This text has color #ADB4BE on white background.



Black color preview on #ADB4BE background

This text has black color on #ADB4BE background.


White color preview on #ADB4BE background

This text has white color on #ADB4BE background.