COLOR #AE96DF

HEX: #AE96DF RGB: (174,150,223)

Color info

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

RGB color model

#AE96DF color RGB value is (174,150,223).

RGB: (174,150,223) (68%, 59%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 223 of 255 = 87%

174
150
223

R + G + B ~ 71%. #AE96DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 150 + 223 = 547 (100%)
R 174 of 547 ~ 31.81%
G 150 of 547 ~ 27.42%
B 223 of 547 ~ 40.77'%

%31.81
%27.42
%40.77

CMYK color model

#AE96DF color CMYK value is (22,33,0,13).

  • cyan value is 21.97%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (22,33,0,13)
C22M33Y0K13 (22%, 33%, 0%, 13%)
(0.22 / 0.33 / 0.00 / 0.13)

CMYK percentages

%21.97
%32.74
%0
%12.55

Codes

Color #AE96DF in popluar color models

AE 96 DF
RGB 174 150 223
HSL 260° 53.28% 73.14%
HSB/HSV 260° 32.74% 87.45%
CMYK 21.97% 32.74% 0.00%
12.55%

Color #AE96DF in popluar number systems.

HEX AE 96 DF
Decimal 174 150 223
Binary 10101110 10010110 11011111
Octal 256 226 337

Shades and tints

Shades of #AE96DF

#AE96DF
(174,150,223)
#9F89CB
(159,137,203)
#907CB7
(144,124,183)
#816FA3
(129,111,163)
#72628F
(114,98,143)
#63557B
(99,85,123)
#544867
(84,72,103)
#453B53
(69,59,83)
#362E3F
(54,46,63)
#27212B
(39,33,43)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AE96DF

#AE96DF
(174,150,223)
#B59FE1
(181,159,225)
#BCA8E3
(188,168,227)
#C3B1E5
(195,177,229)
#CABAE7
(202,186,231)
#D1C3E9
(209,195,233)
#D8CCEB
(216,204,235)
#DFD5ED
(223,213,237)
#E6DEEF
(230,222,239)
#EDE7F1
(237,231,241)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE96DF color. Also use rgb(174,150,223) instead hex code.

Text Font Color

.myTextColor { color: #AE96DF; }

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

This text font color is #AE96DF.

Background Color

.myBgColor { background-color: #AE96DF; }

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

This div background color is #AE96DF.

Border color

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

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

This div border color is #AE96DF.

Opacity

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

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

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

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

This text has shadow with #AE96DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE96DF.

Preview

Color preview on black background

This text has color #AE96DF on black background.


Color preview on white background

This text has color #AE96DF on white background.


Black color preview on #AE96DF background

This text has black color on #AE96DF background.


White color preview on #AE96DF background

This text has white color on #AE96DF background.


Related colors

Complementary color

Complementary color for #hex is #516920.


I love getcolorcode.com

Triadic colors

1 #DFAE96 and #96DFAE with #AE96DF are triadic colors.

2 #DF96AE and #96AEDF with #AE96DF are triadic colors.