COLOR #AC96B6

HEX: #AC96B6
RGB: (172,150,182)

Color info

#AC96B6 contains red, green and blue colors in about the same proportion. Web safe color of #AC96B6 is #9999CC (or #99C).

RGB color model

#AC96B6 color RGB value is (172,150,182).

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

RGB channels and saturation

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

172
150
182

R + G + B ~ 66%. #AC96B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 150 + 182 = 504 (100%)
R 172 of 504 ~ 34.13%
G 150 of 504 ~ 29.76%
B 182 of 504 ~ 36.11%

%34.13
%29.76
%36.11

CMYK color model

#AC96B6 color CMYK value is (5,18,0,29).

  • cyan value is 5.49%
  • magenta value is 17.58%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(5,18,0,29)
C5M18Y0K29 
(5%,18%,0%,29%)
(0.05/0.18/0.00/0.29)	

CMYK percentages

%5.49
%17.58
%0
%28.63

Codes

Color #AC96B6 in popluar color models

AC96B6
RGB172150182
HSL281°17.98%65.10%
HSB/HSV281°17.58%71.37%
CMYK5.49%17.58%0.00%
28.63%

Color #AC96B6 in popluar number systems.

HEXAC96B6
Decimal172150182
Binary101011001001011010110110
Octal254226266

Shades and tints

Shades of #AC96B6

#AC96B6
(172,150,182)
#9D89A6
(157,137,166)
#8E7C96
(142,124,150)
#7F6F86
(127,111,134)
#706276
(112,98,118)
#615566
(97,85,102)
#524856
(82,72,86)
#433B46
(67,59,70)
#342E36
(52,46,54)
#252126
(37,33,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #AC96B6

#AC96B6
(172,150,182)
#B39FBC
(179,159,188)
#BAA8C2
(186,168,194)
#C1B1C8
(193,177,200)
#C8BACE
(200,186,206)
#CFC3D4
(207,195,212)
#D6CCDA
(214,204,218)
#DDD5E0
(221,213,224)
#E4DEE6
(228,222,230)
#EBE7EC
(235,231,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC96B6; }

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

This text font color is #AC96B6.


Background Color

.myBgColor { background-color: #AC96B6; }

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

This div background color is #AC96B6.


Border color

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

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

This div border color is #AC96B6.


Opacity

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

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

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

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

This text has shadow with #AC96B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC96B6 on black background.


Color preview on white background

This text has color #AC96B6 on white background.



Black color preview on #AC96B6 background

This text has black color on #AC96B6 background.


White color preview on #AC96B6 background

This text has white color on #AC96B6 background.