COLOR #ADB399

HEX: #ADB399
RGB: (173,179,153)

Color info

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

RGB color model

#ADB399 color RGB value is (173,179,153).

  • red value is 173;
  • green value is 179;
  • blue value is 153.
RGB:
(173,179,153)
(68%,70%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 153 of 255 = 60%

173
179
153

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

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 153 = 505 (100%)
R 173 of 505 ~ 34.26%
G 179 of 505 ~ 35.45%
B 153 of 505 ~ 30.3%

%34.26
%35.45
%30.3

CMYK color model

#ADB399 color CMYK value is (3,0,15,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK:
(3,0,15,30)
C3M0Y15K30 
(3%,0%,15%,30%)
(0.03/0.00/0.15/0.30)	

CMYK percentages

%3.35
%0
%14.53
%29.8

Codes

Color #ADB399 in popluar color models

ADB399
RGB173179153
HSL74°14.61%65.10%
HSB/HSV74°14.53%70.20%
CMYK3.35%0.00%14.53%
29.80%

Color #ADB399 in popluar number systems.

HEXADB399
Decimal173179153
Binary101011011011001110011001
Octal255263231

Shades and tints

Shades of #ADB399

#ADB399
(173,179,153)
#9EA38C
(158,163,140)
#8F937F
(143,147,127)
#808372
(128,131,114)
#717365
(113,115,101)
#626358
(98,99,88)
#53534B
(83,83,75)
#44433E
(68,67,62)
#353331
(53,51,49)
#262324
(38,35,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADB399

#ADB399
(173,179,153)
#B4B9A2
(180,185,162)
#BBBFAB
(187,191,171)
#C2C5B4
(194,197,180)
#C9CBBD
(201,203,189)
#D0D1C6
(208,209,198)
#D7D7CF
(215,215,207)
#DEDDD8
(222,221,216)
#E5E3E1
(229,227,225)
#ECE9EA
(236,233,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB399; }

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

This text font color is #ADB399.


Background Color

.myBgColor { background-color: #ADB399; }

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

This div background color is #ADB399.


Border color

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

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

This div border color is #ADB399.


Opacity

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

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

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

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

This text has shadow with #ADB399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB399 on black background.


Color preview on white background

This text has color #ADB399 on white background.



Black color preview on #ADB399 background

This text has black color on #ADB399 background.


White color preview on #ADB399 background

This text has white color on #ADB399 background.