COLOR #AC7387

HEX: #AC7387
RGB: (172,115,135)

Color info

#AC7387 contains red, green and blue colors in about the same proportion. Web safe color of #AC7387 is #996699 (or #969).

RGB color model

#AC7387 color RGB value is (172,115,135).

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

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 135 of 255 = 53%

172
115
135

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 135 = 422 (100%)
R 172 of 422 ~ 40.76%
G 115 of 422 ~ 27.25%
B 135 of 422 ~ 31.99%

%40.76
%27.25
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK:
(0,33,22,33)
C0M33Y22K33 
(0%,33%,22%,33%)
(0.00/0.33/0.22/0.33)	

CMYK percentages

%0
%33.14
%21.51
%32.55

Codes

Color #AC7387 in popluar color models

AC7387
RGB172115135
HSL339°25.56%56.27%
HSB/HSV339°33.14%67.45%
CMYK0.00%33.14%21.51%
32.55%

Color #AC7387 in popluar number systems.

HEXAC7387
Decimal172115135
Binary10101100111001110000111
Octal254163207

Shades and tints

Shades of #AC7387

#AC7387
(172,115,135)
#9D697B
(157,105,123)
#8E5F6F
(142,95,111)
#7F5563
(127,85,99)
#704B57
(112,75,87)
#61414B
(97,65,75)
#52373F
(82,55,63)
#432D33
(67,45,51)
#342327
(52,35,39)
#25191B
(37,25,27)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #AC7387

#AC7387
(172,115,135)
#B37F91
(179,127,145)
#BA8B9B
(186,139,155)
#C197A5
(193,151,165)
#C8A3AF
(200,163,175)
#CFAFB9
(207,175,185)
#D6BBC3
(214,187,195)
#DDC7CD
(221,199,205)
#E4D3D7
(228,211,215)
#EBDFE1
(235,223,225)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7387; }

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

This text font color is #AC7387.


Background Color

.myBgColor { background-color: #AC7387; }

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

This div background color is #AC7387.


Border color

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

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

This div border color is #AC7387.


Opacity

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

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

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

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

This text has shadow with #AC7387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7387 on black background.


Color preview on white background

This text has color #AC7387 on white background.



Black color preview on #AC7387 background

This text has black color on #AC7387 background.


White color preview on #AC7387 background

This text has white color on #AC7387 background.