COLOR #AC96AC

HEX: #AC96AC
RGB: (172,150,172)

Color info

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

RGB color model

#AC96AC color RGB value is (172,150,172).

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

RGB channels and saturation

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

172
150
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 150 + 172 = 494 (100%)
R 172 of 494 ~ 34.82%
G 150 of 494 ~ 30.36%
B 172 of 494 ~ 34.82%

%34.82
%30.36
%34.82

CMYK color model

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

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

CMYK percentages

%0
%12.79
%0
%32.55

Codes

Color #AC96AC in popluar color models

AC96AC
RGB172150172
HSL300°11.70%63.14%
HSB/HSV300°12.79%67.45%
CMYK0.00%12.79%0.00%
32.55%

Color #AC96AC in popluar number systems.

HEXAC96AC
Decimal172150172
Binary101011001001011010101100
Octal254226254

Shades and tints

Shades of #AC96AC

#AC96AC
(172,150,172)
#9D899D
(157,137,157)
#8E7C8E
(142,124,142)
#7F6F7F
(127,111,127)
#706270
(112,98,112)
#615561
(97,85,97)
#524852
(82,72,82)
#433B43
(67,59,67)
#342E34
(52,46,52)
#252125
(37,33,37)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #AC96AC

#AC96AC
(172,150,172)
#B39FB3
(179,159,179)
#BAA8BA
(186,168,186)
#C1B1C1
(193,177,193)
#C8BAC8
(200,186,200)
#CFC3CF
(207,195,207)
#D6CCD6
(214,204,214)
#DDD5DD
(221,213,221)
#E4DEE4
(228,222,228)
#EBE7EB
(235,231,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC96AC; }

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

This text font color is #AC96AC.


Background Color

.myBgColor { background-color: #AC96AC; }

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

This div background color is #AC96AC.


Border color

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

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

This div border color is #AC96AC.


Opacity

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

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

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

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

This text has shadow with #AC96AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC96AC on black background.


Color preview on white background

This text has color #AC96AC on white background.



Black color preview on #AC96AC background

This text has black color on #AC96AC background.


White color preview on #AC96AC background

This text has white color on #AC96AC background.