COLOR #AC9CC1

HEX: #AC9CC1 RGB: (172,156,193)

Color info

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

RGB color model

#AC9CC1 color RGB value is (172,156,193).

RGB: (172,156,193) (67%, 61%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 193 of 255 = 76%

172
156
193

R + G + B ~ 68%. #AC9CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 156 + 193 = 521 (100%)
R 172 of 521 ~ 33.01%
G 156 of 521 ~ 29.94%
B 193 of 521 ~ 37.04'%

%33.01
%29.94
%37.04

CMYK color model

#AC9CC1 color CMYK value is (11,19,0,24).

  • cyan value is 10.88%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (11,19,0,24)
C11M19Y0K24 (11%, 19%, 0%, 24%)
(0.11 / 0.19 / 0.00 / 0.24)

CMYK percentages

%10.88
%19.17
%0
%24.31

Codes

Color #AC9CC1 in popluar color models

AC 9C C1
RGB 172 156 193
HSL 266° 22.98% 68.43%
HSB/HSV 266° 19.17% 75.69%
CMYK 10.88% 19.17% 0.00%
24.31%

Color #AC9CC1 in popluar number systems.

HEX AC 9C C1
Decimal 172 156 193
Binary 10101100 10011100 11000001
Octal 254 234 301

Shades and tints

Shades of #AC9CC1

#AC9CC1
(172,156,193)
#9D8EB0
(157,142,176)
#8E809F
(142,128,159)
#7F728E
(127,114,142)
#70647D
(112,100,125)
#61566C
(97,86,108)
#52485B
(82,72,91)
#433A4A
(67,58,74)
#342C39
(52,44,57)
#251E28
(37,30,40)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #AC9CC1

#AC9CC1
(172,156,193)
#B3A5C6
(179,165,198)
#BAAECB
(186,174,203)
#C1B7D0
(193,183,208)
#C8C0D5
(200,192,213)
#CFC9DA
(207,201,218)
#D6D2DF
(214,210,223)
#DDDBE4
(221,219,228)
#E4E4E9
(228,228,233)
#EBEDEE
(235,237,238)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9CC1 color. Also use rgb(172,156,193) instead hex code.

Text Font Color

.myTextColor { color: #AC9CC1; }

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

This text font color is #AC9CC1.

Background Color

.myBgColor { background-color: #AC9CC1; }

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

This div background color is #AC9CC1.

Border color

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

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

This div border color is #AC9CC1.

Opacity

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

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

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

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

This text has shadow with #AC9CC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9CC1.

Preview

Color preview on black background

This text has color #AC9CC1 on black background.


Color preview on white background

This text has color #AC9CC1 on white background.


Black color preview on #AC9CC1 background

This text has black color on #AC9CC1 background.


White color preview on #AC9CC1 background

This text has white color on #AC9CC1 background.


Related colors

Complementary color

Complementary color for #hex is #53633E.


I love getcolorcode.com

Triadic colors

1 #C1AC9C and #9CC1AC with #AC9CC1 are triadic colors.

2 #C19CAC and #9CACC1 with #AC9CC1 are triadic colors.