COLOR #ADB3B9

HEX: #ADB3B9
RGB: (173,179,185)

Color info

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

RGB color model

#ADB3B9 color RGB value is (173,179,185).

  • red value is 173;
  • green value is 179;
  • blue value is 185.
RGB:
(173,179,185)
(68%,70%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 185 of 255 = 73%

173
179
185

R + G + B ~ 70%. #ADB3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 185 = 537 (100%)
R 173 of 537 ~ 32.22%
G 179 of 537 ~ 33.33%
B 185 of 537 ~ 34.45%

%32.22
%33.33
%34.45

CMYK color model

#ADB3B9 color CMYK value is (6,3,0,27).

  • cyan value is 6.49%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,3,0,27)
C6M3Y0K27 
(6%,3%,0%,27%)
(0.06/0.03/0.00/0.27)	

CMYK percentages

%6.49
%3.24
%0
%27.45

Codes

Color #ADB3B9 in popluar color models

ADB3B9
RGB173179185
HSL210°7.89%70.20%
HSB/HSV210°6.49%72.55%
CMYK6.49%3.24%0.00%
27.45%

Color #ADB3B9 in popluar number systems.

HEXADB3B9
Decimal173179185
Binary101011011011001110111001
Octal255263271

Shades and tints

Shades of #ADB3B9

#ADB3B9
(173,179,185)
#9EA3A9
(158,163,169)
#8F9399
(143,147,153)
#808389
(128,131,137)
#717379
(113,115,121)
#626369
(98,99,105)
#535359
(83,83,89)
#444349
(68,67,73)
#353339
(53,51,57)
#262329
(38,35,41)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #ADB3B9

#ADB3B9
(173,179,185)
#B4B9BF
(180,185,191)
#BBBFC5
(187,191,197)
#C2C5CB
(194,197,203)
#C9CBD1
(201,203,209)
#D0D1D7
(208,209,215)
#D7D7DD
(215,215,221)
#DEDDE3
(222,221,227)
#E5E3E9
(229,227,233)
#ECE9EF
(236,233,239)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB3B9 color. Also use rgb(173,179,185) instead hex code.

Text Font Color

.myTextColor { color: #ADB3B9; }

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

This text font color is #ADB3B9.


Background Color

.myBgColor { background-color: #ADB3B9; }

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

This div background color is #ADB3B9.


Border color

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

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

This div border color is #ADB3B9.


Opacity

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

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

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

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

This text has shadow with #ADB3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB3B9 on black background.


Color preview on white background

This text has color #ADB3B9 on white background.



Black color preview on #ADB3B9 background

This text has black color on #ADB3B9 background.


White color preview on #ADB3B9 background

This text has white color on #ADB3B9 background.