COLOR #ADB598

HEX: #ADB598 RGB: (173,181,152)

Color info

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

RGB color model

#ADB598 color RGB value is (173,181,152).

RGB: (173,181,152) (68%, 71%, 60%)

RGB channels and saturation

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

173
181
152

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

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 152 = 506 (100%)
R 173 of 506 ~ 34.19%
G 181 of 506 ~ 35.77%
B 152 of 506 ~ 30.04'%

%34.19
%35.77
%30.04

CMYK color model

#ADB598 color CMYK value is (4,0,16,29).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 29.02%

CMYK: (4,0,16,29)
C4M0Y16K29 (4%, 0%, 16%, 29%)
(0.04 / 0.00 / 0.16 / 0.29)

CMYK percentages

%4.42
%0
%16.02
%29.02

Codes

Color #ADB598 in popluar color models

AD B5 98
RGB 173 181 152
HSL 77° 16.38% 65.29%
HSB/HSV 77° 16.02% 70.98%
CMYK 4.42% 0.00% 16.02%
29.02%

Color #ADB598 in popluar number systems.

HEX AD B5 98
Decimal 173 181 152
Binary 10101101 10110101 10011000
Octal 255 265 230

Shades and tints

Shades of #ADB598

#ADB598
(173,181,152)
#9EA58B
(158,165,139)
#8F957E
(143,149,126)
#808571
(128,133,113)
#717564
(113,117,100)
#626557
(98,101,87)
#53554A
(83,85,74)
#44453D
(68,69,61)
#353530
(53,53,48)
#262523
(38,37,35)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #ADB598

#ADB598
(173,181,152)
#B4BBA1
(180,187,161)
#BBC1AA
(187,193,170)
#C2C7B3
(194,199,179)
#C9CDBC
(201,205,188)
#D0D3C5
(208,211,197)
#D7D9CE
(215,217,206)
#DEDFD7
(222,223,215)
#E5E5E0
(229,229,224)
#ECEBE9
(236,235,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB598; }

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

This text font color is #ADB598.

Background Color

.myBgColor { background-color: #ADB598; }

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

This div background color is #ADB598.

Border color

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

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

This div border color is #ADB598.

Opacity

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

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

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

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

This text has shadow with #ADB598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB598.

Preview

Color preview on black background

This text has color #ADB598 on black background.


Color preview on white background

This text has color #ADB598 on white background.


Black color preview on #ADB598 background

This text has black color on #ADB598 background.


White color preview on #ADB598 background

This text has white color on #ADB598 background.


Related colors

Complementary color

Complementary color for #hex is #524A67.


I love getcolorcode.com

Triadic colors

1 #98ADB5 and #B598AD with #ADB598 are triadic colors.

2 #98B5AD and #B5AD98 with #ADB598 are triadic colors.