COLOR #AC808F

HEX: #AC808F
RGB: (172,128,143)

Color info

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

RGB color model

#AC808F color RGB value is (172,128,143).

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

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 143 of 255 = 56%

172
128
143

R + G + B ~ 58%. #AC808F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 143 = 443 (100%)
R 172 of 443 ~ 38.83%
G 128 of 443 ~ 28.89%
B 143 of 443 ~ 32.28%

%38.83
%28.89
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 16.86%
  • key color value is 32.55%
CMYK:
(0,26,17,33)
C0M26Y17K33 
(0%,26%,17%,33%)
(0.00/0.26/0.17/0.33)	

CMYK percentages

%0
%25.58
%16.86
%32.55

Codes

Color #AC808F in popluar color models

AC808F
RGB172128143
HSL340°20.95%58.82%
HSB/HSV340°25.58%67.45%
CMYK0.00%25.58%16.86%
32.55%

Color #AC808F in popluar number systems.

HEXAC808F
Decimal172128143
Binary101011001000000010001111
Octal254200217

Shades and tints

Shades of #AC808F

#AC808F
(172,128,143)
#9D7582
(157,117,130)
#8E6A75
(142,106,117)
#7F5F68
(127,95,104)
#70545B
(112,84,91)
#61494E
(97,73,78)
#523E41
(82,62,65)
#433334
(67,51,52)
#342827
(52,40,39)
#251D1A
(37,29,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #AC808F

#AC808F
(172,128,143)
#B38B99
(179,139,153)
#BA96A3
(186,150,163)
#C1A1AD
(193,161,173)
#C8ACB7
(200,172,183)
#CFB7C1
(207,183,193)
#D6C2CB
(214,194,203)
#DDCDD5
(221,205,213)
#E4D8DF
(228,216,223)
#EBE3E9
(235,227,233)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC808F; }

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

This text font color is #AC808F.


Background Color

.myBgColor { background-color: #AC808F; }

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

This div background color is #AC808F.


Border color

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

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

This div border color is #AC808F.


Opacity

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

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

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

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

This text has shadow with #AC808F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC808F on black background.


Color preview on white background

This text has color #AC808F on white background.



Black color preview on #AC808F background

This text has black color on #AC808F background.


White color preview on #AC808F background

This text has white color on #AC808F background.