COLOR #AC85C8

HEX: #AC85C8
RGB: (172,133,200)

Color info

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

RGB color model

#AC85C8 color RGB value is (172,133,200).

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

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 200 of 255 = 78%

172
133
200

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

Portions of RGB colors in percentages

R + G + B =
172 + 133 + 200 = 505 (100%)
R 172 of 505 ~ 34.06%
G 133 of 505 ~ 26.34%
B 200 of 505 ~ 39.6%

%34.06
%26.34
%39.6

CMYK color model

#AC85C8 color CMYK value is (14,34,0,22).

  • cyan value is 14.00%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(14,34,0,22)
C14M34Y0K22 
(14%,34%,0%,22%)
(0.14/0.34/0.00/0.22)	

CMYK percentages

%14
%33.5
%0
%21.57

Codes

Color #AC85C8 in popluar color models

AC85C8
RGB172133200
HSL275°37.85%65.29%
HSB/HSV275°33.50%78.43%
CMYK14.00%33.50%0.00%
21.57%

Color #AC85C8 in popluar number systems.

HEXAC85C8
Decimal172133200
Binary101011001000010111001000
Octal254205310

Shades and tints

Shades of #AC85C8

#AC85C8
(172,133,200)
#9D79B6
(157,121,182)
#8E6DA4
(142,109,164)
#7F6192
(127,97,146)
#705580
(112,85,128)
#61496E
(97,73,110)
#523D5C
(82,61,92)
#43314A
(67,49,74)
#342538
(52,37,56)
#251926
(37,25,38)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #AC85C8

#AC85C8
(172,133,200)
#B390CD
(179,144,205)
#BA9BD2
(186,155,210)
#C1A6D7
(193,166,215)
#C8B1DC
(200,177,220)
#CFBCE1
(207,188,225)
#D6C7E6
(214,199,230)
#DDD2EB
(221,210,235)
#E4DDF0
(228,221,240)
#EBE8F5
(235,232,245)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC85C8; }

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

This text font color is #AC85C8.


Background Color

.myBgColor { background-color: #AC85C8; }

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

This div background color is #AC85C8.


Border color

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

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

This div border color is #AC85C8.


Opacity

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

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

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

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

This text has shadow with #AC85C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC85C8 on black background.


Color preview on white background

This text has color #AC85C8 on white background.



Black color preview on #AC85C8 background

This text has black color on #AC85C8 background.


White color preview on #AC85C8 background

This text has white color on #AC85C8 background.