COLOR #ABA898

HEX: #ABA898 RGB: (171,168,152)

Color info

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

RGB color model

#ABA898 color RGB value is (171,168,152).

RGB: (171,168,152) (67%, 66%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 152 of 255 = 60%

171
168
152

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

Portions of RGB colors in percentages

R + G + B = 171 + 168 + 152 = 491 (100%)
R 171 of 491 ~ 34.83%
G 168 of 491 ~ 34.22%
B 152 of 491 ~ 30.96'%

%34.83
%34.22
%30.96

CMYK color model

#ABA898 color CMYK value is (0,2,11,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 11.11%
  • key color value is 32.94%

CMYK: (0,2,11,33)
C0M2Y11K33 (0%, 2%, 11%, 33%)
(0.00 / 0.02 / 0.11 / 0.33)

CMYK percentages

%0
%1.75
%11.11
%32.94

Codes

Color #ABA898 in popluar color models

AB A8 98
RGB 171 168 152
HSL 51° 10.16% 63.33%
HSB/HSV 51° 11.11% 67.06%
CMYK 0.00% 1.75% 11.11%
32.94%

Color #ABA898 in popluar number systems.

HEX AB A8 98
Decimal 171 168 152
Binary 10101011 10101000 10011000
Octal 253 250 230

Shades and tints

Shades of #ABA898

#ABA898
(171,168,152)
#9C998B
(156,153,139)
#8D8A7E
(141,138,126)
#7E7B71
(126,123,113)
#6F6C64
(111,108,100)
#605D57
(96,93,87)
#514E4A
(81,78,74)
#423F3D
(66,63,61)
#333030
(51,48,48)
#242123
(36,33,35)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABA898

#ABA898
(171,168,152)
#B2AFA1
(178,175,161)
#B9B6AA
(185,182,170)
#C0BDB3
(192,189,179)
#C7C4BC
(199,196,188)
#CECBC5
(206,203,197)
#D5D2CE
(213,210,206)
#DCD9D7
(220,217,215)
#E3E0E0
(227,224,224)
#EAE7E9
(234,231,233)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA898; }

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

This text font color is #ABA898.

Background Color

.myBgColor { background-color: #ABA898; }

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

This div background color is #ABA898.

Border color

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

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

This div border color is #ABA898.

Opacity

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

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

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

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

This text has shadow with #ABA898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA898.

Preview

Color preview on black background

This text has color #ABA898 on black background.


Color preview on white background

This text has color #ABA898 on white background.


Black color preview on #ABA898 background

This text has black color on #ABA898 background.


White color preview on #ABA898 background

This text has white color on #ABA898 background.


Related colors

Complementary color

Complementary color for #hex is #545767.


I love getcolorcode.com

Triadic colors

1 #98ABA8 and #A898AB with #ABA898 are triadic colors.

2 #98A8AB and #A8AB98 with #ABA898 are triadic colors.