COLOR #AC8DAD

HEX: #AC8DAD
RGB: (172,141,173)

Color info

#AC8DAD contains red, green and blue colors in about the same proportion. Web safe color of #AC8DAD is #999999 (or #999).

RGB color model

#AC8DAD color RGB value is (172,141,173).

  • red value is 172;
  • green value is 141;
  • blue value is 173.
RGB:
(172,141,173)
(67%,55%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 141 of 255 = 55%
B 173 of 255 = 68%

172
141
173

R + G + B ~ 63%. #AC8DAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 141 + 173 = 486 (100%)
R 172 of 486 ~ 35.39%
G 141 of 486 ~ 29.01%
B 173 of 486 ~ 35.6%

%35.39
%29.01
%35.6

CMYK color model

#AC8DAD color CMYK value is (1,18,0,32).

  • cyan value is 0.58%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,18,0,32)
C1M18Y0K32 
(1%,18%,0%,32%)
(0.01/0.18/0.00/0.32)	

CMYK percentages

%0.58
%18.5
%0
%32.16

Codes

Color #AC8DAD in popluar color models

AC8DAD
RGB172141173
HSL298°16.33%61.57%
HSB/HSV298°18.50%67.84%
CMYK0.58%18.50%0.00%
32.16%

Color #AC8DAD in popluar number systems.

HEXAC8DAD
Decimal172141173
Binary101011001000110110101101
Octal254215255

Shades and tints

Shades of #AC8DAD

#AC8DAD
(172,141,173)
#9D819E
(157,129,158)
#8E758F
(142,117,143)
#7F6980
(127,105,128)
#705D71
(112,93,113)
#615162
(97,81,98)
#524553
(82,69,83)
#433944
(67,57,68)
#342D35
(52,45,53)
#252126
(37,33,38)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #AC8DAD

#AC8DAD
(172,141,173)
#B397B4
(179,151,180)
#BAA1BB
(186,161,187)
#C1ABC2
(193,171,194)
#C8B5C9
(200,181,201)
#CFBFD0
(207,191,208)
#D6C9D7
(214,201,215)
#DDD3DE
(221,211,222)
#E4DDE5
(228,221,229)
#EBE7EC
(235,231,236)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8DAD color. Also use rgb(172,141,173) instead hex code.

Text Font Color

.myTextColor { color: #AC8DAD; }

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

This text font color is #AC8DAD.


Background Color

.myBgColor { background-color: #AC8DAD; }

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

This div background color is #AC8DAD.


Border color

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

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

This div border color is #AC8DAD.


Opacity

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

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

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

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

This text has shadow with #AC8DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8DAD on black background.


Color preview on white background

This text has color #AC8DAD on white background.



Black color preview on #AC8DAD background

This text has black color on #AC8DAD background.


White color preview on #AC8DAD background

This text has white color on #AC8DAD background.