COLOR #AC8EA7

HEX: #AC8EA7 RGB: (172,142,167)

Color info

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

RGB color model

#AC8EA7 color RGB value is (172,142,167).

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

RGB channels and saturation

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

172
142
167

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

Portions of RGB colors in percentages

R + G + B = 172 + 142 + 167 = 481 (100%)
R 172 of 481 ~ 35.76%
G 142 of 481 ~ 29.52%
B 167 of 481 ~ 34.72'%

%35.76
%29.52
%34.72

CMYK color model

#AC8EA7 color CMYK value is (0,17,3,33).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK: (0,17,3,33) C0M17Y3K33 (0%,17%,3%,33%) (0.00/0.17/0.03/0.33) 

CMYK percentages

%0
%17.44
%2.91
%32.55

Codes

Color #AC8EA7 in popluar color models

AC 8E A7
RGB 172 142 167
HSL 310° 15.31% 61.57%
HSB/HSV 310° 17.44% 67.45%
CMYK 0.00% 17.44% 2.91%
32.55%

Color #AC8EA7 in popluar number systems.

HEX AC 8E A7
Decimal 172 142 167
Binary 10101100 10001110 10100111
Octal 254 216 247

Shades and tints

Shades of #AC8EA7

#AC8EA7
(172,142,167)
#9D8298
(157,130,152)
#8E7689
(142,118,137)
#7F6A7A
(127,106,122)
#705E6B
(112,94,107)
#61525C
(97,82,92)
#52464D
(82,70,77)
#433A3E
(67,58,62)
#342E2F
(52,46,47)
#252220
(37,34,32)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #AC8EA7

#AC8EA7
(172,142,167)
#B398AF
(179,152,175)
#BAA2B7
(186,162,183)
#C1ACBF
(193,172,191)
#C8B6C7
(200,182,199)
#CFC0CF
(207,192,207)
#D6CAD7
(214,202,215)
#DDD4DF
(221,212,223)
#E4DEE7
(228,222,231)
#EBE8EF
(235,232,239)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8EA7; }

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

This text font color is #AC8EA7.

Background Color

.myBgColor { background-color: #AC8EA7; }

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

This div background color is #AC8EA7.

Border color

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

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

This div border color is #AC8EA7.

Opacity

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

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

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

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

This text has shadow with #AC8EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8EA7.

Preview

Color preview on black background

This text has color #AC8EA7 on black background.


Color preview on white background

This text has color #AC8EA7 on white background.


Black color preview on #AC8EA7 background

This text has black color on #AC8EA7 background.


White color preview on #AC8EA7 background

This text has white color on #AC8EA7 background.


Related colors

Complementary color

Complementary color for #hex is #537158.


I love getcolorcode.com

Triadic colors

1 #A7AC8E and #8EA7AC with #AC8EA7 are triadic colors.

2 #A78EAC and #8EACA7 with #AC8EA7 are triadic colors.