COLOR #AC80AE

HEX: #AC80AE
RGB: (172,128,174)

Color info

#AC80AE contains red, green and blue colors in about the same proportion. Web safe color of #AC80AE is #996699 (or #969).

RGB color model

#AC80AE color RGB value is (172,128,174).

  • red value is 172;
  • green value is 128;
  • blue value is 174.
RGB:
(172,128,174)
(67%,50%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 174 of 255 = 68%

172
128
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 174 = 474 (100%)
R 172 of 474 ~ 36.29%
G 128 of 474 ~ 27%
B 174 of 474 ~ 36.71%

%36.29
%27
%36.71

CMYK color model

#AC80AE color CMYK value is (1,26,0,32).

  • cyan value is 1.15%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,26,0,32)
C1M26Y0K32 
(1%,26%,0%,32%)
(0.01/0.26/0.00/0.32)	

CMYK percentages

%1.15
%26.44
%0
%31.76

Codes

Color #AC80AE in popluar color models

AC80AE
RGB172128174
HSL297°22.12%59.22%
HSB/HSV297°26.44%68.24%
CMYK1.15%26.44%0.00%
31.76%

Color #AC80AE in popluar number systems.

HEXAC80AE
Decimal172128174
Binary101011001000000010101110
Octal254200256

Shades and tints

Shades of #AC80AE

#AC80AE
(172,128,174)
#9D759F
(157,117,159)
#8E6A90
(142,106,144)
#7F5F81
(127,95,129)
#705472
(112,84,114)
#614963
(97,73,99)
#523E54
(82,62,84)
#433345
(67,51,69)
#342836
(52,40,54)
#251D27
(37,29,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #AC80AE

#AC80AE
(172,128,174)
#B38BB5
(179,139,181)
#BA96BC
(186,150,188)
#C1A1C3
(193,161,195)
#C8ACCA
(200,172,202)
#CFB7D1
(207,183,209)
#D6C2D8
(214,194,216)
#DDCDDF
(221,205,223)
#E4D8E6
(228,216,230)
#EBE3ED
(235,227,237)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC80AE; }

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

This text font color is #AC80AE.


Background Color

.myBgColor { background-color: #AC80AE; }

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

This div background color is #AC80AE.


Border color

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

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

This div border color is #AC80AE.


Opacity

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

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

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

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

This text has shadow with #AC80AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC80AE on black background.


Color preview on white background

This text has color #AC80AE on white background.



Black color preview on #AC80AE background

This text has black color on #AC80AE background.


White color preview on #AC80AE background

This text has white color on #AC80AE background.