COLOR #AC96A6

HEX: #AC96A6
RGB: (172,150,166)

Color info

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

RGB color model

#AC96A6 color RGB value is (172,150,166).

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

RGB channels and saturation

R 172 of 255 = 67%
G 150 of 255 = 59%
B 166 of 255 = 65%

172
150
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 150 + 166 = 488 (100%)
R 172 of 488 ~ 35.25%
G 150 of 488 ~ 30.74%
B 166 of 488 ~ 34.02%

%35.25
%30.74
%34.02

CMYK color model

#AC96A6 color CMYK value is (0,13,3,33).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(0,13,3,33)
C0M13Y3K33 
(0%,13%,3%,33%)
(0.00/0.13/0.03/0.33)	

CMYK percentages

%0
%12.79
%3.49
%32.55

Codes

Color #AC96A6 in popluar color models

AC96A6
RGB172150166
HSL316°11.70%63.14%
HSB/HSV316°12.79%67.45%
CMYK0.00%12.79%3.49%
32.55%

Color #AC96A6 in popluar number systems.

HEXAC96A6
Decimal172150166
Binary101011001001011010100110
Octal254226246

Shades and tints

Shades of #AC96A6

#AC96A6
(172,150,166)
#9D8997
(157,137,151)
#8E7C88
(142,124,136)
#7F6F79
(127,111,121)
#70626A
(112,98,106)
#61555B
(97,85,91)
#52484C
(82,72,76)
#433B3D
(67,59,61)
#342E2E
(52,46,46)
#25211F
(37,33,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #AC96A6

#AC96A6
(172,150,166)
#B39FAE
(179,159,174)
#BAA8B6
(186,168,182)
#C1B1BE
(193,177,190)
#C8BAC6
(200,186,198)
#CFC3CE
(207,195,206)
#D6CCD6
(214,204,214)
#DDD5DE
(221,213,222)
#E4DEE6
(228,222,230)
#EBE7EE
(235,231,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC96A6; }

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

This text font color is #AC96A6.


Background Color

.myBgColor { background-color: #AC96A6; }

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

This div background color is #AC96A6.


Border color

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

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

This div border color is #AC96A6.


Opacity

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

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

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

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

This text has shadow with #AC96A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC96A6 on black background.


Color preview on white background

This text has color #AC96A6 on white background.



Black color preview on #AC96A6 background

This text has black color on #AC96A6 background.


White color preview on #AC96A6 background

This text has white color on #AC96A6 background.