COLOR #AC93CA

HEX: #AC93CA RGB: (172,147,202)

Color info

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

RGB color model

#AC93CA color RGB value is (172,147,202).

RGB: (172,147,202) (67%, 58%, 79%)

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 202 of 255 = 79%

172
147
202

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

Portions of RGB colors in percentages

R + G + B = 172 + 147 + 202 = 521 (100%)
R 172 of 521 ~ 33.01%
G 147 of 521 ~ 28.21%
B 202 of 521 ~ 38.77'%

%33.01
%28.21
%38.77

CMYK color model

#AC93CA color CMYK value is (15,27,0,21).

  • cyan value is 14.85%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (15,27,0,21)
C15M27Y0K21 (15%, 27%, 0%, 21%)
(0.15 / 0.27 / 0.00 / 0.21)

CMYK percentages

%14.85
%27.23
%0
%20.78

Codes

Color #AC93CA in popluar color models

AC 93 CA
RGB 172 147 202
HSL 267° 34.16% 68.43%
HSB/HSV 267° 27.23% 79.22%
CMYK 14.85% 27.23% 0.00%
20.78%

Color #AC93CA in popluar number systems.

HEX AC 93 CA
Decimal 172 147 202
Binary 10101100 10010011 11001010
Octal 254 223 312

Shades and tints

Shades of #AC93CA

#AC93CA
(172,147,202)
#9D86B8
(157,134,184)
#8E79A6
(142,121,166)
#7F6C94
(127,108,148)
#705F82
(112,95,130)
#615270
(97,82,112)
#52455E
(82,69,94)
#43384C
(67,56,76)
#342B3A
(52,43,58)
#251E28
(37,30,40)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #AC93CA

#AC93CA
(172,147,202)
#B39CCE
(179,156,206)
#BAA5D2
(186,165,210)
#C1AED6
(193,174,214)
#C8B7DA
(200,183,218)
#CFC0DE
(207,192,222)
#D6C9E2
(214,201,226)
#DDD2E6
(221,210,230)
#E4DBEA
(228,219,234)
#EBE4EE
(235,228,238)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC93CA color. Also use rgb(172,147,202) instead hex code.

Text Font Color

.myTextColor { color: #AC93CA; }

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

This text font color is #AC93CA.

Background Color

.myBgColor { background-color: #AC93CA; }

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

This div background color is #AC93CA.

Border color

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

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

This div border color is #AC93CA.

Opacity

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

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

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

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

This text has shadow with #AC93CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC93CA.

Preview

Color preview on black background

This text has color #AC93CA on black background.


Color preview on white background

This text has color #AC93CA on white background.


Black color preview on #AC93CA background

This text has black color on #AC93CA background.


White color preview on #AC93CA background

This text has white color on #AC93CA background.


Related colors

Complementary color

Complementary color for #hex is #536C35.


I love getcolorcode.com

Triadic colors

1 #CAAC93 and #93CAAC with #AC93CA are triadic colors.

2 #CA93AC and #93ACCA with #AC93CA are triadic colors.