COLOR #AC6E83

HEX: #AC6E83
RGB: (172,110,131)

Color info

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

RGB color model

#AC6E83 color RGB value is (172,110,131).

  • red value is 172;
  • green value is 110;
  • blue value is 131.
RGB:
(172,110,131)
(67%,43%,51%)

RGB channels and saturation

R 172 of 255 = 67%
G 110 of 255 = 43%
B 131 of 255 = 51%

172
110
131

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

Portions of RGB colors in percentages

R + G + B =
172 + 110 + 131 = 413 (100%)
R 172 of 413 ~ 41.65%
G 110 of 413 ~ 26.63%
B 131 of 413 ~ 31.72%

%41.65
%26.63
%31.72

CMYK color model

#AC6E83 color CMYK value is (0,36,24,33).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(0,36,24,33)
C0M36Y24K33 
(0%,36%,24%,33%)
(0.00/0.36/0.24/0.33)	

CMYK percentages

%0
%36.05
%23.84
%32.55

Codes

Color #AC6E83 in popluar color models

AC6E83
RGB172110131
HSL340°27.19%55.29%
HSB/HSV340°36.05%67.45%
CMYK0.00%36.05%23.84%
32.55%

Color #AC6E83 in popluar number systems.

HEXAC6E83
Decimal172110131
Binary10101100110111010000011
Octal254156203

Shades and tints

Shades of #AC6E83

#AC6E83
(172,110,131)
#9D6478
(157,100,120)
#8E5A6D
(142,90,109)
#7F5062
(127,80,98)
#704657
(112,70,87)
#613C4C
(97,60,76)
#523241
(82,50,65)
#432836
(67,40,54)
#341E2B
(52,30,43)
#251420
(37,20,32)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #AC6E83

#AC6E83
(172,110,131)
#B37B8E
(179,123,142)
#BA8899
(186,136,153)
#C195A4
(193,149,164)
#C8A2AF
(200,162,175)
#CFAFBA
(207,175,186)
#D6BCC5
(214,188,197)
#DDC9D0
(221,201,208)
#E4D6DB
(228,214,219)
#EBE3E6
(235,227,230)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6E83 color. Also use rgb(172,110,131) instead hex code.

Text Font Color

.myTextColor { color: #AC6E83; }

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

This text font color is #AC6E83.


Background Color

.myBgColor { background-color: #AC6E83; }

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

This div background color is #AC6E83.


Border color

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

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

This div border color is #AC6E83.


Opacity

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

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

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

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

This text has shadow with #AC6E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6E83 on black background.


Color preview on white background

This text has color #AC6E83 on white background.



Black color preview on #AC6E83 background

This text has black color on #AC6E83 background.


White color preview on #AC6E83 background

This text has white color on #AC6E83 background.