COLOR #AC89BF

HEX: #AC89BF
RGB: (172,137,191)

Color info

#AC89BF contains red, green and blue colors in about the same proportion. Web safe color of #AC89BF is #9999CC (or #99C).

RGB color model

#AC89BF color RGB value is (172,137,191).

  • red value is 172;
  • green value is 137;
  • blue value is 191.
RGB:
(172,137,191)
(67%,54%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 191 of 255 = 75%

172
137
191

R + G + B ~ 65%. #AC89BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 137 + 191 = 500 (100%)
R 172 of 500 ~ 34.4%
G 137 of 500 ~ 27.4%
B 191 of 500 ~ 38.2%

%34.4
%27.4
%38.2

CMYK color model

#AC89BF color CMYK value is (10,28,0,25).

  • cyan value is 9.95%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,28,0,25)
C10M28Y0K25 
(10%,28%,0%,25%)
(0.10/0.28/0.00/0.25)	

CMYK percentages

%9.95
%28.27
%0
%25.1

Codes

Color #AC89BF in popluar color models

AC89BF
RGB172137191
HSL279°29.67%64.31%
HSB/HSV279°28.27%74.90%
CMYK9.95%28.27%0.00%
25.10%

Color #AC89BF in popluar number systems.

HEXAC89BF
Decimal172137191
Binary101011001000100110111111
Octal254211277

Shades and tints

Shades of #AC89BF

#AC89BF
(172,137,191)
#9D7DAE
(157,125,174)
#8E719D
(142,113,157)
#7F658C
(127,101,140)
#70597B
(112,89,123)
#614D6A
(97,77,106)
#524159
(82,65,89)
#433548
(67,53,72)
#342937
(52,41,55)
#251D26
(37,29,38)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #AC89BF

#AC89BF
(172,137,191)
#B393C4
(179,147,196)
#BA9DC9
(186,157,201)
#C1A7CE
(193,167,206)
#C8B1D3
(200,177,211)
#CFBBD8
(207,187,216)
#D6C5DD
(214,197,221)
#DDCFE2
(221,207,226)
#E4D9E7
(228,217,231)
#EBE3EC
(235,227,236)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC89BF color. Also use rgb(172,137,191) instead hex code.

Text Font Color

.myTextColor { color: #AC89BF; }

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

This text font color is #AC89BF.


Background Color

.myBgColor { background-color: #AC89BF; }

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

This div background color is #AC89BF.


Border color

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

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

This div border color is #AC89BF.


Opacity

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

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

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

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

This text has shadow with #AC89BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC89BF on black background.


Color preview on white background

This text has color #AC89BF on white background.



Black color preview on #AC89BF background

This text has black color on #AC89BF background.


White color preview on #AC89BF background

This text has white color on #AC89BF background.