COLOR #AC84A2

HEX: #AC84A2
RGB: (172,132,162)

Color info

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

RGB color model

#AC84A2 color RGB value is (172,132,162).

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

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 162 of 255 = 64%

172
132
162

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

Portions of RGB colors in percentages

R + G + B =
172 + 132 + 162 = 466 (100%)
R 172 of 466 ~ 36.91%
G 132 of 466 ~ 28.33%
B 162 of 466 ~ 34.76%

%36.91
%28.33
%34.76

CMYK color model

#AC84A2 color CMYK value is (0,23,6,33).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,23,6,33)
C0M23Y6K33 
(0%,23%,6%,33%)
(0.00/0.23/0.06/0.33)	

CMYK percentages

%0
%23.26
%5.81
%32.55

Codes

Color #AC84A2 in popluar color models

AC84A2
RGB172132162
HSL315°19.42%59.61%
HSB/HSV315°23.26%67.45%
CMYK0.00%23.26%5.81%
32.55%

Color #AC84A2 in popluar number systems.

HEXAC84A2
Decimal172132162
Binary101011001000010010100010
Octal254204242

Shades and tints

Shades of #AC84A2

#AC84A2
(172,132,162)
#9D7894
(157,120,148)
#8E6C86
(142,108,134)
#7F6078
(127,96,120)
#70546A
(112,84,106)
#61485C
(97,72,92)
#523C4E
(82,60,78)
#433040
(67,48,64)
#342432
(52,36,50)
#251824
(37,24,36)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #AC84A2

#AC84A2
(172,132,162)
#B38FAA
(179,143,170)
#BA9AB2
(186,154,178)
#C1A5BA
(193,165,186)
#C8B0C2
(200,176,194)
#CFBBCA
(207,187,202)
#D6C6D2
(214,198,210)
#DDD1DA
(221,209,218)
#E4DCE2
(228,220,226)
#EBE7EA
(235,231,234)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC84A2; }

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

This text font color is #AC84A2.


Background Color

.myBgColor { background-color: #AC84A2; }

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

This div background color is #AC84A2.


Border color

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

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

This div border color is #AC84A2.


Opacity

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

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

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

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

This text has shadow with #AC84A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC84A2 on black background.


Color preview on white background

This text has color #AC84A2 on white background.



Black color preview on #AC84A2 background

This text has black color on #AC84A2 background.


White color preview on #AC84A2 background

This text has white color on #AC84A2 background.