COLOR #AC98A6

HEX: #AC98A6
RGB: (172,152,166)

Color info

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

RGB color model

#AC98A6 color RGB value is (172,152,166).

  • red value is 172;
  • green value is 152;
  • blue value is 166.
RGB:
(172,152,166)
(67%,60%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 166 of 255 = 65%

172
152
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 152 + 166 = 490 (100%)
R 172 of 490 ~ 35.1%
G 152 of 490 ~ 31.02%
B 166 of 490 ~ 33.88%

%35.1
%31.02
%33.88

CMYK color model

#AC98A6 color CMYK value is (0,12,3,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(0,12,3,33)
C0M12Y3K33 
(0%,12%,3%,33%)
(0.00/0.12/0.03/0.33)	

CMYK percentages

%0
%11.63
%3.49
%32.55

Codes

Color #AC98A6 in popluar color models

AC98A6
RGB172152166
HSL318°10.75%63.53%
HSB/HSV318°11.63%67.45%
CMYK0.00%11.63%3.49%
32.55%

Color #AC98A6 in popluar number systems.

HEXAC98A6
Decimal172152166
Binary101011001001100010100110
Octal254230246

Shades and tints

Shades of #AC98A6

#AC98A6
(172,152,166)
#9D8B97
(157,139,151)
#8E7E88
(142,126,136)
#7F7179
(127,113,121)
#70646A
(112,100,106)
#61575B
(97,87,91)
#524A4C
(82,74,76)
#433D3D
(67,61,61)
#34302E
(52,48,46)
#25231F
(37,35,31)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #AC98A6

#AC98A6
(172,152,166)
#B3A1AE
(179,161,174)
#BAAAB6
(186,170,182)
#C1B3BE
(193,179,190)
#C8BCC6
(200,188,198)
#CFC5CE
(207,197,206)
#D6CED6
(214,206,214)
#DDD7DE
(221,215,222)
#E4E0E6
(228,224,230)
#EBE9EE
(235,233,238)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC98A6 color. Also use rgb(172,152,166) instead hex code.

Text Font Color

.myTextColor { color: #AC98A6; }

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

This text font color is #AC98A6.


Background Color

.myBgColor { background-color: #AC98A6; }

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

This div background color is #AC98A6.


Border color

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

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

This div border color is #AC98A6.


Opacity

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

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

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

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

This text has shadow with #AC98A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC98A6 on black background.


Color preview on white background

This text has color #AC98A6 on white background.



Black color preview on #AC98A6 background

This text has black color on #AC98A6 background.


White color preview on #AC98A6 background

This text has white color on #AC98A6 background.