COLOR #AC7EBC

HEX: #AC7EBC
RGB: (172,126,188)

Color info

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

RGB color model

#AC7EBC color RGB value is (172,126,188).

  • red value is 172;
  • green value is 126;
  • blue value is 188.
RGB:
(172,126,188)
(67%,49%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 188 of 255 = 74%

172
126
188

R + G + B ~ 63%. #AC7EBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 188 = 486 (100%)
R 172 of 486 ~ 35.39%
G 126 of 486 ~ 25.93%
B 188 of 486 ~ 38.68%

%35.39
%25.93
%38.68

CMYK color model

#AC7EBC color CMYK value is (9,33,0,26).

  • cyan value is 8.51%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,33,0,26)
C9M33Y0K26 
(9%,33%,0%,26%)
(0.09/0.33/0.00/0.26)	

CMYK percentages

%8.51
%32.98
%0
%26.27

Codes

Color #AC7EBC in popluar color models

AC7EBC
RGB172126188
HSL285°31.63%61.57%
HSB/HSV285°32.98%73.73%
CMYK8.51%32.98%0.00%
26.27%

Color #AC7EBC in popluar number systems.

HEXAC7EBC
Decimal172126188
Binary10101100111111010111100
Octal254176274

Shades and tints

Shades of #AC7EBC

#AC7EBC
(172,126,188)
#9D73AB
(157,115,171)
#8E689A
(142,104,154)
#7F5D89
(127,93,137)
#705278
(112,82,120)
#614767
(97,71,103)
#523C56
(82,60,86)
#433145
(67,49,69)
#342634
(52,38,52)
#251B23
(37,27,35)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #AC7EBC

#AC7EBC
(172,126,188)
#B389C2
(179,137,194)
#BA94C8
(186,148,200)
#C19FCE
(193,159,206)
#C8AAD4
(200,170,212)
#CFB5DA
(207,181,218)
#D6C0E0
(214,192,224)
#DDCBE6
(221,203,230)
#E4D6EC
(228,214,236)
#EBE1F2
(235,225,242)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7EBC color. Also use rgb(172,126,188) instead hex code.

Text Font Color

.myTextColor { color: #AC7EBC; }

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

This text font color is #AC7EBC.


Background Color

.myBgColor { background-color: #AC7EBC; }

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

This div background color is #AC7EBC.


Border color

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

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

This div border color is #AC7EBC.


Opacity

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

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

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

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

This text has shadow with #AC7EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7EBC on black background.


Color preview on white background

This text has color #AC7EBC on white background.



Black color preview on #AC7EBC background

This text has black color on #AC7EBC background.


White color preview on #AC7EBC background

This text has white color on #AC7EBC background.