COLOR #AC86B4

HEX: #AC86B4
RGB: (172,134,180)

Color info

#AC86B4 contains red, green and blue colors in about the same proportion. Web safe color of #AC86B4 is #9999CC (or #99C).

RGB color model

#AC86B4 color RGB value is (172,134,180).

  • red value is 172;
  • green value is 134;
  • blue value is 180.
RGB:
(172,134,180)
(67%,53%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 134 of 255 = 53%
B 180 of 255 = 71%

172
134
180

R + G + B ~ 64%. #AC86B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 134 + 180 = 486 (100%)
R 172 of 486 ~ 35.39%
G 134 of 486 ~ 27.57%
B 180 of 486 ~ 37.04%

%35.39
%27.57
%37.04

CMYK color model

#AC86B4 color CMYK value is (4,26,0,29).

  • cyan value is 4.44%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,26,0,29)
C4M26Y0K29 
(4%,26%,0%,29%)
(0.04/0.26/0.00/0.29)	

CMYK percentages

%4.44
%25.56
%0
%29.41

Codes

Color #AC86B4 in popluar color models

AC86B4
RGB172134180
HSL290°23.47%61.57%
HSB/HSV290°25.56%70.59%
CMYK4.44%25.56%0.00%
29.41%

Color #AC86B4 in popluar number systems.

HEXAC86B4
Decimal172134180
Binary101011001000011010110100
Octal254206264

Shades and tints

Shades of #AC86B4

#AC86B4
(172,134,180)
#9D7AA4
(157,122,164)
#8E6E94
(142,110,148)
#7F6284
(127,98,132)
#705674
(112,86,116)
#614A64
(97,74,100)
#523E54
(82,62,84)
#433244
(67,50,68)
#342634
(52,38,52)
#251A24
(37,26,36)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #AC86B4

#AC86B4
(172,134,180)
#B391BA
(179,145,186)
#BA9CC0
(186,156,192)
#C1A7C6
(193,167,198)
#C8B2CC
(200,178,204)
#CFBDD2
(207,189,210)
#D6C8D8
(214,200,216)
#DDD3DE
(221,211,222)
#E4DEE4
(228,222,228)
#EBE9EA
(235,233,234)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC86B4; }

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

This text font color is #AC86B4.


Background Color

.myBgColor { background-color: #AC86B4; }

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

This div background color is #AC86B4.


Border color

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

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

This div border color is #AC86B4.


Opacity

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

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

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

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

This text has shadow with #AC86B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC86B4 on black background.


Color preview on white background

This text has color #AC86B4 on white background.



Black color preview on #AC86B4 background

This text has black color on #AC86B4 background.


White color preview on #AC86B4 background

This text has white color on #AC86B4 background.