COLOR #ADB28A

HEX: #ADB28A
RGB: (173,178,138)

Color info

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

RGB color model

#ADB28A color RGB value is (173,178,138).

  • red value is 173;
  • green value is 178;
  • blue value is 138.
RGB:
(173,178,138)
(68%,70%,54%)

RGB channels and saturation

R 173 of 255 = 68%
G 178 of 255 = 70%
B 138 of 255 = 54%

173
178
138

R + G + B ~ 64%. #ADB28A is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 178 + 138 = 489 (100%)
R 173 of 489 ~ 35.38%
G 178 of 489 ~ 36.4%
B 138 of 489 ~ 28.22%

%35.38
%36.4
%28.22

CMYK color model

#ADB28A color CMYK value is (3,0,22,30).

  • cyan value is 2.81%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(3,0,22,30)
C3M0Y22K30 
(3%,0%,22%,30%)
(0.03/0.00/0.22/0.30)	

CMYK percentages

%2.81
%0
%22.47
%30.2

Codes

Color #ADB28A in popluar color models

ADB28A
RGB173178138
HSL68°20.62%61.96%
HSB/HSV68°22.47%69.80%
CMYK2.81%0.00%22.47%
30.20%

Color #ADB28A in popluar number systems.

HEXADB28A
Decimal173178138
Binary101011011011001010001010
Octal255262212

Shades and tints

Shades of #ADB28A

#ADB28A
(173,178,138)
#9EA27E
(158,162,126)
#8F9272
(143,146,114)
#808266
(128,130,102)
#71725A
(113,114,90)
#62624E
(98,98,78)
#535242
(83,82,66)
#444236
(68,66,54)
#35322A
(53,50,42)
#26221E
(38,34,30)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADB28A

#ADB28A
(173,178,138)
#B4B994
(180,185,148)
#BBC09E
(187,192,158)
#C2C7A8
(194,199,168)
#C9CEB2
(201,206,178)
#D0D5BC
(208,213,188)
#D7DCC6
(215,220,198)
#DEE3D0
(222,227,208)
#E5EADA
(229,234,218)
#ECF1E4
(236,241,228)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB28A; }

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

This text font color is #ADB28A.


Background Color

.myBgColor { background-color: #ADB28A; }

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

This div background color is #ADB28A.


Border color

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

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

This div border color is #ADB28A.


Opacity

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

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

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

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

This text has shadow with #ADB28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB28A on black background.


Color preview on white background

This text has color #ADB28A on white background.



Black color preview on #ADB28A background

This text has black color on #ADB28A background.


White color preview on #ADB28A background

This text has white color on #ADB28A background.