COLOR #AC9DBA

HEX: #AC9DBA
RGB: (172,157,186)

Color info

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

RGB color model

#AC9DBA color RGB value is (172,157,186).

  • red value is 172;
  • green value is 157;
  • blue value is 186.
RGB:
(172,157,186)
(67%,62%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 186 of 255 = 73%

172
157
186

R + G + B ~ 67%. #AC9DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 157 + 186 = 515 (100%)
R 172 of 515 ~ 33.4%
G 157 of 515 ~ 30.49%
B 186 of 515 ~ 36.12%

%33.4
%30.49
%36.12

CMYK color model

#AC9DBA color CMYK value is (8,16,0,27).

  • cyan value is 7.53%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,16,0,27)
C8M16Y0K27 
(8%,16%,0%,27%)
(0.08/0.16/0.00/0.27)	

CMYK percentages

%7.53
%15.59
%0
%27.06

Codes

Color #AC9DBA in popluar color models

AC9DBA
RGB172157186
HSL271°17.37%67.25%
HSB/HSV271°15.59%72.94%
CMYK7.53%15.59%0.00%
27.06%

Color #AC9DBA in popluar number systems.

HEXAC9DBA
Decimal172157186
Binary101011001001110110111010
Octal254235272

Shades and tints

Shades of #AC9DBA

#AC9DBA
(172,157,186)
#9D8FAA
(157,143,170)
#8E819A
(142,129,154)
#7F738A
(127,115,138)
#70657A
(112,101,122)
#61576A
(97,87,106)
#52495A
(82,73,90)
#433B4A
(67,59,74)
#342D3A
(52,45,58)
#251F2A
(37,31,42)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #AC9DBA

#AC9DBA
(172,157,186)
#B3A5C0
(179,165,192)
#BAADC6
(186,173,198)
#C1B5CC
(193,181,204)
#C8BDD2
(200,189,210)
#CFC5D8
(207,197,216)
#D6CDDE
(214,205,222)
#DDD5E4
(221,213,228)
#E4DDEA
(228,221,234)
#EBE5F0
(235,229,240)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9DBA color. Also use rgb(172,157,186) instead hex code.

Text Font Color

.myTextColor { color: #AC9DBA; }

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

This text font color is #AC9DBA.


Background Color

.myBgColor { background-color: #AC9DBA; }

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

This div background color is #AC9DBA.


Border color

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

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

This div border color is #AC9DBA.


Opacity

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

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

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

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

This text has shadow with #AC9DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9DBA on black background.


Color preview on white background

This text has color #AC9DBA on white background.



Black color preview on #AC9DBA background

This text has black color on #AC9DBA background.


White color preview on #AC9DBA background

This text has white color on #AC9DBA background.