COLOR #ADBDB8

HEX: #ADBDB8
RGB: (173,189,184)

Color info

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

RGB color model

#ADBDB8 color RGB value is (173,189,184).

  • red value is 173;
  • green value is 189;
  • blue value is 184.
RGB:
(173,189,184)
(68%,74%,72%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 184 of 255 = 72%

173
189
184

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

Portions of RGB colors in percentages

R + G + B =
173 + 189 + 184 = 546 (100%)
R 173 of 546 ~ 31.68%
G 189 of 546 ~ 34.62%
B 184 of 546 ~ 33.7%

%31.68
%34.62
%33.7

CMYK color model

#ADBDB8 color CMYK value is (8,0,3,26).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(8,0,3,26)
C8M0Y3K26 
(8%,0%,3%,26%)
(0.08/0.00/0.03/0.26)	

CMYK percentages

%8.47
%0
%2.65
%25.88

Codes

Color #ADBDB8 in popluar color models

ADBDB8
RGB173189184
HSL161°10.81%70.98%
HSB/HSV161°8.47%74.12%
CMYK8.47%0.00%2.65%
25.88%

Color #ADBDB8 in popluar number systems.

HEXADBDB8
Decimal173189184
Binary101011011011110110111000
Octal255275270

Shades and tints

Shades of #ADBDB8

#ADBDB8
(173,189,184)
#9EACA8
(158,172,168)
#8F9B98
(143,155,152)
#808A88
(128,138,136)
#717978
(113,121,120)
#626868
(98,104,104)
#535758
(83,87,88)
#444648
(68,70,72)
#353538
(53,53,56)
#262428
(38,36,40)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #ADBDB8

#ADBDB8
(173,189,184)
#B4C3BE
(180,195,190)
#BBC9C4
(187,201,196)
#C2CFCA
(194,207,202)
#C9D5D0
(201,213,208)
#D0DBD6
(208,219,214)
#D7E1DC
(215,225,220)
#DEE7E2
(222,231,226)
#E5EDE8
(229,237,232)
#ECF3EE
(236,243,238)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBDB8 color. Also use rgb(173,189,184) instead hex code.

Text Font Color

.myTextColor { color: #ADBDB8; }

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

This text font color is #ADBDB8.


Background Color

.myBgColor { background-color: #ADBDB8; }

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

This div background color is #ADBDB8.


Border color

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

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

This div border color is #ADBDB8.


Opacity

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

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

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

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

This text has shadow with #ADBDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBDB8 on black background.


Color preview on white background

This text has color #ADBDB8 on white background.



Black color preview on #ADBDB8 background

This text has black color on #ADBDB8 background.


White color preview on #ADBDB8 background

This text has white color on #ADBDB8 background.