COLOR #ADAD98

HEX: #ADAD98
RGB: (173,173,152)

Color info

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

RGB color model

#ADAD98 color RGB value is (173,173,152).

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

RGB channels and saturation

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

173
173
152

R + G + B ~ 65%. #ADAD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 152 = 498 (100%)
R 173 of 498 ~ 34.74%
G 173 of 498 ~ 34.74%
B 152 of 498 ~ 30.52%

%34.74
%34.74
%30.52

CMYK color model

#ADAD98 color CMYK value is (0,0,12,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,0,12,32)
C0M0Y12K32 
(0%,0%,12%,32%)
(0.00/0.00/0.12/0.32)	

CMYK percentages

%0
%0
%12.14
%32.16

Codes

Color #ADAD98 in popluar color models

ADAD98
RGB173173152
HSL60°11.35%63.73%
HSB/HSV60°12.14%67.84%
CMYK0.00%0.00%12.14%
32.16%

Color #ADAD98 in popluar number systems.

HEXADAD98
Decimal173173152
Binary101011011010110110011000
Octal255255230

Shades and tints

Shades of #ADAD98

#ADAD98
(173,173,152)
#9E9E8B
(158,158,139)
#8F8F7E
(143,143,126)
#808071
(128,128,113)
#717164
(113,113,100)
#626257
(98,98,87)
#53534A
(83,83,74)
#44443D
(68,68,61)
#353530
(53,53,48)
#262623
(38,38,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADAD98

#ADAD98
(173,173,152)
#B4B4A1
(180,180,161)
#BBBBAA
(187,187,170)
#C2C2B3
(194,194,179)
#C9C9BC
(201,201,188)
#D0D0C5
(208,208,197)
#D7D7CE
(215,215,206)
#DEDED7
(222,222,215)
#E5E5E0
(229,229,224)
#ECECE9
(236,236,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD98; }

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

This text font color is #ADAD98.


Background Color

.myBgColor { background-color: #ADAD98; }

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

This div background color is #ADAD98.


Border color

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

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

This div border color is #ADAD98.


Opacity

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

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

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

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

This text has shadow with #ADAD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD98 on black background.


Color preview on white background

This text has color #ADAD98 on white background.



Black color preview on #ADAD98 background

This text has black color on #ADAD98 background.


White color preview on #ADAD98 background

This text has white color on #ADAD98 background.