COLOR #AC8DA7

HEX: #AC8DA7 RGB: (172,141,167)

Color info

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

RGB color model

#AC8DA7 color RGB value is (172,141,167).

RGB: (172,141,167) (67%, 55%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 141 of 255 = 55%
B 167 of 255 = 65%

172
141
167

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

Portions of RGB colors in percentages

R + G + B = 172 + 141 + 167 = 480 (100%)
R 172 of 480 ~ 35.83%
G 141 of 480 ~ 29.38%
B 167 of 480 ~ 34.79'%

%35.83
%29.38
%34.79

CMYK color model

#AC8DA7 color CMYK value is (0,18,3,33).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 2.91%
  • key color value is 32.55%

CMYK: (0,18,3,33)
C0M18Y3K33 (0%, 18%, 3%, 33%)
(0.00 / 0.18 / 0.03 / 0.33)

CMYK percentages

%0
%18.02
%2.91
%32.55

Codes

Color #AC8DA7 in popluar color models

AC 8D A7
RGB 172 141 167
HSL 310° 15.74% 61.37%
HSB/HSV 310° 18.02% 67.45%
CMYK 0.00% 18.02% 2.91%
32.55%

Color #AC8DA7 in popluar number systems.

HEX AC 8D A7
Decimal 172 141 167
Binary 10101100 10001101 10100111
Octal 254 215 247

Shades and tints

Shades of #AC8DA7

#AC8DA7
(172,141,167)
#9D8198
(157,129,152)
#8E7589
(142,117,137)
#7F697A
(127,105,122)
#705D6B
(112,93,107)
#61515C
(97,81,92)
#52454D
(82,69,77)
#43393E
(67,57,62)
#342D2F
(52,45,47)
#252120
(37,33,32)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #AC8DA7

#AC8DA7
(172,141,167)
#B397AF
(179,151,175)
#BAA1B7
(186,161,183)
#C1ABBF
(193,171,191)
#C8B5C7
(200,181,199)
#CFBFCF
(207,191,207)
#D6C9D7
(214,201,215)
#DDD3DF
(221,211,223)
#E4DDE7
(228,221,231)
#EBE7EF
(235,231,239)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8DA7; }

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

This text font color is #AC8DA7.

Background Color

.myBgColor { background-color: #AC8DA7; }

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

This div background color is #AC8DA7.

Border color

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

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

This div border color is #AC8DA7.

Opacity

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

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

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

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

This text has shadow with #AC8DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8DA7.

Preview

Color preview on black background

This text has color #AC8DA7 on black background.


Color preview on white background

This text has color #AC8DA7 on white background.


Black color preview on #AC8DA7 background

This text has black color on #AC8DA7 background.


White color preview on #AC8DA7 background

This text has white color on #AC8DA7 background.


Related colors

Complementary color

Complementary color for #hex is #537258.


I love getcolorcode.com

Triadic colors

1 #A7AC8D and #8DA7AC with #AC8DA7 are triadic colors.

2 #A78DAC and #8DACA7 with #AC8DA7 are triadic colors.