COLOR #AC7E9B

HEX: #AC7E9B
RGB: (172,126,155)

Color info

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

RGB color model

#AC7E9B color RGB value is (172,126,155).

  • red value is 172;
  • green value is 126;
  • blue value is 155.
RGB:
(172,126,155)
(67%,49%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 155 of 255 = 61%

172
126
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 155 = 453 (100%)
R 172 of 453 ~ 37.97%
G 126 of 453 ~ 27.81%
B 155 of 453 ~ 34.22%

%37.97
%27.81
%34.22

CMYK color model

#AC7E9B color CMYK value is (0,27,10,33).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,27,10,33)
C0M27Y10K33 
(0%,27%,10%,33%)
(0.00/0.27/0.10/0.33)	

CMYK percentages

%0
%26.74
%9.88
%32.55

Codes

Color #AC7E9B in popluar color models

AC7E9B
RGB172126155
HSL322°21.70%58.43%
HSB/HSV322°26.74%67.45%
CMYK0.00%26.74%9.88%
32.55%

Color #AC7E9B in popluar number systems.

HEXAC7E9B
Decimal172126155
Binary10101100111111010011011
Octal254176233

Shades and tints

Shades of #AC7E9B

#AC7E9B
(172,126,155)
#9D738D
(157,115,141)
#8E687F
(142,104,127)
#7F5D71
(127,93,113)
#705263
(112,82,99)
#614755
(97,71,85)
#523C47
(82,60,71)
#433139
(67,49,57)
#34262B
(52,38,43)
#251B1D
(37,27,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #AC7E9B

#AC7E9B
(172,126,155)
#B389A4
(179,137,164)
#BA94AD
(186,148,173)
#C19FB6
(193,159,182)
#C8AABF
(200,170,191)
#CFB5C8
(207,181,200)
#D6C0D1
(214,192,209)
#DDCBDA
(221,203,218)
#E4D6E3
(228,214,227)
#EBE1EC
(235,225,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7E9B color. Also use rgb(172,126,155) instead hex code.

Text Font Color

.myTextColor { color: #AC7E9B; }

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

This text font color is #AC7E9B.


Background Color

.myBgColor { background-color: #AC7E9B; }

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

This div background color is #AC7E9B.


Border color

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

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

This div border color is #AC7E9B.


Opacity

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

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

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

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

This text has shadow with #AC7E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7E9B on black background.


Color preview on white background

This text has color #AC7E9B on white background.



Black color preview on #AC7E9B background

This text has black color on #AC7E9B background.


White color preview on #AC7E9B background

This text has white color on #AC7E9B background.