COLOR #ADB998

HEX: #ADB998
RGB: (173,185,152)

Color info

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

RGB color model

#ADB998 color RGB value is (173,185,152).

  • red value is 173;
  • green value is 185;
  • blue value is 152.
RGB:
(173,185,152)
(68%,73%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 152 of 255 = 60%

173
185
152

R + G + B ~ 67%. #ADB998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 185 + 152 = 510 (100%)
R 173 of 510 ~ 33.92%
G 185 of 510 ~ 36.27%
B 152 of 510 ~ 29.8%

%33.92
%36.27
%29.8

CMYK color model

#ADB998 color CMYK value is (6,0,18,27).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(6,0,18,27)
C6M0Y18K27 
(6%,0%,18%,27%)
(0.06/0.00/0.18/0.27)	

CMYK percentages

%6.49
%0
%17.84
%27.45

Codes

Color #ADB998 in popluar color models

ADB998
RGB173185152
HSL82°19.08%66.08%
HSB/HSV82°17.84%72.55%
CMYK6.49%0.00%17.84%
27.45%

Color #ADB998 in popluar number systems.

HEXADB998
Decimal173185152
Binary101011011011100110011000
Octal255271230

Shades and tints

Shades of #ADB998

#ADB998
(173,185,152)
#9EA98B
(158,169,139)
#8F997E
(143,153,126)
#808971
(128,137,113)
#717964
(113,121,100)
#626957
(98,105,87)
#53594A
(83,89,74)
#44493D
(68,73,61)
#353930
(53,57,48)
#262923
(38,41,35)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADB998

#ADB998
(173,185,152)
#B4BFA1
(180,191,161)
#BBC5AA
(187,197,170)
#C2CBB3
(194,203,179)
#C9D1BC
(201,209,188)
#D0D7C5
(208,215,197)
#D7DDCE
(215,221,206)
#DEE3D7
(222,227,215)
#E5E9E0
(229,233,224)
#ECEFE9
(236,239,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB998 color. Also use rgb(173,185,152) instead hex code.

Text Font Color

.myTextColor { color: #ADB998; }

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

This text font color is #ADB998.


Background Color

.myBgColor { background-color: #ADB998; }

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

This div background color is #ADB998.


Border color

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

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

This div border color is #ADB998.


Opacity

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

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

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

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

This text has shadow with #ADB998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB998 on black background.


Color preview on white background

This text has color #ADB998 on white background.



Black color preview on #ADB998 background

This text has black color on #ADB998 background.


White color preview on #ADB998 background

This text has white color on #ADB998 background.