COLOR #AC978E

HEX: #AC978E RGB: (172,151,142)

Color info

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

RGB color model

#AC978E color RGB value is (172,151,142).

RGB: (172,151,142) (67%, 59%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 142 of 255 = 56%

172
151
142

R + G + B ~ 61%. #AC978E is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 151 + 142 = 465 (100%)
R 172 of 465 ~ 36.99%
G 151 of 465 ~ 32.47%
B 142 of 465 ~ 30.54'%

%36.99
%32.47
%30.54

CMYK color model

#AC978E color CMYK value is (0,12,17,33).

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

CMYK: (0,12,17,33)
C0M12Y17K33 (0%, 12%, 17%, 33%)
(0.00 / 0.12 / 0.17 / 0.33)

CMYK percentages

%0
%12.21
%17.44
%32.55

Codes

Color #AC978E in popluar color models

AC 97 8E
RGB 172 151 142
HSL 18° 15.31% 61.57%
HSB/HSV 18° 17.44% 67.45%
CMYK 0.00% 12.21% 17.44%
32.55%

Color #AC978E in popluar number systems.

HEX AC 97 8E
Decimal 172 151 142
Binary 10101100 10010111 10001110
Octal 254 227 216

Shades and tints

Shades of #AC978E

#AC978E
(172,151,142)
#9D8A82
(157,138,130)
#8E7D76
(142,125,118)
#7F706A
(127,112,106)
#70635E
(112,99,94)
#615652
(97,86,82)
#524946
(82,73,70)
#433C3A
(67,60,58)
#342F2E
(52,47,46)
#252222
(37,34,34)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #AC978E

#AC978E
(172,151,142)
#B3A098
(179,160,152)
#BAA9A2
(186,169,162)
#C1B2AC
(193,178,172)
#C8BBB6
(200,187,182)
#CFC4C0
(207,196,192)
#D6CDCA
(214,205,202)
#DDD6D4
(221,214,212)
#E4DFDE
(228,223,222)
#EBE8E8
(235,232,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC978E; }

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

This text font color is #AC978E.

Background Color

.myBgColor { background-color: #AC978E; }

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

This div background color is #AC978E.

Border color

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

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

This div border color is #AC978E.

Opacity

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

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

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

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

This text has shadow with #AC978E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC978E.

Preview

Color preview on black background

This text has color #AC978E on black background.


Color preview on white background

This text has color #AC978E on white background.


Black color preview on #AC978E background

This text has black color on #AC978E background.


White color preview on #AC978E background

This text has white color on #AC978E background.


Related colors

Complementary color

Complementary color for #hex is #536871.


I love getcolorcode.com

Triadic colors

1 #8EAC97 and #978EAC with #AC978E are triadic colors.

2 #8E97AC and #97AC8E with #AC978E are triadic colors.