COLOR #AC9DBB

HEX: #AC9DBB RGB: (172,157,187)

Color info

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

RGB color model

#AC9DBB color RGB value is (172,157,187).

RGB: (172,157,187) (67%, 62%, 73%)

RGB channels and saturation

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

172
157
187

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

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 187 = 516 (100%)
R 172 of 516 ~ 33.33%
G 157 of 516 ~ 30.43%
B 187 of 516 ~ 36.24'%

%33.33
%30.43
%36.24

CMYK color model

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

  • cyan value is 8.02%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (8,16,0,27)
C8M16Y0K27 (8%, 16%, 0%, 27%)
(0.08 / 0.16 / 0.00 / 0.27)

CMYK percentages

%8.02
%16.04
%0
%26.67

Codes

Color #AC9DBB in popluar color models

AC 9D BB
RGB 172 157 187
HSL 270° 18.07% 67.45%
HSB/HSV 270° 16.04% 73.33%
CMYK 8.02% 16.04% 0.00%
26.67%

Color #AC9DBB in popluar number systems.

HEX AC 9D BB
Decimal 172 157 187
Binary 10101100 10011101 10111011
Octal 254 235 273

Shades and tints

Shades of #AC9DBB

#AC9DBB
(172,157,187)
#9D8FAA
(157,143,170)
#8E8199
(142,129,153)
#7F7388
(127,115,136)
#706577
(112,101,119)
#615766
(97,87,102)
#524955
(82,73,85)
#433B44
(67,59,68)
#342D33
(52,45,51)
#251F22
(37,31,34)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC9DBB

#AC9DBB
(172,157,187)
#B3A5C1
(179,165,193)
#BAADC7
(186,173,199)
#C1B5CD
(193,181,205)
#C8BDD3
(200,189,211)
#CFC5D9
(207,197,217)
#D6CDDF
(214,205,223)
#DDD5E5
(221,213,229)
#E4DDEB
(228,221,235)
#EBE5F1
(235,229,241)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DBB; }

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

This text font color is #AC9DBB.

Background Color

.myBgColor { background-color: #AC9DBB; }

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

This div background color is #AC9DBB.

Border color

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

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

This div border color is #AC9DBB.

Opacity

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

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

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

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

This text has shadow with #AC9DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9DBB.

Preview

Color preview on black background

This text has color #AC9DBB on black background.


Color preview on white background

This text has color #AC9DBB on white background.


Black color preview on #AC9DBB background

This text has black color on #AC9DBB background.


White color preview on #AC9DBB background

This text has white color on #AC9DBB background.


Related colors

Complementary color

Complementary color for #hex is #536244.


I love getcolorcode.com

Triadic colors

1 #BBAC9D and #9DBBAC with #AC9DBB are triadic colors.

2 #BB9DAC and #9DACBB with #AC9DBB are triadic colors.