COLOR #ABA78E

HEX: #ABA78E RGB: (171,167,142)

Color info

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

RGB color model

#ABA78E color RGB value is (171,167,142).

RGB: (171,167,142) (67%, 65%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 142 of 255 = 56%

171
167
142

R + G + B ~ 63%. #ABA78E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 142 = 480 (100%)
R 171 of 480 ~ 35.63%
G 167 of 480 ~ 34.79%
B 142 of 480 ~ 29.58'%

%35.63
%34.79
%29.58

CMYK color model

#ABA78E color CMYK value is (0,2,17,33).

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

CMYK: (0,2,17,33)
C0M2Y17K33 (0%, 2%, 17%, 33%)
(0.00 / 0.02 / 0.17 / 0.33)

CMYK percentages

%0
%2.34
%16.96
%32.94

Codes

Color #ABA78E in popluar color models

AB A7 8E
RGB 171 167 142
HSL 52° 14.72% 61.37%
HSB/HSV 52° 16.96% 67.06%
CMYK 0.00% 2.34% 16.96%
32.94%

Color #ABA78E in popluar number systems.

HEX AB A7 8E
Decimal 171 167 142
Binary 10101011 10100111 10001110
Octal 253 247 216

Shades and tints

Shades of #ABA78E

#ABA78E
(171,167,142)
#9C9882
(156,152,130)
#8D8976
(141,137,118)
#7E7A6A
(126,122,106)
#6F6B5E
(111,107,94)
#605C52
(96,92,82)
#514D46
(81,77,70)
#423E3A
(66,62,58)
#332F2E
(51,47,46)
#242022
(36,32,34)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #ABA78E

#ABA78E
(171,167,142)
#B2AF98
(178,175,152)
#B9B7A2
(185,183,162)
#C0BFAC
(192,191,172)
#C7C7B6
(199,199,182)
#CECFC0
(206,207,192)
#D5D7CA
(213,215,202)
#DCDFD4
(220,223,212)
#E3E7DE
(227,231,222)
#EAEFE8
(234,239,232)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA78E; }

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

This text font color is #ABA78E.

Background Color

.myBgColor { background-color: #ABA78E; }

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

This div background color is #ABA78E.

Border color

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

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

This div border color is #ABA78E.

Opacity

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

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

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

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

This text has shadow with #ABA78E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA78E.

Preview

Color preview on black background

This text has color #ABA78E on black background.


Color preview on white background

This text has color #ABA78E on white background.


Black color preview on #ABA78E background

This text has black color on #ABA78E background.


White color preview on #ABA78E background

This text has white color on #ABA78E background.


Related colors

Complementary color

Complementary color for #hex is #545871.


I love getcolorcode.com

Triadic colors

1 #8EABA7 and #A78EAB with #ABA78E are triadic colors.

2 #8EA7AB and #A7AB8E with #ABA78E are triadic colors.