COLOR #ADBDAD

HEX: #ADBDAD
RGB: (173,189,173)

Color info

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

RGB color model

#ADBDAD color RGB value is (173,189,173).

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

RGB channels and saturation

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

173
189
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 189 + 173 = 535 (100%)
R 173 of 535 ~ 32.34%
G 189 of 535 ~ 35.33%
B 173 of 535 ~ 32.34%

%32.34
%35.33
%32.34

CMYK color model

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

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

CMYK percentages

%8.47
%0
%8.47
%25.88

Codes

Color #ADBDAD in popluar color models

ADBDAD
RGB173189173
HSL120°10.81%70.98%
HSB/HSV120°8.47%74.12%
CMYK8.47%0.00%8.47%
25.88%

Color #ADBDAD in popluar number systems.

HEXADBDAD
Decimal173189173
Binary101011011011110110101101
Octal255275255

Shades and tints

Shades of #ADBDAD

#ADBDAD
(173,189,173)
#9EAC9E
(158,172,158)
#8F9B8F
(143,155,143)
#808A80
(128,138,128)
#717971
(113,121,113)
#626862
(98,104,98)
#535753
(83,87,83)
#444644
(68,70,68)
#353535
(53,53,53)
#262426
(38,36,38)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADBDAD

#ADBDAD
(173,189,173)
#B4C3B4
(180,195,180)
#BBC9BB
(187,201,187)
#C2CFC2
(194,207,194)
#C9D5C9
(201,213,201)
#D0DBD0
(208,219,208)
#D7E1D7
(215,225,215)
#DEE7DE
(222,231,222)
#E5EDE5
(229,237,229)
#ECF3EC
(236,243,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBDAD; }

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

This text font color is #ADBDAD.


Background Color

.myBgColor { background-color: #ADBDAD; }

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

This div background color is #ADBDAD.


Border color

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

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

This div border color is #ADBDAD.


Opacity

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

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

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

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

This text has shadow with #ADBDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBDAD on black background.


Color preview on white background

This text has color #ADBDAD on white background.



Black color preview on #ADBDAD background

This text has black color on #ADBDAD background.


White color preview on #ADBDAD background

This text has white color on #ADBDAD background.