COLOR #AC70BA

HEX: #AC70BA
RGB: (172,112,186)

Color info

#AC70BA contains mainly red and blue colors. Web safe color of #AC70BA is #9966CC (or #96C).

RGB color model

#AC70BA color RGB value is (172,112,186).

  • red value is 172;
  • green value is 112;
  • blue value is 186.
RGB:
(172,112,186)
(67%,44%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 112 of 255 = 44%
B 186 of 255 = 73%

172
112
186

R + G + B ~ 61%. #AC70BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 112 + 186 = 470 (100%)
R 172 of 470 ~ 36.6%
G 112 of 470 ~ 23.83%
B 186 of 470 ~ 39.57%

%36.6
%23.83
%39.57

CMYK color model

#AC70BA color CMYK value is (8,40,0,27).

  • cyan value is 7.53%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,40,0,27)
C8M40Y0K27 
(8%,40%,0%,27%)
(0.08/0.40/0.00/0.27)	

CMYK percentages

%7.53
%39.78
%0
%27.06

Codes

Color #AC70BA in popluar color models

AC70BA
RGB172112186
HSL289°34.91%58.43%
HSB/HSV289°39.78%72.94%
CMYK7.53%39.78%0.00%
27.06%

Color #AC70BA in popluar number systems.

HEXAC70BA
Decimal172112186
Binary10101100111000010111010
Octal254160272

Shades and tints

Shades of #AC70BA

#AC70BA
(172,112,186)
#9D66AA
(157,102,170)
#8E5C9A
(142,92,154)
#7F528A
(127,82,138)
#70487A
(112,72,122)
#613E6A
(97,62,106)
#52345A
(82,52,90)
#432A4A
(67,42,74)
#34203A
(52,32,58)
#25162A
(37,22,42)
#160C1A
(22,12,26)
#000000
(0,0,0)

Tints of #AC70BA

#AC70BA
(172,112,186)
#B37DC0
(179,125,192)
#BA8AC6
(186,138,198)
#C197CC
(193,151,204)
#C8A4D2
(200,164,210)
#CFB1D8
(207,177,216)
#D6BEDE
(214,190,222)
#DDCBE4
(221,203,228)
#E4D8EA
(228,216,234)
#EBE5F0
(235,229,240)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC70BA; }

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

This text font color is #AC70BA.


Background Color

.myBgColor { background-color: #AC70BA; }

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

This div background color is #AC70BA.


Border color

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

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

This div border color is #AC70BA.


Opacity

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

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

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

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

This text has shadow with #AC70BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC70BA on black background.


Color preview on white background

This text has color #AC70BA on white background.



Black color preview on #AC70BA background

This text has black color on #AC70BA background.


White color preview on #AC70BA background

This text has white color on #AC70BA background.