COLOR #AE8CC6

HEX: #AE8CC6 RGB: (174,140,198)

Color info

#AE8CC6 contains red, green and blue colors in about the same proportion. Web safe color of #AE8CC6 is #9999CC (or #99C).

RGB color model

#AE8CC6 color RGB value is (174,140,198).

RGB: (174,140,198) (68%, 55%, 78%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 198 of 255 = 78%

174
140
198

R + G + B ~ 67%. #AE8CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 140 + 198 = 512 (100%)
R 174 of 512 ~ 33.98%
G 140 of 512 ~ 27.34%
B 198 of 512 ~ 38.67'%

%33.98
%27.34
%38.67

CMYK color model

#AE8CC6 color CMYK value is (12,29,0,22).

  • cyan value is 12.12%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (12,29,0,22)
C12M29Y0K22 (12%, 29%, 0%, 22%)
(0.12 / 0.29 / 0.00 / 0.22)

CMYK percentages

%12.12
%29.29
%0
%22.35

Codes

Color #AE8CC6 in popluar color models

AE 8C C6
RGB 174 140 198
HSL 275° 33.72% 66.27%
HSB/HSV 275° 29.29% 77.65%
CMYK 12.12% 29.29% 0.00%
22.35%

Color #AE8CC6 in popluar number systems.

HEX AE 8C C6
Decimal 174 140 198
Binary 10101110 10001100 11000110
Octal 256 214 306

Shades and tints

Shades of #AE8CC6

#AE8CC6
(174,140,198)
#9F80B4
(159,128,180)
#9074A2
(144,116,162)
#816890
(129,104,144)
#725C7E
(114,92,126)
#63506C
(99,80,108)
#54445A
(84,68,90)
#453848
(69,56,72)
#362C36
(54,44,54)
#272024
(39,32,36)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AE8CC6

#AE8CC6
(174,140,198)
#B596CB
(181,150,203)
#BCA0D0
(188,160,208)
#C3AAD5
(195,170,213)
#CAB4DA
(202,180,218)
#D1BEDF
(209,190,223)
#D8C8E4
(216,200,228)
#DFD2E9
(223,210,233)
#E6DCEE
(230,220,238)
#EDE6F3
(237,230,243)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8CC6 color. Also use rgb(174,140,198) instead hex code.

Text Font Color

.myTextColor { color: #AE8CC6; }

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

This text font color is #AE8CC6.

Background Color

.myBgColor { background-color: #AE8CC6; }

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

This div background color is #AE8CC6.

Border color

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

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

This div border color is #AE8CC6.

Opacity

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

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

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

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

This text has shadow with #AE8CC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8CC6.

Preview

Color preview on black background

This text has color #AE8CC6 on black background.


Color preview on white background

This text has color #AE8CC6 on white background.


Black color preview on #AE8CC6 background

This text has black color on #AE8CC6 background.


White color preview on #AE8CC6 background

This text has white color on #AE8CC6 background.


Related colors

Complementary color

Complementary color for #hex is #517339.


I love getcolorcode.com

Triadic colors

1 #C6AE8C and #8CC6AE with #AE8CC6 are triadic colors.

2 #C68CAE and #8CAEC6 with #AE8CC6 are triadic colors.