COLOR #ADBABF

HEX: #ADBABF
RGB: (173,186,191)

Color info

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

RGB color model

#ADBABF color RGB value is (173,186,191).

  • red value is 173;
  • green value is 186;
  • blue value is 191.
RGB:
(173,186,191)
(68%,73%,75%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 191 of 255 = 75%

173
186
191

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

Portions of RGB colors in percentages

R + G + B =
173 + 186 + 191 = 550 (100%)
R 173 of 550 ~ 31.45%
G 186 of 550 ~ 33.82%
B 191 of 550 ~ 34.73%

%31.45
%33.82
%34.73

CMYK color model

#ADBABF color CMYK value is (9,3,0,25).

  • cyan value is 9.42%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,3,0,25)
C9M3Y0K25 
(9%,3%,0%,25%)
(0.09/0.03/0.00/0.25)	

CMYK percentages

%9.42
%2.62
%0
%25.1

Codes

Color #ADBABF in popluar color models

ADBABF
RGB173186191
HSL197°12.33%71.37%
HSB/HSV197°9.42%74.90%
CMYK9.42%2.62%0.00%
25.10%

Color #ADBABF in popluar number systems.

HEXADBABF
Decimal173186191
Binary101011011011101010111111
Octal255272277

Shades and tints

Shades of #ADBABF

#ADBABF
(173,186,191)
#9EAAAE
(158,170,174)
#8F9A9D
(143,154,157)
#808A8C
(128,138,140)
#717A7B
(113,122,123)
#626A6A
(98,106,106)
#535A59
(83,90,89)
#444A48
(68,74,72)
#353A37
(53,58,55)
#262A26
(38,42,38)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #ADBABF

#ADBABF
(173,186,191)
#B4C0C4
(180,192,196)
#BBC6C9
(187,198,201)
#C2CCCE
(194,204,206)
#C9D2D3
(201,210,211)
#D0D8D8
(208,216,216)
#D7DEDD
(215,222,221)
#DEE4E2
(222,228,226)
#E5EAE7
(229,234,231)
#ECF0EC
(236,240,236)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBABF; }

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

This text font color is #ADBABF.


Background Color

.myBgColor { background-color: #ADBABF; }

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

This div background color is #ADBABF.


Border color

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

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

This div border color is #ADBABF.


Opacity

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

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

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

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

This text has shadow with #ADBABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBABF on black background.


Color preview on white background

This text has color #ADBABF on white background.



Black color preview on #ADBABF background

This text has black color on #ADBABF background.


White color preview on #ADBABF background

This text has white color on #ADBABF background.