COLOR #AC8EE5

HEX: #AC8EE5
RGB: (172,142,229)

Color info

#AC8EE5 contains mainly red and blue colors. Web safe color of #AC8EE5 is #9999CC (or #99C).

RGB color model

#AC8EE5 color RGB value is (172,142,229).

  • red value is 172;
  • green value is 142;
  • blue value is 229.
RGB:
(172,142,229)
(67%,56%,90%)

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 229 of 255 = 90%

172
142
229

R + G + B ~ 71%. #AC8EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 229 = 543 (100%)
R 172 of 543 ~ 31.68%
G 142 of 543 ~ 26.15%
B 229 of 543 ~ 42.17%

%31.68
%26.15
%42.17

CMYK color model

#AC8EE5 color CMYK value is (25,38,0,10).

  • cyan value is 24.89%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,38,0,10)
C25M38Y0K10 
(25%,38%,0%,10%)
(0.25/0.38/0.00/0.10)	

CMYK percentages

%24.89
%37.99
%0
%10.2

Codes

Color #AC8EE5 in popluar color models

AC8EE5
RGB172142229
HSL261°62.59%72.75%
HSB/HSV261°37.99%89.80%
CMYK24.89%37.99%0.00%
10.20%

Color #AC8EE5 in popluar number systems.

HEXAC8EE5
Decimal172142229
Binary101011001000111011100101
Octal254216345

Shades and tints

Shades of #AC8EE5

#AC8EE5
(172,142,229)
#9D82D1
(157,130,209)
#8E76BD
(142,118,189)
#7F6AA9
(127,106,169)
#705E95
(112,94,149)
#615281
(97,82,129)
#52466D
(82,70,109)
#433A59
(67,58,89)
#342E45
(52,46,69)
#252231
(37,34,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #AC8EE5

#AC8EE5
(172,142,229)
#B398E7
(179,152,231)
#BAA2E9
(186,162,233)
#C1ACEB
(193,172,235)
#C8B6ED
(200,182,237)
#CFC0EF
(207,192,239)
#D6CAF1
(214,202,241)
#DDD4F3
(221,212,243)
#E4DEF5
(228,222,245)
#EBE8F7
(235,232,247)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8EE5 color. Also use rgb(172,142,229) instead hex code.

Text Font Color

.myTextColor { color: #AC8EE5; }

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

This text font color is #AC8EE5.


Background Color

.myBgColor { background-color: #AC8EE5; }

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

This div background color is #AC8EE5.


Border color

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

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

This div border color is #AC8EE5.


Opacity

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

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

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

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

This text has shadow with #AC8EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8EE5 on black background.


Color preview on white background

This text has color #AC8EE5 on white background.



Black color preview on #AC8EE5 background

This text has black color on #AC8EE5 background.


White color preview on #AC8EE5 background

This text has white color on #AC8EE5 background.