COLOR #AC78AB

HEX: #AC78AB
RGB: (172,120,171)

Color info

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

RGB color model

#AC78AB color RGB value is (172,120,171).

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

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 171 of 255 = 67%

172
120
171

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

Portions of RGB colors in percentages

R + G + B =
172 + 120 + 171 = 463 (100%)
R 172 of 463 ~ 37.15%
G 120 of 463 ~ 25.92%
B 171 of 463 ~ 36.93%

%37.15
%25.92
%36.93

CMYK color model

#AC78AB color CMYK value is (0,30,1,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK:
(0,30,1,33)
C0M30Y1K33 
(0%,30%,1%,33%)
(0.00/0.30/0.01/0.33)	

CMYK percentages

%0
%30.23
%0.58
%32.55

Codes

Color #AC78AB in popluar color models

AC78AB
RGB172120171
HSL301°23.85%57.25%
HSB/HSV301°30.23%67.45%
CMYK0.00%30.23%0.58%
32.55%

Color #AC78AB in popluar number systems.

HEXAC78AB
Decimal172120171
Binary10101100111100010101011
Octal254170253

Shades and tints

Shades of #AC78AB

#AC78AB
(172,120,171)
#9D6E9C
(157,110,156)
#8E648D
(142,100,141)
#7F5A7E
(127,90,126)
#70506F
(112,80,111)
#614660
(97,70,96)
#523C51
(82,60,81)
#433242
(67,50,66)
#342833
(52,40,51)
#251E24
(37,30,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #AC78AB

#AC78AB
(172,120,171)
#B384B2
(179,132,178)
#BA90B9
(186,144,185)
#C19CC0
(193,156,192)
#C8A8C7
(200,168,199)
#CFB4CE
(207,180,206)
#D6C0D5
(214,192,213)
#DDCCDC
(221,204,220)
#E4D8E3
(228,216,227)
#EBE4EA
(235,228,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC78AB; }

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

This text font color is #AC78AB.


Background Color

.myBgColor { background-color: #AC78AB; }

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

This div background color is #AC78AB.


Border color

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

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

This div border color is #AC78AB.


Opacity

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

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

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

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

This text has shadow with #AC78AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC78AB on black background.


Color preview on white background

This text has color #AC78AB on white background.



Black color preview on #AC78AB background

This text has black color on #AC78AB background.


White color preview on #AC78AB background

This text has white color on #AC78AB background.