COLOR #AC789C

HEX: #AC789C
RGB: (172,120,156)

Color info

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

RGB color model

#AC789C color RGB value is (172,120,156).

  • red value is 172;
  • green value is 120;
  • blue value is 156.
RGB:
(172,120,156)
(67%,47%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 156 of 255 = 61%

172
120
156

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

Portions of RGB colors in percentages

R + G + B =
172 + 120 + 156 = 448 (100%)
R 172 of 448 ~ 38.39%
G 120 of 448 ~ 26.79%
B 156 of 448 ~ 34.82%

%38.39
%26.79
%34.82

CMYK color model

#AC789C color CMYK value is (0,30,9,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 9.30%
  • key color value is 32.55%
CMYK:
(0,30,9,33)
C0M30Y9K33 
(0%,30%,9%,33%)
(0.00/0.30/0.09/0.33)	

CMYK percentages

%0
%30.23
%9.3
%32.55

Codes

Color #AC789C in popluar color models

AC789C
RGB172120156
HSL318°23.85%57.25%
HSB/HSV318°30.23%67.45%
CMYK0.00%30.23%9.30%
32.55%

Color #AC789C in popluar number systems.

HEXAC789C
Decimal172120156
Binary10101100111100010011100
Octal254170234

Shades and tints

Shades of #AC789C

#AC789C
(172,120,156)
#9D6E8E
(157,110,142)
#8E6480
(142,100,128)
#7F5A72
(127,90,114)
#705064
(112,80,100)
#614656
(97,70,86)
#523C48
(82,60,72)
#43323A
(67,50,58)
#34282C
(52,40,44)
#251E1E
(37,30,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #AC789C

#AC789C
(172,120,156)
#B384A5
(179,132,165)
#BA90AE
(186,144,174)
#C19CB7
(193,156,183)
#C8A8C0
(200,168,192)
#CFB4C9
(207,180,201)
#D6C0D2
(214,192,210)
#DDCCDB
(221,204,219)
#E4D8E4
(228,216,228)
#EBE4ED
(235,228,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC789C color. Also use rgb(172,120,156) instead hex code.

Text Font Color

.myTextColor { color: #AC789C; }

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

This text font color is #AC789C.


Background Color

.myBgColor { background-color: #AC789C; }

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

This div background color is #AC789C.


Border color

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

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

This div border color is #AC789C.


Opacity

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

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

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

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

This text has shadow with #AC789C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC789C on black background.


Color preview on white background

This text has color #AC789C on white background.



Black color preview on #AC789C background

This text has black color on #AC789C background.


White color preview on #AC789C background

This text has white color on #AC789C background.