COLOR #AC80DE

HEX: #AC80DE
RGB: (172,128,222)

Color info

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

RGB color model

#AC80DE color RGB value is (172,128,222).

  • red value is 172;
  • green value is 128;
  • blue value is 222.
RGB:
(172,128,222)
(67%,50%,87%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 222 of 255 = 87%

172
128
222

R + G + B ~ 68%. #AC80DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 222 = 522 (100%)
R 172 of 522 ~ 32.95%
G 128 of 522 ~ 24.52%
B 222 of 522 ~ 42.53%

%32.95
%24.52
%42.53

CMYK color model

#AC80DE color CMYK value is (23,42,0,13).

  • cyan value is 22.52%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,42,0,13)
C23M42Y0K13 
(23%,42%,0%,13%)
(0.23/0.42/0.00/0.13)	

CMYK percentages

%22.52
%42.34
%0
%12.94

Codes

Color #AC80DE in popluar color models

AC80DE
RGB172128222
HSL268°58.75%68.63%
HSB/HSV268°42.34%87.06%
CMYK22.52%42.34%0.00%
12.94%

Color #AC80DE in popluar number systems.

HEXAC80DE
Decimal172128222
Binary101011001000000011011110
Octal254200336

Shades and tints

Shades of #AC80DE

#AC80DE
(172,128,222)
#9D75CA
(157,117,202)
#8E6AB6
(142,106,182)
#7F5FA2
(127,95,162)
#70548E
(112,84,142)
#61497A
(97,73,122)
#523E66
(82,62,102)
#433352
(67,51,82)
#34283E
(52,40,62)
#251D2A
(37,29,42)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #AC80DE

#AC80DE
(172,128,222)
#B38BE1
(179,139,225)
#BA96E4
(186,150,228)
#C1A1E7
(193,161,231)
#C8ACEA
(200,172,234)
#CFB7ED
(207,183,237)
#D6C2F0
(214,194,240)
#DDCDF3
(221,205,243)
#E4D8F6
(228,216,246)
#EBE3F9
(235,227,249)
#F2EEFC
(242,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC80DE color. Also use rgb(172,128,222) instead hex code.

Text Font Color

.myTextColor { color: #AC80DE; }

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

This text font color is #AC80DE.


Background Color

.myBgColor { background-color: #AC80DE; }

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

This div background color is #AC80DE.


Border color

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

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

This div border color is #AC80DE.


Opacity

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

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

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

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

This text has shadow with #AC80DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC80DE on black background.


Color preview on white background

This text has color #AC80DE on white background.



Black color preview on #AC80DE background

This text has black color on #AC80DE background.


White color preview on #AC80DE background

This text has white color on #AC80DE background.