COLOR #AC88A9

HEX: #AC88A9
RGB: (172,136,169)

Color info

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

RGB color model

#AC88A9 color RGB value is (172,136,169).

  • red value is 172;
  • green value is 136;
  • blue value is 169.
RGB:
(172,136,169)
(67%,53%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 169 of 255 = 66%

172
136
169

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 169 = 477 (100%)
R 172 of 477 ~ 36.06%
G 136 of 477 ~ 28.51%
B 169 of 477 ~ 35.43%

%36.06
%28.51
%35.43

CMYK color model

#AC88A9 color CMYK value is (0,21,2,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(0,21,2,33)
C0M21Y2K33 
(0%,21%,2%,33%)
(0.00/0.21/0.02/0.33)	

CMYK percentages

%0
%20.93
%1.74
%32.55

Codes

Color #AC88A9 in popluar color models

AC88A9
RGB172136169
HSL305°17.82%60.39%
HSB/HSV305°20.93%67.45%
CMYK0.00%20.93%1.74%
32.55%

Color #AC88A9 in popluar number systems.

HEXAC88A9
Decimal172136169
Binary101011001000100010101001
Octal254210251

Shades and tints

Shades of #AC88A9

#AC88A9
(172,136,169)
#9D7C9A
(157,124,154)
#8E708B
(142,112,139)
#7F647C
(127,100,124)
#70586D
(112,88,109)
#614C5E
(97,76,94)
#52404F
(82,64,79)
#433440
(67,52,64)
#342831
(52,40,49)
#251C22
(37,28,34)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #AC88A9

#AC88A9
(172,136,169)
#B392B0
(179,146,176)
#BA9CB7
(186,156,183)
#C1A6BE
(193,166,190)
#C8B0C5
(200,176,197)
#CFBACC
(207,186,204)
#D6C4D3
(214,196,211)
#DDCEDA
(221,206,218)
#E4D8E1
(228,216,225)
#EBE2E8
(235,226,232)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC88A9 color. Also use rgb(172,136,169) instead hex code.

Text Font Color

.myTextColor { color: #AC88A9; }

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

This text font color is #AC88A9.


Background Color

.myBgColor { background-color: #AC88A9; }

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

This div background color is #AC88A9.


Border color

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

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

This div border color is #AC88A9.


Opacity

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

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

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

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

This text has shadow with #AC88A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC88A9 on black background.


Color preview on white background

This text has color #AC88A9 on white background.



Black color preview on #AC88A9 background

This text has black color on #AC88A9 background.


White color preview on #AC88A9 background

This text has white color on #AC88A9 background.