COLOR #AE8DD9

HEX: #AE8DD9
RGB: (174,141,217)

Color info

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

RGB color model

#AE8DD9 color RGB value is (174,141,217).

  • red value is 174;
  • green value is 141;
  • blue value is 217.
RGB:
(174,141,217)
(68%,55%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 217 of 255 = 85%

174
141
217

R + G + B ~ 69%. #AE8DD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 217 = 532 (100%)
R 174 of 532 ~ 32.71%
G 141 of 532 ~ 26.5%
B 217 of 532 ~ 40.79%

%32.71
%26.5
%40.79

CMYK color model

#AE8DD9 color CMYK value is (20,35,0,15).

  • cyan value is 19.82%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(20,35,0,15)
C20M35Y0K15 
(20%,35%,0%,15%)
(0.20/0.35/0.00/0.15)	

CMYK percentages

%19.82
%35.02
%0
%14.9

Codes

Color #AE8DD9 in popluar color models

AE8DD9
RGB174141217
HSL266°50.00%70.20%
HSB/HSV266°35.02%85.10%
CMYK19.82%35.02%0.00%
14.90%

Color #AE8DD9 in popluar number systems.

HEXAE8DD9
Decimal174141217
Binary101011101000110111011001
Octal256215331

Shades and tints

Shades of #AE8DD9

#AE8DD9
(174,141,217)
#9F81C6
(159,129,198)
#9075B3
(144,117,179)
#8169A0
(129,105,160)
#725D8D
(114,93,141)
#63517A
(99,81,122)
#544567
(84,69,103)
#453954
(69,57,84)
#362D41
(54,45,65)
#27212E
(39,33,46)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #AE8DD9

#AE8DD9
(174,141,217)
#B597DC
(181,151,220)
#BCA1DF
(188,161,223)
#C3ABE2
(195,171,226)
#CAB5E5
(202,181,229)
#D1BFE8
(209,191,232)
#D8C9EB
(216,201,235)
#DFD3EE
(223,211,238)
#E6DDF1
(230,221,241)
#EDE7F4
(237,231,244)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8DD9 color. Also use rgb(174,141,217) instead hex code.

Text Font Color

.myTextColor { color: #AE8DD9; }

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

This text font color is #AE8DD9.


Background Color

.myBgColor { background-color: #AE8DD9; }

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

This div background color is #AE8DD9.


Border color

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

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

This div border color is #AE8DD9.


Opacity

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

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

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

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

This text has shadow with #AE8DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8DD9 on black background.


Color preview on white background

This text has color #AE8DD9 on white background.



Black color preview on #AE8DD9 background

This text has black color on #AE8DD9 background.


White color preview on #AE8DD9 background

This text has white color on #AE8DD9 background.