COLOR #AC5DB7

HEX: #AC5DB7
RGB: (172,93,183)

Color info

#AC5DB7 contains mainly red and blue colors. Web safe color of #AC5DB7 is #9966CC (or #96C).

RGB color model

#AC5DB7 color RGB value is (172,93,183).

  • red value is 172;
  • green value is 93;
  • blue value is 183.
RGB:
(172,93,183)
(67%,36%,72%)

RGB channels and saturation

R 172 of 255 = 67%
G 93 of 255 = 36%
B 183 of 255 = 72%

172
93
183

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

Portions of RGB colors in percentages

R + G + B =
172 + 93 + 183 = 448 (100%)
R 172 of 448 ~ 38.39%
G 93 of 448 ~ 20.76%
B 183 of 448 ~ 40.85%

%38.39
%20.76
%40.85

CMYK color model

#AC5DB7 color CMYK value is (6,49,0,28).

  • cyan value is 6.01%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(6,49,0,28)
C6M49Y0K28 
(6%,49%,0%,28%)
(0.06/0.49/0.00/0.28)	

CMYK percentages

%6.01
%49.18
%0
%28.24

Codes

Color #AC5DB7 in popluar color models

AC5DB7
RGB17293183
HSL293°38.46%54.12%
HSB/HSV293°49.18%71.76%
CMYK6.01%49.18%0.00%
28.24%

Color #AC5DB7 in popluar number systems.

HEXAC5DB7
Decimal17293183
Binary10101100101110110110111
Octal254135267

Shades and tints

Shades of #AC5DB7

#AC5DB7
(172,93,183)
#9D55A7
(157,85,167)
#8E4D97
(142,77,151)
#7F4587
(127,69,135)
#703D77
(112,61,119)
#613567
(97,53,103)
#522D57
(82,45,87)
#432547
(67,37,71)
#341D37
(52,29,55)
#251527
(37,21,39)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #AC5DB7

#AC5DB7
(172,93,183)
#B36BBD
(179,107,189)
#BA79C3
(186,121,195)
#C187C9
(193,135,201)
#C895CF
(200,149,207)
#CFA3D5
(207,163,213)
#D6B1DB
(214,177,219)
#DDBFE1
(221,191,225)
#E4CDE7
(228,205,231)
#EBDBED
(235,219,237)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5DB7 color. Also use rgb(172,93,183) instead hex code.

Text Font Color

.myTextColor { color: #AC5DB7; }

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

This text font color is #AC5DB7.


Background Color

.myBgColor { background-color: #AC5DB7; }

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

This div background color is #AC5DB7.


Border color

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

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

This div border color is #AC5DB7.


Opacity

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

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

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

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

This text has shadow with #AC5DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5DB7 on black background.


Color preview on white background

This text has color #AC5DB7 on white background.



Black color preview on #AC5DB7 background

This text has black color on #AC5DB7 background.


White color preview on #AC5DB7 background

This text has white color on #AC5DB7 background.