COLOR #ADA797

HEX: #ADA797
RGB: (173,167,151)

Color info

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

RGB color model

#ADA797 color RGB value is (173,167,151).

  • red value is 173;
  • green value is 167;
  • blue value is 151.
RGB:
(173,167,151)
(68%,65%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 151 of 255 = 59%

173
167
151

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

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 151 = 491 (100%)
R 173 of 491 ~ 35.23%
G 167 of 491 ~ 34.01%
B 151 of 491 ~ 30.75%

%35.23
%34.01
%30.75

CMYK color model

#ADA797 color CMYK value is (0,3,13,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,3,13,32)
C0M3Y13K32 
(0%,3%,13%,32%)
(0.00/0.03/0.13/0.32)	

CMYK percentages

%0
%3.47
%12.72
%32.16

Codes

Color #ADA797 in popluar color models

ADA797
RGB173167151
HSL44°11.83%63.53%
HSB/HSV44°12.72%67.84%
CMYK0.00%3.47%12.72%
32.16%

Color #ADA797 in popluar number systems.

HEXADA797
Decimal173167151
Binary101011011010011110010111
Octal255247227

Shades and tints

Shades of #ADA797

#ADA797
(173,167,151)
#9E988A
(158,152,138)
#8F897D
(143,137,125)
#807A70
(128,122,112)
#716B63
(113,107,99)
#625C56
(98,92,86)
#534D49
(83,77,73)
#443E3C
(68,62,60)
#352F2F
(53,47,47)
#262022
(38,32,34)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADA797

#ADA797
(173,167,151)
#B4AFA0
(180,175,160)
#BBB7A9
(187,183,169)
#C2BFB2
(194,191,178)
#C9C7BB
(201,199,187)
#D0CFC4
(208,207,196)
#D7D7CD
(215,215,205)
#DEDFD6
(222,223,214)
#E5E7DF
(229,231,223)
#ECEFE8
(236,239,232)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA797; }

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

This text font color is #ADA797.


Background Color

.myBgColor { background-color: #ADA797; }

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

This div background color is #ADA797.


Border color

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

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

This div border color is #ADA797.


Opacity

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

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

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

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

This text has shadow with #ADA797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA797 on black background.


Color preview on white background

This text has color #ADA797 on white background.



Black color preview on #ADA797 background

This text has black color on #ADA797 background.


White color preview on #ADA797 background

This text has white color on #ADA797 background.