COLOR #AC9DC8

HEX: #AC9DC8 RGB: (172,157,200)

Color info

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

RGB color model

#AC9DC8 color RGB value is (172,157,200).

RGB: (172,157,200) (67%, 62%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 200 of 255 = 78%

172
157
200

R + G + B ~ 69%. #AC9DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 200 = 529 (100%)
R 172 of 529 ~ 32.51%
G 157 of 529 ~ 29.68%
B 200 of 529 ~ 37.81'%

%32.51
%29.68
%37.81

CMYK color model

#AC9DC8 color CMYK value is (14,22,0,22).

  • cyan value is 14.00%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (14,22,0,22)
C14M22Y0K22 (14%, 22%, 0%, 22%)
(0.14 / 0.22 / 0.00 / 0.22)

CMYK percentages

%14
%21.5
%0
%21.57

Codes

Color #AC9DC8 in popluar color models

AC 9D C8
RGB 172 157 200
HSL 261° 28.10% 70.00%
HSB/HSV 261° 21.50% 78.43%
CMYK 14.00% 21.50% 0.00%
21.57%

Color #AC9DC8 in popluar number systems.

HEX AC 9D C8
Decimal 172 157 200
Binary 10101100 10011101 11001000
Octal 254 235 310

Shades and tints

Shades of #AC9DC8

#AC9DC8
(172,157,200)
#9D8FB6
(157,143,182)
#8E81A4
(142,129,164)
#7F7392
(127,115,146)
#706580
(112,101,128)
#61576E
(97,87,110)
#52495C
(82,73,92)
#433B4A
(67,59,74)
#342D38
(52,45,56)
#251F26
(37,31,38)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #AC9DC8

#AC9DC8
(172,157,200)
#B3A5CD
(179,165,205)
#BAADD2
(186,173,210)
#C1B5D7
(193,181,215)
#C8BDDC
(200,189,220)
#CFC5E1
(207,197,225)
#D6CDE6
(214,205,230)
#DDD5EB
(221,213,235)
#E4DDF0
(228,221,240)
#EBE5F5
(235,229,245)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DC8; }

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

This text font color is #AC9DC8.

Background Color

.myBgColor { background-color: #AC9DC8; }

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

This div background color is #AC9DC8.

Border color

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

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

This div border color is #AC9DC8.

Opacity

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

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

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

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

This text has shadow with #AC9DC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9DC8.

Preview

Color preview on black background

This text has color #AC9DC8 on black background.


Color preview on white background

This text has color #AC9DC8 on white background.


Black color preview on #AC9DC8 background

This text has black color on #AC9DC8 background.


White color preview on #AC9DC8 background

This text has white color on #AC9DC8 background.


Related colors

Complementary color

Complementary color for #hex is #536237.


I love getcolorcode.com

Triadic colors

1 #C8AC9D and #9DC8AC with #AC9DC8 are triadic colors.

2 #C89DAC and #9DACC8 with #AC9DC8 are triadic colors.