COLOR #ADB397

HEX: #ADB397 RGB: (173,179,151)

Color info

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

RGB color model

#ADB397 color RGB value is (173,179,151).

RGB: (173,179,151) (68%, 70%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 151 of 255 = 59%

173
179
151

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

Portions of RGB colors in percentages

R + G + B = 173 + 179 + 151 = 503 (100%)
R 173 of 503 ~ 34.39%
G 179 of 503 ~ 35.59%
B 151 of 503 ~ 30.02'%

%34.39
%35.59
%30.02

CMYK color model

#ADB397 color CMYK value is (3,0,16,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 15.64%
  • key color value is 29.80%

CMYK: (3,0,16,30)
C3M0Y16K30 (3%, 0%, 16%, 30%)
(0.03 / 0.00 / 0.16 / 0.30)

CMYK percentages

%3.35
%0
%15.64
%29.8

Codes

Color #ADB397 in popluar color models

AD B3 97
RGB 173 179 151
HSL 73° 15.56% 64.71%
HSB/HSV 73° 15.64% 70.20%
CMYK 3.35% 0.00% 15.64%
29.80%

Color #ADB397 in popluar number systems.

HEX AD B3 97
Decimal 173 179 151
Binary 10101101 10110011 10010111
Octal 255 263 227

Shades and tints

Shades of #ADB397

#ADB397
(173,179,151)
#9EA38A
(158,163,138)
#8F937D
(143,147,125)
#808370
(128,131,112)
#717363
(113,115,99)
#626356
(98,99,86)
#535349
(83,83,73)
#44433C
(68,67,60)
#35332F
(53,51,47)
#262322
(38,35,34)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADB397

#ADB397
(173,179,151)
#B4B9A0
(180,185,160)
#BBBFA9
(187,191,169)
#C2C5B2
(194,197,178)
#C9CBBB
(201,203,187)
#D0D1C4
(208,209,196)
#D7D7CD
(215,215,205)
#DEDDD6
(222,221,214)
#E5E3DF
(229,227,223)
#ECE9E8
(236,233,232)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB397; }

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

This text font color is #ADB397.

Background Color

.myBgColor { background-color: #ADB397; }

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

This div background color is #ADB397.

Border color

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

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

This div border color is #ADB397.

Opacity

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

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

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

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

This text has shadow with #ADB397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB397.

Preview

Color preview on black background

This text has color #ADB397 on black background.


Color preview on white background

This text has color #ADB397 on white background.


Black color preview on #ADB397 background

This text has black color on #ADB397 background.


White color preview on #ADB397 background

This text has white color on #ADB397 background.


Related colors

Complementary color

Complementary color for #hex is #524C68.


I love getcolorcode.com

Triadic colors

1 #97ADB3 and #B397AD with #ADB397 are triadic colors.

2 #97B3AD and #B3AD97 with #ADB397 are triadic colors.