COLOR #AC8DE1

HEX: #AC8DE1 RGB: (172,141,225)

Color info

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

RGB color model

#AC8DE1 color RGB value is (172,141,225).

RGB: (172,141,225) (67%, 55%, 88%)

RGB channels and saturation

R 172 of 255 = 67%
G 141 of 255 = 55%
B 225 of 255 = 88%

172
141
225

R + G + B ~ 70%. #AC8DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 141 + 225 = 538 (100%)
R 172 of 538 ~ 31.97%
G 141 of 538 ~ 26.21%
B 225 of 538 ~ 41.82'%

%31.97
%26.21
%41.82

CMYK color model

#AC8DE1 color CMYK value is (24,37,0,12).

  • cyan value is 23.56%
  • magenta value is 37.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,37,0,12)
C24M37Y0K12 (24%, 37%, 0%, 12%)
(0.24 / 0.37 / 0.00 / 0.12)

CMYK percentages

%23.56
%37.33
%0
%11.76

Codes

Color #AC8DE1 in popluar color models

AC 8D E1
RGB 172 141 225
HSL 262° 58.33% 71.76%
HSB/HSV 262° 37.33% 88.24%
CMYK 23.56% 37.33% 0.00%
11.76%

Color #AC8DE1 in popluar number systems.

HEX AC 8D E1
Decimal 172 141 225
Binary 10101100 10001101 11100001
Octal 254 215 341

Shades and tints

Shades of #AC8DE1

#AC8DE1
(172,141,225)
#9D81CD
(157,129,205)
#8E75B9
(142,117,185)
#7F69A5
(127,105,165)
#705D91
(112,93,145)
#61517D
(97,81,125)
#524569
(82,69,105)
#433955
(67,57,85)
#342D41
(52,45,65)
#25212D
(37,33,45)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #AC8DE1

#AC8DE1
(172,141,225)
#B397E3
(179,151,227)
#BAA1E5
(186,161,229)
#C1ABE7
(193,171,231)
#C8B5E9
(200,181,233)
#CFBFEB
(207,191,235)
#D6C9ED
(214,201,237)
#DDD3EF
(221,211,239)
#E4DDF1
(228,221,241)
#EBE7F3
(235,231,243)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8DE1 color. Also use rgb(172,141,225) instead hex code.

Text Font Color

.myTextColor { color: #AC8DE1; }

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

This text font color is #AC8DE1.

Background Color

.myBgColor { background-color: #AC8DE1; }

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

This div background color is #AC8DE1.

Border color

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

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

This div border color is #AC8DE1.

Opacity

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

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

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

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

This text has shadow with #AC8DE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8DE1.

Preview

Color preview on black background

This text has color #AC8DE1 on black background.


Color preview on white background

This text has color #AC8DE1 on white background.


Black color preview on #AC8DE1 background

This text has black color on #AC8DE1 background.


White color preview on #AC8DE1 background

This text has white color on #AC8DE1 background.


Related colors

Complementary color

Complementary color for #hex is #53721E.


I love getcolorcode.com

Triadic colors

1 #E1AC8D and #8DE1AC with #AC8DE1 are triadic colors.

2 #E18DAC and #8DACE1 with #AC8DE1 are triadic colors.