COLOR #AC7ED1

HEX: #AC7ED1
RGB: (172,126,209)

Color info

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

RGB color model

#AC7ED1 color RGB value is (172,126,209).

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

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 209 of 255 = 82%

172
126
209

R + G + B ~ 66%. #AC7ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 209 = 507 (100%)
R 172 of 507 ~ 33.93%
G 126 of 507 ~ 24.85%
B 209 of 507 ~ 41.22%

%33.93
%24.85
%41.22

CMYK color model

#AC7ED1 color CMYK value is (18,40,0,18).

  • cyan value is 17.70%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,40,0,18)
C18M40Y0K18 
(18%,40%,0%,18%)
(0.18/0.40/0.00/0.18)	

CMYK percentages

%17.7
%39.71
%0
%18.04

Codes

Color #AC7ED1 in popluar color models

AC7ED1
RGB172126209
HSL273°47.43%65.69%
HSB/HSV273°39.71%81.96%
CMYK17.70%39.71%0.00%
18.04%

Color #AC7ED1 in popluar number systems.

HEXAC7ED1
Decimal172126209
Binary10101100111111011010001
Octal254176321

Shades and tints

Shades of #AC7ED1

#AC7ED1
(172,126,209)
#9D73BE
(157,115,190)
#8E68AB
(142,104,171)
#7F5D98
(127,93,152)
#705285
(112,82,133)
#614772
(97,71,114)
#523C5F
(82,60,95)
#43314C
(67,49,76)
#342639
(52,38,57)
#251B26
(37,27,38)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #AC7ED1

#AC7ED1
(172,126,209)
#B389D5
(179,137,213)
#BA94D9
(186,148,217)
#C19FDD
(193,159,221)
#C8AAE1
(200,170,225)
#CFB5E5
(207,181,229)
#D6C0E9
(214,192,233)
#DDCBED
(221,203,237)
#E4D6F1
(228,214,241)
#EBE1F5
(235,225,245)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7ED1; }

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

This text font color is #AC7ED1.


Background Color

.myBgColor { background-color: #AC7ED1; }

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

This div background color is #AC7ED1.


Border color

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

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

This div border color is #AC7ED1.


Opacity

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

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

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

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

This text has shadow with #AC7ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7ED1 on black background.


Color preview on white background

This text has color #AC7ED1 on white background.



Black color preview on #AC7ED1 background

This text has black color on #AC7ED1 background.


White color preview on #AC7ED1 background

This text has white color on #AC7ED1 background.