COLOR #ADBCAD

HEX: #ADBCAD
RGB: (173,188,173)

Color info

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

RGB color model

#ADBCAD color RGB value is (173,188,173).

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

RGB channels and saturation

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

173
188
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 188 + 173 = 534 (100%)
R 173 of 534 ~ 32.4%
G 188 of 534 ~ 35.21%
B 173 of 534 ~ 32.4%

%32.4
%35.21
%32.4

CMYK color model

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

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

CMYK percentages

%7.98
%0
%7.98
%26.27

Codes

Color #ADBCAD in popluar color models

ADBCAD
RGB173188173
HSL120°10.07%70.78%
HSB/HSV120°7.98%73.73%
CMYK7.98%0.00%7.98%
26.27%

Color #ADBCAD in popluar number systems.

HEXADBCAD
Decimal173188173
Binary101011011011110010101101
Octal255274255

Shades and tints

Shades of #ADBCAD

#ADBCAD
(173,188,173)
#9EAB9E
(158,171,158)
#8F9A8F
(143,154,143)
#808980
(128,137,128)
#717871
(113,120,113)
#626762
(98,103,98)
#535653
(83,86,83)
#444544
(68,69,68)
#353435
(53,52,53)
#262326
(38,35,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #ADBCAD

#ADBCAD
(173,188,173)
#B4C2B4
(180,194,180)
#BBC8BB
(187,200,187)
#C2CEC2
(194,206,194)
#C9D4C9
(201,212,201)
#D0DAD0
(208,218,208)
#D7E0D7
(215,224,215)
#DEE6DE
(222,230,222)
#E5ECE5
(229,236,229)
#ECF2EC
(236,242,236)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBCAD; }

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

This text font color is #ADBCAD.


Background Color

.myBgColor { background-color: #ADBCAD; }

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

This div background color is #ADBCAD.


Border color

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

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

This div border color is #ADBCAD.


Opacity

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

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

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

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

This text has shadow with #ADBCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBCAD on black background.


Color preview on white background

This text has color #ADBCAD on white background.



Black color preview on #ADBCAD background

This text has black color on #ADBCAD background.


White color preview on #ADBCAD background

This text has white color on #ADBCAD background.