COLOR #AC7EC9

HEX: #AC7EC9
RGB: (172,126,201)

Color info

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

RGB color model

#AC7EC9 color RGB value is (172,126,201).

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

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 201 of 255 = 79%

172
126
201

R + G + B ~ 65%. #AC7EC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 201 = 499 (100%)
R 172 of 499 ~ 34.47%
G 126 of 499 ~ 25.25%
B 201 of 499 ~ 40.28%

%34.47
%25.25
%40.28

CMYK color model

#AC7EC9 color CMYK value is (14,37,0,21).

  • cyan value is 14.43%
  • magenta value is 37.31%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,37,0,21)
C14M37Y0K21 
(14%,37%,0%,21%)
(0.14/0.37/0.00/0.21)	

CMYK percentages

%14.43
%37.31
%0
%21.18

Codes

Color #AC7EC9 in popluar color models

AC7EC9
RGB172126201
HSL277°40.98%64.12%
HSB/HSV277°37.31%78.82%
CMYK14.43%37.31%0.00%
21.18%

Color #AC7EC9 in popluar number systems.

HEXAC7EC9
Decimal172126201
Binary10101100111111011001001
Octal254176311

Shades and tints

Shades of #AC7EC9

#AC7EC9
(172,126,201)
#9D73B7
(157,115,183)
#8E68A5
(142,104,165)
#7F5D93
(127,93,147)
#705281
(112,82,129)
#61476F
(97,71,111)
#523C5D
(82,60,93)
#43314B
(67,49,75)
#342639
(52,38,57)
#251B27
(37,27,39)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #AC7EC9

#AC7EC9
(172,126,201)
#B389CD
(179,137,205)
#BA94D1
(186,148,209)
#C19FD5
(193,159,213)
#C8AAD9
(200,170,217)
#CFB5DD
(207,181,221)
#D6C0E1
(214,192,225)
#DDCBE5
(221,203,229)
#E4D6E9
(228,214,233)
#EBE1ED
(235,225,237)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7EC9; }

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

This text font color is #AC7EC9.


Background Color

.myBgColor { background-color: #AC7EC9; }

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

This div background color is #AC7EC9.


Border color

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

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

This div border color is #AC7EC9.


Opacity

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

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

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

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

This text has shadow with #AC7EC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7EC9 on black background.


Color preview on white background

This text has color #AC7EC9 on white background.



Black color preview on #AC7EC9 background

This text has black color on #AC7EC9 background.


White color preview on #AC7EC9 background

This text has white color on #AC7EC9 background.