COLOR #ADB4AA

HEX: #ADB4AA
RGB: (173,180,170)

Color info

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

RGB color model

#ADB4AA color RGB value is (173,180,170).

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

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 170 of 255 = 67%

173
180
170

R + G + B ~ 69%. #ADB4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 170 = 523 (100%)
R 173 of 523 ~ 33.08%
G 180 of 523 ~ 34.42%
B 170 of 523 ~ 32.5%

%33.08
%34.42
%32.5

CMYK color model

#ADB4AA color CMYK value is (4,0,6,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(4,0,6,29)
C4M0Y6K29 
(4%,0%,6%,29%)
(0.04/0.00/0.06/0.29)	

CMYK percentages

%3.89
%0
%5.56
%29.41

Codes

Color #ADB4AA in popluar color models

ADB4AA
RGB173180170
HSL102°6.25%68.63%
HSB/HSV102°5.56%70.59%
CMYK3.89%0.00%5.56%
29.41%

Color #ADB4AA in popluar number systems.

HEXADB4AA
Decimal173180170
Binary101011011011010010101010
Octal255264252

Shades and tints

Shades of #ADB4AA

#ADB4AA
(173,180,170)
#9EA49B
(158,164,155)
#8F948C
(143,148,140)
#80847D
(128,132,125)
#71746E
(113,116,110)
#62645F
(98,100,95)
#535450
(83,84,80)
#444441
(68,68,65)
#353432
(53,52,50)
#262423
(38,36,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADB4AA

#ADB4AA
(173,180,170)
#B4BAB1
(180,186,177)
#BBC0B8
(187,192,184)
#C2C6BF
(194,198,191)
#C9CCC6
(201,204,198)
#D0D2CD
(208,210,205)
#D7D8D4
(215,216,212)
#DEDEDB
(222,222,219)
#E5E4E2
(229,228,226)
#ECEAE9
(236,234,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4AA; }

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

This text font color is #ADB4AA.


Background Color

.myBgColor { background-color: #ADB4AA; }

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

This div background color is #ADB4AA.


Border color

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

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

This div border color is #ADB4AA.


Opacity

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

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

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

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

This text has shadow with #ADB4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4AA on black background.


Color preview on white background

This text has color #ADB4AA on white background.



Black color preview on #ADB4AA background

This text has black color on #ADB4AA background.


White color preview on #ADB4AA background

This text has white color on #ADB4AA background.