COLOR #AC9EE5

HEX: #AC9EE5 RGB: (172,158,229)

Color info

#AC9EE5 contains mainly red and blue colors. Web safe color of #AC9EE5 is #9999CC (or #99C).

RGB color model

#AC9EE5 color RGB value is (172,158,229).

RGB: (172,158,229) (67%, 62%, 90%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 229 of 255 = 90%

172
158
229

R + G + B ~ 73%. #AC9EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 158 + 229 = 559 (100%)
R 172 of 559 ~ 30.77%
G 158 of 559 ~ 28.26%
B 229 of 559 ~ 40.97'%

%30.77
%28.26
%40.97

CMYK color model

#AC9EE5 color CMYK value is (25,31,0,10).

  • cyan value is 24.89%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (25,31,0,10)
C25M31Y0K10 (25%, 31%, 0%, 10%)
(0.25 / 0.31 / 0.00 / 0.10)

CMYK percentages

%24.89
%31
%0
%10.2

Codes

Color #AC9EE5 in popluar color models

AC 9E E5
RGB 172 158 229
HSL 252° 57.72% 75.88%
HSB/HSV 252° 31.00% 89.80%
CMYK 24.89% 31.00% 0.00%
10.20%

Color #AC9EE5 in popluar number systems.

HEX AC 9E E5
Decimal 172 158 229
Binary 10101100 10011110 11100101
Octal 254 236 345

Shades and tints

Shades of #AC9EE5

#AC9EE5
(172,158,229)
#9D90D1
(157,144,209)
#8E82BD
(142,130,189)
#7F74A9
(127,116,169)
#706695
(112,102,149)
#615881
(97,88,129)
#524A6D
(82,74,109)
#433C59
(67,60,89)
#342E45
(52,46,69)
#252031
(37,32,49)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #AC9EE5

#AC9EE5
(172,158,229)
#B3A6E7
(179,166,231)
#BAAEE9
(186,174,233)
#C1B6EB
(193,182,235)
#C8BEED
(200,190,237)
#CFC6EF
(207,198,239)
#D6CEF1
(214,206,241)
#DDD6F3
(221,214,243)
#E4DEF5
(228,222,245)
#EBE6F7
(235,230,247)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9EE5; }

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

This text font color is #AC9EE5.

Background Color

.myBgColor { background-color: #AC9EE5; }

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

This div background color is #AC9EE5.

Border color

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

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

This div border color is #AC9EE5.

Opacity

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

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

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

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

This text has shadow with #AC9EE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9EE5.

Preview

Color preview on black background

This text has color #AC9EE5 on black background.


Color preview on white background

This text has color #AC9EE5 on white background.


Black color preview on #AC9EE5 background

This text has black color on #AC9EE5 background.


White color preview on #AC9EE5 background

This text has white color on #AC9EE5 background.


Related colors

Complementary color

Complementary color for #hex is #53611A.


I love getcolorcode.com

Triadic colors

1 #E5AC9E and #9EE5AC with #AC9EE5 are triadic colors.

2 #E59EAC and #9EACE5 with #AC9EE5 are triadic colors.