COLOR #AC97A8

HEX: #AC97A8
RGB: (172,151,168)

Color info

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

RGB color model

#AC97A8 color RGB value is (172,151,168).

  • red value is 172;
  • green value is 151;
  • blue value is 168.
RGB:
(172,151,168)
(67%,59%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 168 of 255 = 66%

172
151
168

R + G + B ~ 64%. #AC97A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 168 = 491 (100%)
R 172 of 491 ~ 35.03%
G 151 of 491 ~ 30.75%
B 168 of 491 ~ 34.22%

%35.03
%30.75
%34.22

CMYK color model

#AC97A8 color CMYK value is (0,12,2,33).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK:
(0,12,2,33)
C0M12Y2K33 
(0%,12%,2%,33%)
(0.00/0.12/0.02/0.33)	

CMYK percentages

%0
%12.21
%2.33
%32.55

Codes

Color #AC97A8 in popluar color models

AC97A8
RGB172151168
HSL311°11.23%63.33%
HSB/HSV311°12.21%67.45%
CMYK0.00%12.21%2.33%
32.55%

Color #AC97A8 in popluar number systems.

HEXAC97A8
Decimal172151168
Binary101011001001011110101000
Octal254227250

Shades and tints

Shades of #AC97A8

#AC97A8
(172,151,168)
#9D8A99
(157,138,153)
#8E7D8A
(142,125,138)
#7F707B
(127,112,123)
#70636C
(112,99,108)
#61565D
(97,86,93)
#52494E
(82,73,78)
#433C3F
(67,60,63)
#342F30
(52,47,48)
#252221
(37,34,33)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #AC97A8

#AC97A8
(172,151,168)
#B3A0AF
(179,160,175)
#BAA9B6
(186,169,182)
#C1B2BD
(193,178,189)
#C8BBC4
(200,187,196)
#CFC4CB
(207,196,203)
#D6CDD2
(214,205,210)
#DDD6D9
(221,214,217)
#E4DFE0
(228,223,224)
#EBE8E7
(235,232,231)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC97A8 color. Also use rgb(172,151,168) instead hex code.

Text Font Color

.myTextColor { color: #AC97A8; }

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

This text font color is #AC97A8.


Background Color

.myBgColor { background-color: #AC97A8; }

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

This div background color is #AC97A8.


Border color

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

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

This div border color is #AC97A8.


Opacity

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

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

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

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

This text has shadow with #AC97A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC97A8 on black background.


Color preview on white background

This text has color #AC97A8 on white background.



Black color preview on #AC97A8 background

This text has black color on #AC97A8 background.


White color preview on #AC97A8 background

This text has white color on #AC97A8 background.