COLOR #AC84C0

HEX: #AC84C0
RGB: (172,132,192)

Color info

#AC84C0 contains mainly red and blue colors. Web safe color of #AC84C0 is #9999CC (or #99C).

RGB color model

#AC84C0 color RGB value is (172,132,192).

  • red value is 172;
  • green value is 132;
  • blue value is 192.
RGB:
(172,132,192)
(67%,52%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 192 of 255 = 75%

172
132
192

R + G + B ~ 65%. #AC84C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 132 + 192 = 496 (100%)
R 172 of 496 ~ 34.68%
G 132 of 496 ~ 26.61%
B 192 of 496 ~ 38.71%

%34.68
%26.61
%38.71

CMYK color model

#AC84C0 color CMYK value is (10,31,0,25).

  • cyan value is 10.42%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(10,31,0,25)
C10M31Y0K25 
(10%,31%,0%,25%)
(0.10/0.31/0.00/0.25)	

CMYK percentages

%10.42
%31.25
%0
%24.71

Codes

Color #AC84C0 in popluar color models

AC84C0
RGB172132192
HSL280°32.26%63.53%
HSB/HSV280°31.25%75.29%
CMYK10.42%31.25%0.00%
24.71%

Color #AC84C0 in popluar number systems.

HEXAC84C0
Decimal172132192
Binary101011001000010011000000
Octal254204300

Shades and tints

Shades of #AC84C0

#AC84C0
(172,132,192)
#9D78AF
(157,120,175)
#8E6C9E
(142,108,158)
#7F608D
(127,96,141)
#70547C
(112,84,124)
#61486B
(97,72,107)
#523C5A
(82,60,90)
#433049
(67,48,73)
#342438
(52,36,56)
#251827
(37,24,39)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #AC84C0

#AC84C0
(172,132,192)
#B38FC5
(179,143,197)
#BA9ACA
(186,154,202)
#C1A5CF
(193,165,207)
#C8B0D4
(200,176,212)
#CFBBD9
(207,187,217)
#D6C6DE
(214,198,222)
#DDD1E3
(221,209,227)
#E4DCE8
(228,220,232)
#EBE7ED
(235,231,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC84C0; }

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

This text font color is #AC84C0.


Background Color

.myBgColor { background-color: #AC84C0; }

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

This div background color is #AC84C0.


Border color

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

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

This div border color is #AC84C0.


Opacity

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

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

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

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

This text has shadow with #AC84C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC84C0 on black background.


Color preview on white background

This text has color #AC84C0 on white background.



Black color preview on #AC84C0 background

This text has black color on #AC84C0 background.


White color preview on #AC84C0 background

This text has white color on #AC84C0 background.