COLOR #ACAB8E

HEX: #ACAB8E RGB: (172,171,142)

Color info

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

RGB color model

#ACAB8E color RGB value is (172,171,142).

RGB: (172,171,142) (67%, 67%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 142 of 255 = 56%

172
171
142

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

Portions of RGB colors in percentages

R + G + B = 172 + 171 + 142 = 485 (100%)
R 172 of 485 ~ 35.46%
G 171 of 485 ~ 35.26%
B 142 of 485 ~ 29.28'%

%35.46
%35.26
%29.28

CMYK color model

#ACAB8E color CMYK value is (0,1,17,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 17.44%
  • key color value is 32.55%

CMYK: (0,1,17,33)
C0M1Y17K33 (0%, 1%, 17%, 33%)
(0.00 / 0.01 / 0.17 / 0.33)

CMYK percentages

%0
%0.58
%17.44
%32.55

Codes

Color #ACAB8E in popluar color models

AC AB 8E
RGB 172 171 142
HSL 58° 15.31% 61.57%
HSB/HSV 58° 17.44% 67.45%
CMYK 0.00% 0.58% 17.44%
32.55%

Color #ACAB8E in popluar number systems.

HEX AC AB 8E
Decimal 172 171 142
Binary 10101100 10101011 10001110
Octal 254 253 216

Shades and tints

Shades of #ACAB8E

#ACAB8E
(172,171,142)
#9D9C82
(157,156,130)
#8E8D76
(142,141,118)
#7F7E6A
(127,126,106)
#706F5E
(112,111,94)
#616052
(97,96,82)
#525146
(82,81,70)
#43423A
(67,66,58)
#34332E
(52,51,46)
#252422
(37,36,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #ACAB8E

#ACAB8E
(172,171,142)
#B3B298
(179,178,152)
#BAB9A2
(186,185,162)
#C1C0AC
(193,192,172)
#C8C7B6
(200,199,182)
#CFCEC0
(207,206,192)
#D6D5CA
(214,213,202)
#DDDCD4
(221,220,212)
#E4E3DE
(228,227,222)
#EBEAE8
(235,234,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAB8E; }

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

This text font color is #ACAB8E.

Background Color

.myBgColor { background-color: #ACAB8E; }

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

This div background color is #ACAB8E.

Border color

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

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

This div border color is #ACAB8E.

Opacity

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

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

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

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

This text has shadow with #ACAB8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAB8E.

Preview

Color preview on black background

This text has color #ACAB8E on black background.


Color preview on white background

This text has color #ACAB8E on white background.


Black color preview on #ACAB8E background

This text has black color on #ACAB8E background.


White color preview on #ACAB8E background

This text has white color on #ACAB8E background.


Related colors

Complementary color

Complementary color for #hex is #535471.


I love getcolorcode.com

Triadic colors

1 #8EACAB and #AB8EAC with #ACAB8E are triadic colors.

2 #8EABAC and #ABAC8E with #ACAB8E are triadic colors.