COLOR #AE86BA

HEX: #AE86BA RGB: (174,134,186)

Color info

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

RGB color model

#AE86BA color RGB value is (174,134,186).

RGB: (174,134,186) (68%, 53%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 134 of 255 = 53%
B 186 of 255 = 73%

174
134
186

R + G + B ~ 65%. #AE86BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 134 + 186 = 494 (100%)
R 174 of 494 ~ 35.22%
G 134 of 494 ~ 27.13%
B 186 of 494 ~ 37.65'%

%35.22
%27.13
%37.65

CMYK color model

#AE86BA color CMYK value is (6,28,0,27).

  • cyan value is 6.45%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (6,28,0,27)
C6M28Y0K27 (6%, 28%, 0%, 27%)
(0.06 / 0.28 / 0.00 / 0.27)

CMYK percentages

%6.45
%27.96
%0
%27.06

Codes

Color #AE86BA in popluar color models

AE 86 BA
RGB 174 134 186
HSL 286° 27.37% 62.75%
HSB/HSV 286° 27.96% 72.94%
CMYK 6.45% 27.96% 0.00%
27.06%

Color #AE86BA in popluar number systems.

HEX AE 86 BA
Decimal 174 134 186
Binary 10101110 10000110 10111010
Octal 256 206 272

Shades and tints

Shades of #AE86BA

#AE86BA
(174,134,186)
#9F7AAA
(159,122,170)
#906E9A
(144,110,154)
#81628A
(129,98,138)
#72567A
(114,86,122)
#634A6A
(99,74,106)
#543E5A
(84,62,90)
#45324A
(69,50,74)
#36263A
(54,38,58)
#271A2A
(39,26,42)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #AE86BA

#AE86BA
(174,134,186)
#B591C0
(181,145,192)
#BC9CC6
(188,156,198)
#C3A7CC
(195,167,204)
#CAB2D2
(202,178,210)
#D1BDD8
(209,189,216)
#D8C8DE
(216,200,222)
#DFD3E4
(223,211,228)
#E6DEEA
(230,222,234)
#EDE9F0
(237,233,240)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE86BA color. Also use rgb(174,134,186) instead hex code.

Text Font Color

.myTextColor { color: #AE86BA; }

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

This text font color is #AE86BA.

Background Color

.myBgColor { background-color: #AE86BA; }

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

This div background color is #AE86BA.

Border color

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

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

This div border color is #AE86BA.

Opacity

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

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

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

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

This text has shadow with #AE86BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE86BA.

Preview

Color preview on black background

This text has color #AE86BA on black background.


Color preview on white background

This text has color #AE86BA on white background.


Black color preview on #AE86BA background

This text has black color on #AE86BA background.


White color preview on #AE86BA background

This text has white color on #AE86BA background.


Related colors

Complementary color

Complementary color for #hex is #517945.


I love getcolorcode.com

Triadic colors

1 #BAAE86 and #86BAAE with #AE86BA are triadic colors.

2 #BA86AE and #86AEBA with #AE86BA are triadic colors.