COLOR #AC84A5

HEX: #AC84A5
RGB: (172,132,165)

Color info

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

RGB color model

#AC84A5 color RGB value is (172,132,165).

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

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 165 of 255 = 65%

172
132
165

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

Portions of RGB colors in percentages

R + G + B =
172 + 132 + 165 = 469 (100%)
R 172 of 469 ~ 36.67%
G 132 of 469 ~ 28.14%
B 165 of 469 ~ 35.18%

%36.67
%28.14
%35.18

CMYK color model

#AC84A5 color CMYK value is (0,23,4,33).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(0,23,4,33)
C0M23Y4K33 
(0%,23%,4%,33%)
(0.00/0.23/0.04/0.33)	

CMYK percentages

%0
%23.26
%4.07
%32.55

Codes

Color #AC84A5 in popluar color models

AC84A5
RGB172132165
HSL311°19.42%59.61%
HSB/HSV311°23.26%67.45%
CMYK0.00%23.26%4.07%
32.55%

Color #AC84A5 in popluar number systems.

HEXAC84A5
Decimal172132165
Binary101011001000010010100101
Octal254204245

Shades and tints

Shades of #AC84A5

#AC84A5
(172,132,165)
#9D7896
(157,120,150)
#8E6C87
(142,108,135)
#7F6078
(127,96,120)
#705469
(112,84,105)
#61485A
(97,72,90)
#523C4B
(82,60,75)
#43303C
(67,48,60)
#34242D
(52,36,45)
#25181E
(37,24,30)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #AC84A5

#AC84A5
(172,132,165)
#B38FAD
(179,143,173)
#BA9AB5
(186,154,181)
#C1A5BD
(193,165,189)
#C8B0C5
(200,176,197)
#CFBBCD
(207,187,205)
#D6C6D5
(214,198,213)
#DDD1DD
(221,209,221)
#E4DCE5
(228,220,229)
#EBE7ED
(235,231,237)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC84A5; }

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

This text font color is #AC84A5.


Background Color

.myBgColor { background-color: #AC84A5; }

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

This div background color is #AC84A5.


Border color

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

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

This div border color is #AC84A5.


Opacity

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

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

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

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

This text has shadow with #AC84A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC84A5 on black background.


Color preview on white background

This text has color #AC84A5 on white background.



Black color preview on #AC84A5 background

This text has black color on #AC84A5 background.


White color preview on #AC84A5 background

This text has white color on #AC84A5 background.