COLOR #ABA08E

HEX: #ABA08E RGB: (171,160,142)

Color info

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

RGB color model

#ABA08E color RGB value is (171,160,142).

RGB: (171,160,142) (67%, 63%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 142 of 255 = 56%

171
160
142

R + G + B ~ 62%. #ABA08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 160 + 142 = 473 (100%)
R 171 of 473 ~ 36.15%
G 160 of 473 ~ 33.83%
B 142 of 473 ~ 30.02'%

%36.15
%33.83
%30.02

CMYK color model

#ABA08E color CMYK value is (0,6,17,33).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 16.96%
  • key color value is 32.94%

CMYK: (0,6,17,33)
C0M6Y17K33 (0%, 6%, 17%, 33%)
(0.00 / 0.06 / 0.17 / 0.33)

CMYK percentages

%0
%6.43
%16.96
%32.94

Codes

Color #ABA08E in popluar color models

AB A0 8E
RGB 171 160 142
HSL 37° 14.72% 61.37%
HSB/HSV 37° 16.96% 67.06%
CMYK 0.00% 6.43% 16.96%
32.94%

Color #ABA08E in popluar number systems.

HEX AB A0 8E
Decimal 171 160 142
Binary 10101011 10100000 10001110
Octal 253 240 216

Shades and tints

Shades of #ABA08E

#ABA08E
(171,160,142)
#9C9282
(156,146,130)
#8D8476
(141,132,118)
#7E766A
(126,118,106)
#6F685E
(111,104,94)
#605A52
(96,90,82)
#514C46
(81,76,70)
#423E3A
(66,62,58)
#33302E
(51,48,46)
#242222
(36,34,34)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #ABA08E

#ABA08E
(171,160,142)
#B2A898
(178,168,152)
#B9B0A2
(185,176,162)
#C0B8AC
(192,184,172)
#C7C0B6
(199,192,182)
#CEC8C0
(206,200,192)
#D5D0CA
(213,208,202)
#DCD8D4
(220,216,212)
#E3E0DE
(227,224,222)
#EAE8E8
(234,232,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA08E color. Also use rgb(171,160,142) instead hex code.

Text Font Color

.myTextColor { color: #ABA08E; }

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

This text font color is #ABA08E.

Background Color

.myBgColor { background-color: #ABA08E; }

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

This div background color is #ABA08E.

Border color

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

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

This div border color is #ABA08E.

Opacity

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

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

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

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

This text has shadow with #ABA08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA08E.

Preview

Color preview on black background

This text has color #ABA08E on black background.


Color preview on white background

This text has color #ABA08E on white background.


Black color preview on #ABA08E background

This text has black color on #ABA08E background.


White color preview on #ABA08E background

This text has white color on #ABA08E background.


Related colors

Complementary color

Complementary color for #hex is #545F71.


I love getcolorcode.com

Triadic colors

1 #8EABA0 and #A08EAB with #ABA08E are triadic colors.

2 #8EA0AB and #A0AB8E with #ABA08E are triadic colors.