COLOR #AC9CE5

HEX: #AC9CE5 RGB: (172,156,229)

Color info

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

RGB color model

#AC9CE5 color RGB value is (172,156,229).

RGB: (172,156,229) (67%, 61%, 90%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 229 of 255 = 90%

172
156
229

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

Portions of RGB colors in percentages

R + G + B = 172 + 156 + 229 = 557 (100%)
R 172 of 557 ~ 30.88%
G 156 of 557 ~ 28.01%
B 229 of 557 ~ 41.11'%

%30.88
%28.01
%41.11

CMYK color model

#AC9CE5 color CMYK value is (25,32,0,10).

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

CMYK: (25,32,0,10)
C25M32Y0K10 (25%, 32%, 0%, 10%)
(0.25 / 0.32 / 0.00 / 0.10)

CMYK percentages

%24.89
%31.88
%0
%10.2

Codes

Color #AC9CE5 in popluar color models

AC 9C E5
RGB 172 156 229
HSL 253° 58.40% 75.49%
HSB/HSV 253° 31.88% 89.80%
CMYK 24.89% 31.88% 0.00%
10.20%

Color #AC9CE5 in popluar number systems.

HEX AC 9C E5
Decimal 172 156 229
Binary 10101100 10011100 11100101
Octal 254 234 345

Shades and tints

Shades of #AC9CE5

#AC9CE5
(172,156,229)
#9D8ED1
(157,142,209)
#8E80BD
(142,128,189)
#7F72A9
(127,114,169)
#706495
(112,100,149)
#615681
(97,86,129)
#52486D
(82,72,109)
#433A59
(67,58,89)
#342C45
(52,44,69)
#251E31
(37,30,49)
#16101D
(22,16,29)
#000000
(0,0,0)

Tints of #AC9CE5

#AC9CE5
(172,156,229)
#B3A5E7
(179,165,231)
#BAAEE9
(186,174,233)
#C1B7EB
(193,183,235)
#C8C0ED
(200,192,237)
#CFC9EF
(207,201,239)
#D6D2F1
(214,210,241)
#DDDBF3
(221,219,243)
#E4E4F5
(228,228,245)
#EBEDF7
(235,237,247)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9CE5; }

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

This text font color is #AC9CE5.

Background Color

.myBgColor { background-color: #AC9CE5; }

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

This div background color is #AC9CE5.

Border color

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

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

This div border color is #AC9CE5.

Opacity

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

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

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

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

This text has shadow with #AC9CE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9CE5.

Preview

Color preview on black background

This text has color #AC9CE5 on black background.


Color preview on white background

This text has color #AC9CE5 on white background.


Black color preview on #AC9CE5 background

This text has black color on #AC9CE5 background.


White color preview on #AC9CE5 background

This text has white color on #AC9CE5 background.


Related colors

Complementary color

Complementary color for #hex is #53631A.


I love getcolorcode.com

Triadic colors

1 #E5AC9C and #9CE5AC with #AC9CE5 are triadic colors.

2 #E59CAC and #9CACE5 with #AC9CE5 are triadic colors.