COLOR #AC89DF

HEX: #AC89DF
RGB: (172,137,223)

Color info

#AC89DF contains mainly red and blue colors. Web safe color of #AC89DF is #9999CC (or #99C).

RGB color model

#AC89DF color RGB value is (172,137,223).

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

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 223 of 255 = 87%

172
137
223

R + G + B ~ 69%. #AC89DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 137 + 223 = 532 (100%)
R 172 of 532 ~ 32.33%
G 137 of 532 ~ 25.75%
B 223 of 532 ~ 41.92%

%32.33
%25.75
%41.92

CMYK color model

#AC89DF color CMYK value is (23,39,0,13).

  • cyan value is 22.87%
  • magenta value is 38.57%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(23,39,0,13)
C23M39Y0K13 
(23%,39%,0%,13%)
(0.23/0.39/0.00/0.13)	

CMYK percentages

%22.87
%38.57
%0
%12.55

Codes

Color #AC89DF in popluar color models

AC89DF
RGB172137223
HSL264°57.33%70.59%
HSB/HSV264°38.57%87.45%
CMYK22.87%38.57%0.00%
12.55%

Color #AC89DF in popluar number systems.

HEXAC89DF
Decimal172137223
Binary101011001000100111011111
Octal254211337

Shades and tints

Shades of #AC89DF

#AC89DF
(172,137,223)
#9D7DCB
(157,125,203)
#8E71B7
(142,113,183)
#7F65A3
(127,101,163)
#70598F
(112,89,143)
#614D7B
(97,77,123)
#524167
(82,65,103)
#433553
(67,53,83)
#34293F
(52,41,63)
#251D2B
(37,29,43)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #AC89DF

#AC89DF
(172,137,223)
#B393E1
(179,147,225)
#BA9DE3
(186,157,227)
#C1A7E5
(193,167,229)
#C8B1E7
(200,177,231)
#CFBBE9
(207,187,233)
#D6C5EB
(214,197,235)
#DDCFED
(221,207,237)
#E4D9EF
(228,217,239)
#EBE3F1
(235,227,241)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC89DF; }

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

This text font color is #AC89DF.


Background Color

.myBgColor { background-color: #AC89DF; }

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

This div background color is #AC89DF.


Border color

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

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

This div border color is #AC89DF.


Opacity

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

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

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

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

This text has shadow with #AC89DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC89DF on black background.


Color preview on white background

This text has color #AC89DF on white background.



Black color preview on #AC89DF background

This text has black color on #AC89DF background.


White color preview on #AC89DF background

This text has white color on #AC89DF background.