COLOR #AC8ABE

HEX: #AC8ABE
RGB: (172,138,190)

Color info

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

RGB color model

#AC8ABE color RGB value is (172,138,190).

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

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 190 of 255 = 75%

172
138
190

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

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 190 = 500 (100%)
R 172 of 500 ~ 34.4%
G 138 of 500 ~ 27.6%
B 190 of 500 ~ 38%

%34.4
%27.6
%38

CMYK color model

#AC8ABE color CMYK value is (9,27,0,25).

  • cyan value is 9.47%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,27,0,25)
C9M27Y0K25 
(9%,27%,0%,25%)
(0.09/0.27/0.00/0.25)	

CMYK percentages

%9.47
%27.37
%0
%25.49

Codes

Color #AC8ABE in popluar color models

AC8ABE
RGB172138190
HSL279°28.57%64.31%
HSB/HSV279°27.37%74.51%
CMYK9.47%27.37%0.00%
25.49%

Color #AC8ABE in popluar number systems.

HEXAC8ABE
Decimal172138190
Binary101011001000101010111110
Octal254212276

Shades and tints

Shades of #AC8ABE

#AC8ABE
(172,138,190)
#9D7EAD
(157,126,173)
#8E729C
(142,114,156)
#7F668B
(127,102,139)
#705A7A
(112,90,122)
#614E69
(97,78,105)
#524258
(82,66,88)
#433647
(67,54,71)
#342A36
(52,42,54)
#251E25
(37,30,37)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC8ABE

#AC8ABE
(172,138,190)
#B394C3
(179,148,195)
#BA9EC8
(186,158,200)
#C1A8CD
(193,168,205)
#C8B2D2
(200,178,210)
#CFBCD7
(207,188,215)
#D6C6DC
(214,198,220)
#DDD0E1
(221,208,225)
#E4DAE6
(228,218,230)
#EBE4EB
(235,228,235)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8ABE color. Also use rgb(172,138,190) instead hex code.

Text Font Color

.myTextColor { color: #AC8ABE; }

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

This text font color is #AC8ABE.


Background Color

.myBgColor { background-color: #AC8ABE; }

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

This div background color is #AC8ABE.


Border color

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

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

This div border color is #AC8ABE.


Opacity

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

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

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

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

This text has shadow with #AC8ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8ABE on black background.


Color preview on white background

This text has color #AC8ABE on white background.



Black color preview on #AC8ABE background

This text has black color on #AC8ABE background.


White color preview on #AC8ABE background

This text has white color on #AC8ABE background.