COLOR #AC95C2

HEX: #AC95C2
RGB: (172,149,194)

Color info

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

RGB color model

#AC95C2 color RGB value is (172,149,194).

  • red value is 172;
  • green value is 149;
  • blue value is 194.
RGB:
(172,149,194)
(67%,58%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 194 of 255 = 76%

172
149
194

R + G + B ~ 67%. #AC95C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 149 + 194 = 515 (100%)
R 172 of 515 ~ 33.4%
G 149 of 515 ~ 28.93%
B 194 of 515 ~ 37.67%

%33.4
%28.93
%37.67

CMYK color model

#AC95C2 color CMYK value is (11,23,0,24).

  • cyan value is 11.34%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(11,23,0,24)
C11M23Y0K24 
(11%,23%,0%,24%)
(0.11/0.23/0.00/0.24)	

CMYK percentages

%11.34
%23.2
%0
%23.92

Codes

Color #AC95C2 in popluar color models

AC95C2
RGB172149194
HSL271°26.95%67.25%
HSB/HSV271°23.20%76.08%
CMYK11.34%23.20%0.00%
23.92%

Color #AC95C2 in popluar number systems.

HEXAC95C2
Decimal172149194
Binary101011001001010111000010
Octal254225302

Shades and tints

Shades of #AC95C2

#AC95C2
(172,149,194)
#9D88B1
(157,136,177)
#8E7BA0
(142,123,160)
#7F6E8F
(127,110,143)
#70617E
(112,97,126)
#61546D
(97,84,109)
#52475C
(82,71,92)
#433A4B
(67,58,75)
#342D3A
(52,45,58)
#252029
(37,32,41)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #AC95C2

#AC95C2
(172,149,194)
#B39EC7
(179,158,199)
#BAA7CC
(186,167,204)
#C1B0D1
(193,176,209)
#C8B9D6
(200,185,214)
#CFC2DB
(207,194,219)
#D6CBE0
(214,203,224)
#DDD4E5
(221,212,229)
#E4DDEA
(228,221,234)
#EBE6EF
(235,230,239)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC95C2; }

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

This text font color is #AC95C2.


Background Color

.myBgColor { background-color: #AC95C2; }

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

This div background color is #AC95C2.


Border color

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

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

This div border color is #AC95C2.


Opacity

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

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

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

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

This text has shadow with #AC95C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC95C2 on black background.


Color preview on white background

This text has color #AC95C2 on white background.



Black color preview on #AC95C2 background

This text has black color on #AC95C2 background.


White color preview on #AC95C2 background

This text has white color on #AC95C2 background.