COLOR #AC96C4

HEX: #AC96C4
RGB: (172,150,196)

Color info

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

RGB color model

#AC96C4 color RGB value is (172,150,196).

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

RGB channels and saturation

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

172
150
196

R + G + B ~ 68%. #AC96C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 150 + 196 = 518 (100%)
R 172 of 518 ~ 33.2%
G 150 of 518 ~ 28.96%
B 196 of 518 ~ 37.84%

%33.2
%28.96
%37.84

CMYK color model

#AC96C4 color CMYK value is (12,23,0,23).

  • cyan value is 12.24%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,23,0,23)
C12M23Y0K23 
(12%,23%,0%,23%)
(0.12/0.23/0.00/0.23)	

CMYK percentages

%12.24
%23.47
%0
%23.14

Codes

Color #AC96C4 in popluar color models

AC96C4
RGB172150196
HSL269°28.05%67.84%
HSB/HSV269°23.47%76.86%
CMYK12.24%23.47%0.00%
23.14%

Color #AC96C4 in popluar number systems.

HEXAC96C4
Decimal172150196
Binary101011001001011011000100
Octal254226304

Shades and tints

Shades of #AC96C4

#AC96C4
(172,150,196)
#9D89B3
(157,137,179)
#8E7CA2
(142,124,162)
#7F6F91
(127,111,145)
#706280
(112,98,128)
#61556F
(97,85,111)
#52485E
(82,72,94)
#433B4D
(67,59,77)
#342E3C
(52,46,60)
#25212B
(37,33,43)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #AC96C4

#AC96C4
(172,150,196)
#B39FC9
(179,159,201)
#BAA8CE
(186,168,206)
#C1B1D3
(193,177,211)
#C8BAD8
(200,186,216)
#CFC3DD
(207,195,221)
#D6CCE2
(214,204,226)
#DDD5E7
(221,213,231)
#E4DEEC
(228,222,236)
#EBE7F1
(235,231,241)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC96C4; }

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

This text font color is #AC96C4.


Background Color

.myBgColor { background-color: #AC96C4; }

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

This div background color is #AC96C4.


Border color

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

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

This div border color is #AC96C4.


Opacity

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

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

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

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

This text has shadow with #AC96C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC96C4 on black background.


Color preview on white background

This text has color #AC96C4 on white background.



Black color preview on #AC96C4 background

This text has black color on #AC96C4 background.


White color preview on #AC96C4 background

This text has white color on #AC96C4 background.