COLOR #AC8EAC

HEX: #AC8EAC
RGB: (172,142,172)

Color info

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

RGB color model

#AC8EAC color RGB value is (172,142,172).

  • red value is 172;
  • green value is 142;
  • blue value is 172.
RGB:
(172,142,172)
(67%,56%,67%)

RGB channels and saturation

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

172
142
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 172 = 486 (100%)
R 172 of 486 ~ 35.39%
G 142 of 486 ~ 29.22%
B 172 of 486 ~ 35.39%

%35.39
%29.22
%35.39

CMYK color model

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

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

CMYK percentages

%0
%17.44
%0
%32.55

Codes

Color #AC8EAC in popluar color models

AC8EAC
RGB172142172
HSL300°15.31%61.57%
HSB/HSV300°17.44%67.45%
CMYK0.00%17.44%0.00%
32.55%

Color #AC8EAC in popluar number systems.

HEXAC8EAC
Decimal172142172
Binary101011001000111010101100
Octal254216254

Shades and tints

Shades of #AC8EAC

#AC8EAC
(172,142,172)
#9D829D
(157,130,157)
#8E768E
(142,118,142)
#7F6A7F
(127,106,127)
#705E70
(112,94,112)
#615261
(97,82,97)
#524652
(82,70,82)
#433A43
(67,58,67)
#342E34
(52,46,52)
#252225
(37,34,37)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #AC8EAC

#AC8EAC
(172,142,172)
#B398B3
(179,152,179)
#BAA2BA
(186,162,186)
#C1ACC1
(193,172,193)
#C8B6C8
(200,182,200)
#CFC0CF
(207,192,207)
#D6CAD6
(214,202,214)
#DDD4DD
(221,212,221)
#E4DEE4
(228,222,228)
#EBE8EB
(235,232,235)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8EAC; }

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

This text font color is #AC8EAC.


Background Color

.myBgColor { background-color: #AC8EAC; }

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

This div background color is #AC8EAC.


Border color

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

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

This div border color is #AC8EAC.


Opacity

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

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

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

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

This text has shadow with #AC8EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8EAC on black background.


Color preview on white background

This text has color #AC8EAC on white background.



Black color preview on #AC8EAC background

This text has black color on #AC8EAC background.


White color preview on #AC8EAC background

This text has white color on #AC8EAC background.