COLOR #AC9DB8

HEX: #AC9DB8 RGB: (172,157,184)

Color info

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

RGB color model

#AC9DB8 color RGB value is (172,157,184).

RGB: (172,157,184) (67%, 62%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 184 of 255 = 72%

172
157
184

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

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 184 = 513 (100%)
R 172 of 513 ~ 33.53%
G 157 of 513 ~ 30.6%
B 184 of 513 ~ 35.87'%

%33.53
%30.6
%35.87

CMYK color model

#AC9DB8 color CMYK value is (7,15,0,28).

  • cyan value is 6.52%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (7,15,0,28)
C7M15Y0K28 (7%, 15%, 0%, 28%)
(0.07 / 0.15 / 0.00 / 0.28)

CMYK percentages

%6.52
%14.67
%0
%27.84

Codes

Color #AC9DB8 in popluar color models

AC 9D B8
RGB 172 157 184
HSL 273° 15.98% 66.86%
HSB/HSV 273° 14.67% 72.16%
CMYK 6.52% 14.67% 0.00%
27.84%

Color #AC9DB8 in popluar number systems.

HEX AC 9D B8
Decimal 172 157 184
Binary 10101100 10011101 10111000
Octal 254 235 270

Shades and tints

Shades of #AC9DB8

#AC9DB8
(172,157,184)
#9D8FA8
(157,143,168)
#8E8198
(142,129,152)
#7F7388
(127,115,136)
#706578
(112,101,120)
#615768
(97,87,104)
#524958
(82,73,88)
#433B48
(67,59,72)
#342D38
(52,45,56)
#251F28
(37,31,40)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #AC9DB8

#AC9DB8
(172,157,184)
#B3A5BE
(179,165,190)
#BAADC4
(186,173,196)
#C1B5CA
(193,181,202)
#C8BDD0
(200,189,208)
#CFC5D6
(207,197,214)
#D6CDDC
(214,205,220)
#DDD5E2
(221,213,226)
#E4DDE8
(228,221,232)
#EBE5EE
(235,229,238)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DB8; }

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

This text font color is #AC9DB8.

Background Color

.myBgColor { background-color: #AC9DB8; }

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

This div background color is #AC9DB8.

Border color

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

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

This div border color is #AC9DB8.

Opacity

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

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

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

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

This text has shadow with #AC9DB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9DB8.

Preview

Color preview on black background

This text has color #AC9DB8 on black background.


Color preview on white background

This text has color #AC9DB8 on white background.


Black color preview on #AC9DB8 background

This text has black color on #AC9DB8 background.


White color preview on #AC9DB8 background

This text has white color on #AC9DB8 background.


Related colors

Complementary color

Complementary color for #hex is #536247.


I love getcolorcode.com

Triadic colors

1 #B8AC9D and #9DB8AC with #AC9DB8 are triadic colors.

2 #B89DAC and #9DACB8 with #AC9DB8 are triadic colors.