COLOR #AC7EB0

HEX: #AC7EB0
RGB: (172,126,176)

Color info

#AC7EB0 contains red, green and blue colors in about the same proportion. Web safe color of #AC7EB0 is #996699 (or #969).

RGB color model

#AC7EB0 color RGB value is (172,126,176).

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

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 176 of 255 = 69%

172
126
176

R + G + B ~ 62%. #AC7EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 176 = 474 (100%)
R 172 of 474 ~ 36.29%
G 126 of 474 ~ 26.58%
B 176 of 474 ~ 37.13%

%36.29
%26.58
%37.13

CMYK color model

#AC7EB0 color CMYK value is (2,28,0,31).

  • cyan value is 2.27%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(2,28,0,31)
C2M28Y0K31 
(2%,28%,0%,31%)
(0.02/0.28/0.00/0.31)	

CMYK percentages

%2.27
%28.41
%0
%30.98

Codes

Color #AC7EB0 in popluar color models

AC7EB0
RGB172126176
HSL295°24.04%59.22%
HSB/HSV295°28.41%69.02%
CMYK2.27%28.41%0.00%
30.98%

Color #AC7EB0 in popluar number systems.

HEXAC7EB0
Decimal172126176
Binary10101100111111010110000
Octal254176260

Shades and tints

Shades of #AC7EB0

#AC7EB0
(172,126,176)
#9D73A0
(157,115,160)
#8E6890
(142,104,144)
#7F5D80
(127,93,128)
#705270
(112,82,112)
#614760
(97,71,96)
#523C50
(82,60,80)
#433140
(67,49,64)
#342630
(52,38,48)
#251B20
(37,27,32)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #AC7EB0

#AC7EB0
(172,126,176)
#B389B7
(179,137,183)
#BA94BE
(186,148,190)
#C19FC5
(193,159,197)
#C8AACC
(200,170,204)
#CFB5D3
(207,181,211)
#D6C0DA
(214,192,218)
#DDCBE1
(221,203,225)
#E4D6E8
(228,214,232)
#EBE1EF
(235,225,239)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7EB0; }

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

This text font color is #AC7EB0.


Background Color

.myBgColor { background-color: #AC7EB0; }

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

This div background color is #AC7EB0.


Border color

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

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

This div border color is #AC7EB0.


Opacity

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

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

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

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

This text has shadow with #AC7EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7EB0 on black background.


Color preview on white background

This text has color #AC7EB0 on white background.



Black color preview on #AC7EB0 background

This text has black color on #AC7EB0 background.


White color preview on #AC7EB0 background

This text has white color on #AC7EB0 background.