COLOR #ADB98D

HEX: #ADB98D RGB: (173,185,141)

Color info

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

RGB color model

#ADB98D color RGB value is (173,185,141).

RGB: (173,185,141) (68%, 73%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 141 of 255 = 55%

173
185
141

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

Portions of RGB colors in percentages

R + G + B = 173 + 185 + 141 = 499 (100%)
R 173 of 499 ~ 34.67%
G 185 of 499 ~ 37.07%
B 141 of 499 ~ 28.26'%

%34.67
%37.07
%28.26

CMYK color model

#ADB98D color CMYK value is (6,0,24,27).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (6,0,24,27)
C6M0Y24K27 (6%, 0%, 24%, 27%)
(0.06 / 0.00 / 0.24 / 0.27)

CMYK percentages

%6.49
%0
%23.78
%27.45

Codes

Color #ADB98D in popluar color models

AD B9 8D
RGB 173 185 141
HSL 76° 23.91% 63.92%
HSB/HSV 76° 23.78% 72.55%
CMYK 6.49% 0.00% 23.78%
27.45%

Color #ADB98D in popluar number systems.

HEX AD B9 8D
Decimal 173 185 141
Binary 10101101 10111001 10001101
Octal 255 271 215

Shades and tints

Shades of #ADB98D

#ADB98D
(173,185,141)
#9EA981
(158,169,129)
#8F9975
(143,153,117)
#808969
(128,137,105)
#71795D
(113,121,93)
#626951
(98,105,81)
#535945
(83,89,69)
#444939
(68,73,57)
#35392D
(53,57,45)
#262921
(38,41,33)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADB98D

#ADB98D
(173,185,141)
#B4BF97
(180,191,151)
#BBC5A1
(187,197,161)
#C2CBAB
(194,203,171)
#C9D1B5
(201,209,181)
#D0D7BF
(208,215,191)
#D7DDC9
(215,221,201)
#DEE3D3
(222,227,211)
#E5E9DD
(229,233,221)
#ECEFE7
(236,239,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB98D; }

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

This text font color is #ADB98D.

Background Color

.myBgColor { background-color: #ADB98D; }

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

This div background color is #ADB98D.

Border color

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

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

This div border color is #ADB98D.

Opacity

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

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

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

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

This text has shadow with #ADB98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB98D.

Preview

Color preview on black background

This text has color #ADB98D on black background.


Color preview on white background

This text has color #ADB98D on white background.


Black color preview on #ADB98D background

This text has black color on #ADB98D background.


White color preview on #ADB98D background

This text has white color on #ADB98D background.


Related colors

Complementary color

Complementary color for #hex is #524672.


I love getcolorcode.com

Triadic colors

1 #8DADB9 and #B98DAD with #ADB98D are triadic colors.

2 #8DB9AD and #B9AD8D with #ADB98D are triadic colors.