COLOR #AE8DD6

HEX: #AE8DD6
RGB: (174,141,214)

Color info

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

RGB color model

#AE8DD6 color RGB value is (174,141,214).

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

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 214 of 255 = 84%

174
141
214

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

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 214 = 529 (100%)
R 174 of 529 ~ 32.89%
G 141 of 529 ~ 26.65%
B 214 of 529 ~ 40.45%

%32.89
%26.65
%40.45

CMYK color model

#AE8DD6 color CMYK value is (19,34,0,16).

  • cyan value is 18.69%
  • magenta value is 34.11%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(19,34,0,16)
C19M34Y0K16 
(19%,34%,0%,16%)
(0.19/0.34/0.00/0.16)	

CMYK percentages

%18.69
%34.11
%0
%16.08

Codes

Color #AE8DD6 in popluar color models

AE8DD6
RGB174141214
HSL267°47.10%69.61%
HSB/HSV267°34.11%83.92%
CMYK18.69%34.11%0.00%
16.08%

Color #AE8DD6 in popluar number systems.

HEXAE8DD6
Decimal174141214
Binary101011101000110111010110
Octal256215326

Shades and tints

Shades of #AE8DD6

#AE8DD6
(174,141,214)
#9F81C3
(159,129,195)
#9075B0
(144,117,176)
#81699D
(129,105,157)
#725D8A
(114,93,138)
#635177
(99,81,119)
#544564
(84,69,100)
#453951
(69,57,81)
#362D3E
(54,45,62)
#27212B
(39,33,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AE8DD6

#AE8DD6
(174,141,214)
#B597D9
(181,151,217)
#BCA1DC
(188,161,220)
#C3ABDF
(195,171,223)
#CAB5E2
(202,181,226)
#D1BFE5
(209,191,229)
#D8C9E8
(216,201,232)
#DFD3EB
(223,211,235)
#E6DDEE
(230,221,238)
#EDE7F1
(237,231,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8DD6; }

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

This text font color is #AE8DD6.


Background Color

.myBgColor { background-color: #AE8DD6; }

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

This div background color is #AE8DD6.


Border color

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

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

This div border color is #AE8DD6.


Opacity

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

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

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

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

This text has shadow with #AE8DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8DD6 on black background.


Color preview on white background

This text has color #AE8DD6 on white background.



Black color preview on #AE8DD6 background

This text has black color on #AE8DD6 background.


White color preview on #AE8DD6 background

This text has white color on #AE8DD6 background.