COLOR #AC9EC3

HEX: #AC9EC3 RGB: (172,158,195)

Color info

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

RGB color model

#AC9EC3 color RGB value is (172,158,195).

RGB: (172,158,195) (67%, 62%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 195 of 255 = 76%

172
158
195

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

Portions of RGB colors in percentages

R + G + B = 172 + 158 + 195 = 525 (100%)
R 172 of 525 ~ 32.76%
G 158 of 525 ~ 30.1%
B 195 of 525 ~ 37.14'%

%32.76
%30.1
%37.14

CMYK color model

#AC9EC3 color CMYK value is (12,19,0,24).

  • cyan value is 11.79%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (12,19,0,24)
C12M19Y0K24 (12%, 19%, 0%, 24%)
(0.12 / 0.19 / 0.00 / 0.24)

CMYK percentages

%11.79
%18.97
%0
%23.53

Codes

Color #AC9EC3 in popluar color models

AC 9E C3
RGB 172 158 195
HSL 263° 23.57% 69.22%
HSB/HSV 263° 18.97% 76.47%
CMYK 11.79% 18.97% 0.00%
23.53%

Color #AC9EC3 in popluar number systems.

HEX AC 9E C3
Decimal 172 158 195
Binary 10101100 10011110 11000011
Octal 254 236 303

Shades and tints

Shades of #AC9EC3

#AC9EC3
(172,158,195)
#9D90B2
(157,144,178)
#8E82A1
(142,130,161)
#7F7490
(127,116,144)
#70667F
(112,102,127)
#61586E
(97,88,110)
#524A5D
(82,74,93)
#433C4C
(67,60,76)
#342E3B
(52,46,59)
#25202A
(37,32,42)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #AC9EC3

#AC9EC3
(172,158,195)
#B3A6C8
(179,166,200)
#BAAECD
(186,174,205)
#C1B6D2
(193,182,210)
#C8BED7
(200,190,215)
#CFC6DC
(207,198,220)
#D6CEE1
(214,206,225)
#DDD6E6
(221,214,230)
#E4DEEB
(228,222,235)
#EBE6F0
(235,230,240)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9EC3 color. Also use rgb(172,158,195) instead hex code.

Text Font Color

.myTextColor { color: #AC9EC3; }

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

This text font color is #AC9EC3.

Background Color

.myBgColor { background-color: #AC9EC3; }

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

This div background color is #AC9EC3.

Border color

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

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

This div border color is #AC9EC3.

Opacity

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

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

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

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

This text has shadow with #AC9EC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9EC3.

Preview

Color preview on black background

This text has color #AC9EC3 on black background.


Color preview on white background

This text has color #AC9EC3 on white background.


Black color preview on #AC9EC3 background

This text has black color on #AC9EC3 background.


White color preview on #AC9EC3 background

This text has white color on #AC9EC3 background.


Related colors

Complementary color

Complementary color for #hex is #53613C.


I love getcolorcode.com

Triadic colors

1 #C3AC9E and #9EC3AC with #AC9EC3 are triadic colors.

2 #C39EAC and #9EACC3 with #AC9EC3 are triadic colors.