COLOR #AC9DCC

HEX: #AC9DCC RGB: (172,157,204)

Color info

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

RGB color model

#AC9DCC color RGB value is (172,157,204).

RGB: (172,157,204) (67%, 62%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 204 of 255 = 80%

172
157
204

R + G + B ~ 70%. #AC9DCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 204 = 533 (100%)
R 172 of 533 ~ 32.27%
G 157 of 533 ~ 29.46%
B 204 of 533 ~ 38.27'%

%32.27
%29.46
%38.27

CMYK color model

#AC9DCC color CMYK value is (16,23,0,20).

  • cyan value is 15.69%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (16,23,0,20)
C16M23Y0K20 (16%, 23%, 0%, 20%)
(0.16 / 0.23 / 0.00 / 0.20)

CMYK percentages

%15.69
%23.04
%0
%20

Codes

Color #AC9DCC in popluar color models

AC 9D CC
RGB 172 157 204
HSL 259° 31.54% 70.78%
HSB/HSV 259° 23.04% 80.00%
CMYK 15.69% 23.04% 0.00%
20.00%

Color #AC9DCC in popluar number systems.

HEX AC 9D CC
Decimal 172 157 204
Binary 10101100 10011101 11001100
Octal 254 235 314

Shades and tints

Shades of #AC9DCC

#AC9DCC
(172,157,204)
#9D8FBA
(157,143,186)
#8E81A8
(142,129,168)
#7F7396
(127,115,150)
#706584
(112,101,132)
#615772
(97,87,114)
#524960
(82,73,96)
#433B4E
(67,59,78)
#342D3C
(52,45,60)
#251F2A
(37,31,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #AC9DCC

#AC9DCC
(172,157,204)
#B3A5D0
(179,165,208)
#BAADD4
(186,173,212)
#C1B5D8
(193,181,216)
#C8BDDC
(200,189,220)
#CFC5E0
(207,197,224)
#D6CDE4
(214,205,228)
#DDD5E8
(221,213,232)
#E4DDEC
(228,221,236)
#EBE5F0
(235,229,240)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9DCC; }

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

This text font color is #AC9DCC.

Background Color

.myBgColor { background-color: #AC9DCC; }

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

This div background color is #AC9DCC.

Border color

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

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

This div border color is #AC9DCC.

Opacity

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

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

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

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

This text has shadow with #AC9DCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9DCC.

Preview

Color preview on black background

This text has color #AC9DCC on black background.


Color preview on white background

This text has color #AC9DCC on white background.


Black color preview on #AC9DCC background

This text has black color on #AC9DCC background.


White color preview on #AC9DCC background

This text has white color on #AC9DCC background.


Related colors

Complementary color

Complementary color for #hex is #536233.


I love getcolorcode.com

Triadic colors

1 #CCAC9D and #9DCCAC with #AC9DCC are triadic colors.

2 #CC9DAC and #9DACCC with #AC9DCC are triadic colors.