COLOR #AC6887

HEX: #AC6887
RGB: (172,104,135)

Color info

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

RGB color model

#AC6887 color RGB value is (172,104,135).

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

RGB channels and saturation

R 172 of 255 = 67%
G 104 of 255 = 41%
B 135 of 255 = 53%

172
104
135

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

Portions of RGB colors in percentages

R + G + B =
172 + 104 + 135 = 411 (100%)
R 172 of 411 ~ 41.85%
G 104 of 411 ~ 25.3%
B 135 of 411 ~ 32.85%

%41.85
%25.3
%32.85

CMYK color model

#AC6887 color CMYK value is (0,40,22,33).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK:
(0,40,22,33)
C0M40Y22K33 
(0%,40%,22%,33%)
(0.00/0.40/0.22/0.33)	

CMYK percentages

%0
%39.53
%21.51
%32.55

Codes

Color #AC6887 in popluar color models

AC6887
RGB172104135
HSL333°29.06%54.12%
HSB/HSV333°39.53%67.45%
CMYK0.00%39.53%21.51%
32.55%

Color #AC6887 in popluar number systems.

HEXAC6887
Decimal172104135
Binary10101100110100010000111
Octal254150207

Shades and tints

Shades of #AC6887

#AC6887
(172,104,135)
#9D5F7B
(157,95,123)
#8E566F
(142,86,111)
#7F4D63
(127,77,99)
#704457
(112,68,87)
#613B4B
(97,59,75)
#52323F
(82,50,63)
#432933
(67,41,51)
#342027
(52,32,39)
#25171B
(37,23,27)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #AC6887

#AC6887
(172,104,135)
#B37591
(179,117,145)
#BA829B
(186,130,155)
#C18FA5
(193,143,165)
#C89CAF
(200,156,175)
#CFA9B9
(207,169,185)
#D6B6C3
(214,182,195)
#DDC3CD
(221,195,205)
#E4D0D7
(228,208,215)
#EBDDE1
(235,221,225)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6887; }

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

This text font color is #AC6887.


Background Color

.myBgColor { background-color: #AC6887; }

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

This div background color is #AC6887.


Border color

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

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

This div border color is #AC6887.


Opacity

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

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

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

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

This text has shadow with #AC6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6887 on black background.


Color preview on white background

This text has color #AC6887 on white background.



Black color preview on #AC6887 background

This text has black color on #AC6887 background.


White color preview on #AC6887 background

This text has white color on #AC6887 background.