COLOR #ADB4A6

HEX: #ADB4A6
RGB: (173,180,166)

Color info

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

RGB color model

#ADB4A6 color RGB value is (173,180,166).

  • red value is 173;
  • green value is 180;
  • blue value is 166.
RGB:
(173,180,166)
(68%,71%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 166 of 255 = 65%

173
180
166

R + G + B ~ 68%. #ADB4A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 166 = 519 (100%)
R 173 of 519 ~ 33.33%
G 180 of 519 ~ 34.68%
B 166 of 519 ~ 31.98%

%33.33
%34.68
%31.98

CMYK color model

#ADB4A6 color CMYK value is (4,0,8,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 29.41%
CMYK:
(4,0,8,29)
C4M0Y8K29 
(4%,0%,8%,29%)
(0.04/0.00/0.08/0.29)	

CMYK percentages

%3.89
%0
%7.78
%29.41

Codes

Color #ADB4A6 in popluar color models

ADB4A6
RGB173180166
HSL90°8.54%67.84%
HSB/HSV90°7.78%70.59%
CMYK3.89%0.00%7.78%
29.41%

Color #ADB4A6 in popluar number systems.

HEXADB4A6
Decimal173180166
Binary101011011011010010100110
Octal255264246

Shades and tints

Shades of #ADB4A6

#ADB4A6
(173,180,166)
#9EA497
(158,164,151)
#8F9488
(143,148,136)
#808479
(128,132,121)
#71746A
(113,116,106)
#62645B
(98,100,91)
#53544C
(83,84,76)
#44443D
(68,68,61)
#35342E
(53,52,46)
#26241F
(38,36,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADB4A6

#ADB4A6
(173,180,166)
#B4BAAE
(180,186,174)
#BBC0B6
(187,192,182)
#C2C6BE
(194,198,190)
#C9CCC6
(201,204,198)
#D0D2CE
(208,210,206)
#D7D8D6
(215,216,214)
#DEDEDE
(222,222,222)
#E5E4E6
(229,228,230)
#ECEAEE
(236,234,238)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4A6; }

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

This text font color is #ADB4A6.


Background Color

.myBgColor { background-color: #ADB4A6; }

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

This div background color is #ADB4A6.


Border color

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

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

This div border color is #ADB4A6.


Opacity

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

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

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

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

This text has shadow with #ADB4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4A6 on black background.


Color preview on white background

This text has color #ADB4A6 on white background.



Black color preview on #ADB4A6 background

This text has black color on #ADB4A6 background.


White color preview on #ADB4A6 background

This text has white color on #ADB4A6 background.