COLOR #AC9EE0

HEX: #AC9EE0 RGB: (172,158,224)

Color info

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

RGB color model

#AC9EE0 color RGB value is (172,158,224).

RGB: (172,158,224) (67%, 62%, 88%)

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 224 of 255 = 88%

172
158
224

R + G + B ~ 72%. #AC9EE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 158 + 224 = 554 (100%)
R 172 of 554 ~ 31.05%
G 158 of 554 ~ 28.52%
B 224 of 554 ~ 40.43'%

%31.05
%28.52
%40.43

CMYK color model

#AC9EE0 color CMYK value is (23,29,0,12).

  • cyan value is 23.21%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (23,29,0,12)
C23M29Y0K12 (23%, 29%, 0%, 12%)
(0.23 / 0.29 / 0.00 / 0.12)

CMYK percentages

%23.21
%29.46
%0
%12.16

Codes

Color #AC9EE0 in popluar color models

AC 9E E0
RGB 172 158 224
HSL 253° 51.56% 74.90%
HSB/HSV 253° 29.46% 87.84%
CMYK 23.21% 29.46% 0.00%
12.16%

Color #AC9EE0 in popluar number systems.

HEX AC 9E E0
Decimal 172 158 224
Binary 10101100 10011110 11100000
Octal 254 236 340

Shades and tints

Shades of #AC9EE0

#AC9EE0
(172,158,224)
#9D90CC
(157,144,204)
#8E82B8
(142,130,184)
#7F74A4
(127,116,164)
#706690
(112,102,144)
#61587C
(97,88,124)
#524A68
(82,74,104)
#433C54
(67,60,84)
#342E40
(52,46,64)
#25202C
(37,32,44)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #AC9EE0

#AC9EE0
(172,158,224)
#B3A6E2
(179,166,226)
#BAAEE4
(186,174,228)
#C1B6E6
(193,182,230)
#C8BEE8
(200,190,232)
#CFC6EA
(207,198,234)
#D6CEEC
(214,206,236)
#DDD6EE
(221,214,238)
#E4DEF0
(228,222,240)
#EBE6F2
(235,230,242)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9EE0; }

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

This text font color is #AC9EE0.

Background Color

.myBgColor { background-color: #AC9EE0; }

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

This div background color is #AC9EE0.

Border color

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

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

This div border color is #AC9EE0.

Opacity

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

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

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

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

This text has shadow with #AC9EE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9EE0.

Preview

Color preview on black background

This text has color #AC9EE0 on black background.


Color preview on white background

This text has color #AC9EE0 on white background.


Black color preview on #AC9EE0 background

This text has black color on #AC9EE0 background.


White color preview on #AC9EE0 background

This text has white color on #AC9EE0 background.


Related colors

Complementary color

Complementary color for #hex is #53611F.


I love getcolorcode.com

Triadic colors

1 #E0AC9E and #9EE0AC with #AC9EE0 are triadic colors.

2 #E09EAC and #9EACE0 with #AC9EE0 are triadic colors.