COLOR #AC839D

HEX: #AC839D
RGB: (172,131,157)

Color info

#AC839D contains red, green and blue colors in about the same proportion. Web safe color of #AC839D is #999999 (or #999).

RGB color model

#AC839D color RGB value is (172,131,157).

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

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 157 of 255 = 62%

172
131
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 157 = 460 (100%)
R 172 of 460 ~ 37.39%
G 131 of 460 ~ 28.48%
B 157 of 460 ~ 34.13%

%37.39
%28.48
%34.13

CMYK color model

#AC839D color CMYK value is (0,24,9,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(0,24,9,33)
C0M24Y9K33 
(0%,24%,9%,33%)
(0.00/0.24/0.09/0.33)	

CMYK percentages

%0
%23.84
%8.72
%32.55

Codes

Color #AC839D in popluar color models

AC839D
RGB172131157
HSL322°19.81%59.41%
HSB/HSV322°23.84%67.45%
CMYK0.00%23.84%8.72%
32.55%

Color #AC839D in popluar number systems.

HEXAC839D
Decimal172131157
Binary101011001000001110011101
Octal254203235

Shades and tints

Shades of #AC839D

#AC839D
(172,131,157)
#9D788F
(157,120,143)
#8E6D81
(142,109,129)
#7F6273
(127,98,115)
#705765
(112,87,101)
#614C57
(97,76,87)
#524149
(82,65,73)
#43363B
(67,54,59)
#342B2D
(52,43,45)
#25201F
(37,32,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #AC839D

#AC839D
(172,131,157)
#B38EA5
(179,142,165)
#BA99AD
(186,153,173)
#C1A4B5
(193,164,181)
#C8AFBD
(200,175,189)
#CFBAC5
(207,186,197)
#D6C5CD
(214,197,205)
#DDD0D5
(221,208,213)
#E4DBDD
(228,219,221)
#EBE6E5
(235,230,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC839D; }

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

This text font color is #AC839D.


Background Color

.myBgColor { background-color: #AC839D; }

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

This div background color is #AC839D.


Border color

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

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

This div border color is #AC839D.


Opacity

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

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

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

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

This text has shadow with #AC839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC839D on black background.


Color preview on white background

This text has color #AC839D on white background.



Black color preview on #AC839D background

This text has black color on #AC839D background.


White color preview on #AC839D background

This text has white color on #AC839D background.