COLOR #AC6487

HEX: #AC6487
RGB: (172,100,135)

Color info

#AC6487 contains mainly red and blue colors. Web safe color of #AC6487 is #996699 (or #969).

RGB color model

#AC6487 color RGB value is (172,100,135).

  • red value is 172;
  • green value is 100;
  • blue value is 135.
RGB:
(172,100,135)
(67%,39%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 100 of 255 = 39%
B 135 of 255 = 53%

172
100
135

R + G + B ~ 53%. #AC6487 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 100 + 135 = 407 (100%)
R 172 of 407 ~ 42.26%
G 100 of 407 ~ 24.57%
B 135 of 407 ~ 33.17%

%42.26
%24.57
%33.17

CMYK color model

#AC6487 color CMYK value is (0,42,22,33).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK:
(0,42,22,33)
C0M42Y22K33 
(0%,42%,22%,33%)
(0.00/0.42/0.22/0.33)	

CMYK percentages

%0
%41.86
%21.51
%32.55

Codes

Color #AC6487 in popluar color models

AC6487
RGB172100135
HSL331°30.25%53.33%
HSB/HSV331°41.86%67.45%
CMYK0.00%41.86%21.51%
32.55%

Color #AC6487 in popluar number systems.

HEXAC6487
Decimal172100135
Binary10101100110010010000111
Octal254144207

Shades and tints

Shades of #AC6487

#AC6487
(172,100,135)
#9D5B7B
(157,91,123)
#8E526F
(142,82,111)
#7F4963
(127,73,99)
#704057
(112,64,87)
#61374B
(97,55,75)
#522E3F
(82,46,63)
#432533
(67,37,51)
#341C27
(52,28,39)
#25131B
(37,19,27)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #AC6487

#AC6487
(172,100,135)
#B37291
(179,114,145)
#BA809B
(186,128,155)
#C18EA5
(193,142,165)
#C89CAF
(200,156,175)
#CFAAB9
(207,170,185)
#D6B8C3
(214,184,195)
#DDC6CD
(221,198,205)
#E4D4D7
(228,212,215)
#EBE2E1
(235,226,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6487 color. Also use rgb(172,100,135) instead hex code.

Text Font Color

.myTextColor { color: #AC6487; }

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

This text font color is #AC6487.


Background Color

.myBgColor { background-color: #AC6487; }

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

This div background color is #AC6487.


Border color

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

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

This div border color is #AC6487.


Opacity

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

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

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

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

This text has shadow with #AC6487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6487 on black background.


Color preview on white background

This text has color #AC6487 on white background.



Black color preview on #AC6487 background

This text has black color on #AC6487 background.


White color preview on #AC6487 background

This text has white color on #AC6487 background.