COLOR #ADBAB9

HEX: #ADBAB9
RGB: (173,186,185)

Color info

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

RGB color model

#ADBAB9 color RGB value is (173,186,185).

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

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 185 of 255 = 73%

173
186
185

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

Portions of RGB colors in percentages

R + G + B =
173 + 186 + 185 = 544 (100%)
R 173 of 544 ~ 31.8%
G 186 of 544 ~ 34.19%
B 185 of 544 ~ 34.01%

%31.8
%34.19
%34.01

CMYK color model

#ADBAB9 color CMYK value is (7,0,1,27).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK:
(7,0,1,27)
C7M0Y1K27 
(7%,0%,1%,27%)
(0.07/0.00/0.01/0.27)	

CMYK percentages

%6.99
%0
%0.54
%27.06

Codes

Color #ADBAB9 in popluar color models

ADBAB9
RGB173186185
HSL175°8.61%70.39%
HSB/HSV175°6.99%72.94%
CMYK6.99%0.00%0.54%
27.06%

Color #ADBAB9 in popluar number systems.

HEXADBAB9
Decimal173186185
Binary101011011011101010111001
Octal255272271

Shades and tints

Shades of #ADBAB9

#ADBAB9
(173,186,185)
#9EAAA9
(158,170,169)
#8F9A99
(143,154,153)
#808A89
(128,138,137)
#717A79
(113,122,121)
#626A69
(98,106,105)
#535A59
(83,90,89)
#444A49
(68,74,73)
#353A39
(53,58,57)
#262A29
(38,42,41)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #ADBAB9

#ADBAB9
(173,186,185)
#B4C0BF
(180,192,191)
#BBC6C5
(187,198,197)
#C2CCCB
(194,204,203)
#C9D2D1
(201,210,209)
#D0D8D7
(208,216,215)
#D7DEDD
(215,222,221)
#DEE4E3
(222,228,227)
#E5EAE9
(229,234,233)
#ECF0EF
(236,240,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBAB9; }

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

This text font color is #ADBAB9.


Background Color

.myBgColor { background-color: #ADBAB9; }

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

This div background color is #ADBAB9.


Border color

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

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

This div border color is #ADBAB9.


Opacity

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

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

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

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

This text has shadow with #ADBAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBAB9 on black background.


Color preview on white background

This text has color #ADBAB9 on white background.



Black color preview on #ADBAB9 background

This text has black color on #ADBAB9 background.


White color preview on #ADBAB9 background

This text has white color on #ADBAB9 background.