COLOR #AC86E6

HEX: #AC86E6 RGB: (172,134,230)

Color info

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

RGB color model

#AC86E6 color RGB value is (172,134,230).

RGB: (172,134,230) (67%, 53%, 90%)

RGB channels and saturation

R 172 of 255 = 67%
G 134 of 255 = 53%
B 230 of 255 = 90%

172
134
230

R + G + B ~ 70%. #AC86E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 134 + 230 = 536 (100%)
R 172 of 536 ~ 32.09%
G 134 of 536 ~ 25%
B 230 of 536 ~ 42.91'%

%32.09
%25
%42.91

CMYK color model

#AC86E6 color CMYK value is (25,42,0,10).

  • cyan value is 25.22%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (25,42,0,10)
C25M42Y0K10 (25%, 42%, 0%, 10%)
(0.25 / 0.42 / 0.00 / 0.10)

CMYK percentages

%25.22
%41.74
%0
%9.8

Codes

Color #AC86E6 in popluar color models

AC 86 E6
RGB 172 134 230
HSL 264° 65.75% 71.37%
HSB/HSV 264° 41.74% 90.20%
CMYK 25.22% 41.74% 0.00%
9.80%

Color #AC86E6 in popluar number systems.

HEX AC 86 E6
Decimal 172 134 230
Binary 10101100 10000110 11100110
Octal 254 206 346

Shades and tints

Shades of #AC86E6

#AC86E6
(172,134,230)
#9D7AD2
(157,122,210)
#8E6EBE
(142,110,190)
#7F62AA
(127,98,170)
#705696
(112,86,150)
#614A82
(97,74,130)
#523E6E
(82,62,110)
#43325A
(67,50,90)
#342646
(52,38,70)
#251A32
(37,26,50)
#160E1E
(22,14,30)
#000000
(0,0,0)

Tints of #AC86E6

#AC86E6
(172,134,230)
#B391E8
(179,145,232)
#BA9CEA
(186,156,234)
#C1A7EC
(193,167,236)
#C8B2EE
(200,178,238)
#CFBDF0
(207,189,240)
#D6C8F2
(214,200,242)
#DDD3F4
(221,211,244)
#E4DEF6
(228,222,246)
#EBE9F8
(235,233,248)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC86E6 color. Also use rgb(172,134,230) instead hex code.

Text Font Color

.myTextColor { color: #AC86E6; }

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

This text font color is #AC86E6.

Background Color

.myBgColor { background-color: #AC86E6; }

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

This div background color is #AC86E6.

Border color

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

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

This div border color is #AC86E6.

Opacity

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

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

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

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

This text has shadow with #AC86E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC86E6.

Preview

Color preview on black background

This text has color #AC86E6 on black background.


Color preview on white background

This text has color #AC86E6 on white background.


Black color preview on #AC86E6 background

This text has black color on #AC86E6 background.


White color preview on #AC86E6 background

This text has white color on #AC86E6 background.


Related colors

Complementary color

Complementary color for #hex is #537919.


I love getcolorcode.com

Triadic colors

1 #E6AC86 and #86E6AC with #AC86E6 are triadic colors.

2 #E686AC and #86ACE6 with #AC86E6 are triadic colors.