COLOR #AC85E0

HEX: #AC85E0
RGB: (172,133,224)

Color info

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

RGB color model

#AC85E0 color RGB value is (172,133,224).

  • red value is 172;
  • green value is 133;
  • blue value is 224.
RGB:
(172,133,224)
(67%,52%,88%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 224 of 255 = 88%

172
133
224

R + G + B ~ 69%. #AC85E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 133 + 224 = 529 (100%)
R 172 of 529 ~ 32.51%
G 133 of 529 ~ 25.14%
B 224 of 529 ~ 42.34%

%32.51
%25.14
%42.34

CMYK color model

#AC85E0 color CMYK value is (23,41,0,12).

  • cyan value is 23.21%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(23,41,0,12)
C23M41Y0K12 
(23%,41%,0%,12%)
(0.23/0.41/0.00/0.12)	

CMYK percentages

%23.21
%40.63
%0
%12.16

Codes

Color #AC85E0 in popluar color models

AC85E0
RGB172133224
HSL266°59.48%70.00%
HSB/HSV266°40.63%87.84%
CMYK23.21%40.63%0.00%
12.16%

Color #AC85E0 in popluar number systems.

HEXAC85E0
Decimal172133224
Binary101011001000010111100000
Octal254205340

Shades and tints

Shades of #AC85E0

#AC85E0
(172,133,224)
#9D79CC
(157,121,204)
#8E6DB8
(142,109,184)
#7F61A4
(127,97,164)
#705590
(112,85,144)
#61497C
(97,73,124)
#523D68
(82,61,104)
#433154
(67,49,84)
#342540
(52,37,64)
#25192C
(37,25,44)
#160D18
(22,13,24)
#000000
(0,0,0)

Tints of #AC85E0

#AC85E0
(172,133,224)
#B390E2
(179,144,226)
#BA9BE4
(186,155,228)
#C1A6E6
(193,166,230)
#C8B1E8
(200,177,232)
#CFBCEA
(207,188,234)
#D6C7EC
(214,199,236)
#DDD2EE
(221,210,238)
#E4DDF0
(228,221,240)
#EBE8F2
(235,232,242)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC85E0 color. Also use rgb(172,133,224) instead hex code.

Text Font Color

.myTextColor { color: #AC85E0; }

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

This text font color is #AC85E0.


Background Color

.myBgColor { background-color: #AC85E0; }

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

This div background color is #AC85E0.


Border color

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

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

This div border color is #AC85E0.


Opacity

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

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

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

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

This text has shadow with #AC85E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC85E0 on black background.


Color preview on white background

This text has color #AC85E0 on white background.



Black color preview on #AC85E0 background

This text has black color on #AC85E0 background.


White color preview on #AC85E0 background

This text has white color on #AC85E0 background.