COLOR #ADB19B

HEX: #ADB19B
RGB: (173,177,155)

Color info

#ADB19B contains red, green and blue colors in about the same proportion. Web safe color of #ADB19B is #999999 (or #999).

RGB color model

#ADB19B color RGB value is (173,177,155).

  • red value is 173;
  • green value is 177;
  • blue value is 155.
RGB:
(173,177,155)
(68%,69%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 155 of 255 = 61%

173
177
155

R + G + B ~ 66%. #ADB19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 155 = 505 (100%)
R 173 of 505 ~ 34.26%
G 177 of 505 ~ 35.05%
B 155 of 505 ~ 30.69%

%34.26
%35.05
%30.69

CMYK color model

#ADB19B color CMYK value is (2,0,12,31).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(2,0,12,31)
C2M0Y12K31 
(2%,0%,12%,31%)
(0.02/0.00/0.12/0.31)	

CMYK percentages

%2.26
%0
%12.43
%30.59

Codes

Color #ADB19B in popluar color models

ADB19B
RGB173177155
HSL71°12.36%65.10%
HSB/HSV71°12.43%69.41%
CMYK2.26%0.00%12.43%
30.59%

Color #ADB19B in popluar number systems.

HEXADB19B
Decimal173177155
Binary101011011011000110011011
Octal255261233

Shades and tints

Shades of #ADB19B

#ADB19B
(173,177,155)
#9EA18D
(158,161,141)
#8F917F
(143,145,127)
#808171
(128,129,113)
#717163
(113,113,99)
#626155
(98,97,85)
#535147
(83,81,71)
#444139
(68,65,57)
#35312B
(53,49,43)
#26211D
(38,33,29)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #ADB19B

#ADB19B
(173,177,155)
#B4B8A4
(180,184,164)
#BBBFAD
(187,191,173)
#C2C6B6
(194,198,182)
#C9CDBF
(201,205,191)
#D0D4C8
(208,212,200)
#D7DBD1
(215,219,209)
#DEE2DA
(222,226,218)
#E5E9E3
(229,233,227)
#ECF0EC
(236,240,236)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB19B; }

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

This text font color is #ADB19B.


Background Color

.myBgColor { background-color: #ADB19B; }

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

This div background color is #ADB19B.


Border color

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

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

This div border color is #ADB19B.


Opacity

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

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

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

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

This text has shadow with #ADB19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB19B on black background.


Color preview on white background

This text has color #ADB19B on white background.



Black color preview on #ADB19B background

This text has black color on #ADB19B background.


White color preview on #ADB19B background

This text has white color on #ADB19B background.