COLOR #ABAD98

HEX: #ABAD98 RGB: (171,173,152)

Color info

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

RGB color model

#ABAD98 color RGB value is (171,173,152).

RGB: (171,173,152) (67%, 68%, 60%)

RGB channels and saturation

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

171
173
152

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

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 152 = 496 (100%)
R 171 of 496 ~ 34.48%
G 173 of 496 ~ 34.88%
B 152 of 496 ~ 30.65'%

%34.48
%34.88
%30.65

CMYK color model

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

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 32.16%

CMYK: (1,0,12,32)
C1M0Y12K32 (1%, 0%, 12%, 32%)
(0.01 / 0.00 / 0.12 / 0.32)

CMYK percentages

%1.16
%0
%12.14
%32.16

Codes

Color #ABAD98 in popluar color models

AB AD 98
RGB 171 173 152
HSL 66° 11.35% 63.73%
HSB/HSV 66° 12.14% 67.84%
CMYK 1.16% 0.00% 12.14%
32.16%

Color #ABAD98 in popluar number systems.

HEX AB AD 98
Decimal 171 173 152
Binary 10101011 10101101 10011000
Octal 253 255 230

Shades and tints

Shades of #ABAD98

#ABAD98
(171,173,152)
#9C9E8B
(156,158,139)
#8D8F7E
(141,143,126)
#7E8071
(126,128,113)
#6F7164
(111,113,100)
#606257
(96,98,87)
#51534A
(81,83,74)
#42443D
(66,68,61)
#333530
(51,53,48)
#242623
(36,38,35)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #ABAD98

#ABAD98
(171,173,152)
#B2B4A1
(178,180,161)
#B9BBAA
(185,187,170)
#C0C2B3
(192,194,179)
#C7C9BC
(199,201,188)
#CED0C5
(206,208,197)
#D5D7CE
(213,215,206)
#DCDED7
(220,222,215)
#E3E5E0
(227,229,224)
#EAECE9
(234,236,233)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAD98; }

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

This text font color is #ABAD98.

Background Color

.myBgColor { background-color: #ABAD98; }

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

This div background color is #ABAD98.

Border color

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

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

This div border color is #ABAD98.

Opacity

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

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

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

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

This text has shadow with #ABAD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAD98.

Preview

Color preview on black background

This text has color #ABAD98 on black background.


Color preview on white background

This text has color #ABAD98 on white background.


Black color preview on #ABAD98 background

This text has black color on #ABAD98 background.


White color preview on #ABAD98 background

This text has white color on #ABAD98 background.


Related colors

Complementary color

Complementary color for #hex is #545267.


I love getcolorcode.com

Triadic colors

1 #98ABAD and #AD98AB with #ABAD98 are triadic colors.

2 #98ADAB and #ADAB98 with #ABAD98 are triadic colors.