COLOR #AC95D6

HEX: #AC95D6
RGB: (172,149,214)

Color info

#AC95D6 contains mainly red and blue colors. Web safe color of #AC95D6 is #9999CC (or #99C).

RGB color model

#AC95D6 color RGB value is (172,149,214).

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

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 214 of 255 = 84%

172
149
214

R + G + B ~ 70%. #AC95D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 149 + 214 = 535 (100%)
R 172 of 535 ~ 32.15%
G 149 of 535 ~ 27.85%
B 214 of 535 ~ 40%

%32.15
%27.85
%40

CMYK color model

#AC95D6 color CMYK value is (20,30,0,16).

  • cyan value is 19.63%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(20,30,0,16)
C20M30Y0K16 
(20%,30%,0%,16%)
(0.20/0.30/0.00/0.16)	

CMYK percentages

%19.63
%30.37
%0
%16.08

Codes

Color #AC95D6 in popluar color models

AC95D6
RGB172149214
HSL261°44.22%71.18%
HSB/HSV261°30.37%83.92%
CMYK19.63%30.37%0.00%
16.08%

Color #AC95D6 in popluar number systems.

HEXAC95D6
Decimal172149214
Binary101011001001010111010110
Octal254225326

Shades and tints

Shades of #AC95D6

#AC95D6
(172,149,214)
#9D88C3
(157,136,195)
#8E7BB0
(142,123,176)
#7F6E9D
(127,110,157)
#70618A
(112,97,138)
#615477
(97,84,119)
#524764
(82,71,100)
#433A51
(67,58,81)
#342D3E
(52,45,62)
#25202B
(37,32,43)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #AC95D6

#AC95D6
(172,149,214)
#B39ED9
(179,158,217)
#BAA7DC
(186,167,220)
#C1B0DF
(193,176,223)
#C8B9E2
(200,185,226)
#CFC2E5
(207,194,229)
#D6CBE8
(214,203,232)
#DDD4EB
(221,212,235)
#E4DDEE
(228,221,238)
#EBE6F1
(235,230,241)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC95D6; }

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

This text font color is #AC95D6.


Background Color

.myBgColor { background-color: #AC95D6; }

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

This div background color is #AC95D6.


Border color

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

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

This div border color is #AC95D6.


Opacity

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

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

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

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

This text has shadow with #AC95D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC95D6 on black background.


Color preview on white background

This text has color #AC95D6 on white background.



Black color preview on #AC95D6 background

This text has black color on #AC95D6 background.


White color preview on #AC95D6 background

This text has white color on #AC95D6 background.