COLOR #AE86BE

HEX: #AE86BE
RGB: (174,134,190)

Color info

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

RGB color model

#AE86BE color RGB value is (174,134,190).

  • red value is 174;
  • green value is 134;
  • blue value is 190.
RGB:
(174,134,190)
(68%,53%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 134 of 255 = 53%
B 190 of 255 = 75%

174
134
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 134 + 190 = 498 (100%)
R 174 of 498 ~ 34.94%
G 134 of 498 ~ 26.91%
B 190 of 498 ~ 38.15%

%34.94
%26.91
%38.15

CMYK color model

#AE86BE color CMYK value is (8,29,0,25).

  • cyan value is 8.42%
  • magenta value is 29.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,29,0,25)
C8M29Y0K25 
(8%,29%,0%,25%)
(0.08/0.29/0.00/0.25)	

CMYK percentages

%8.42
%29.47
%0
%25.49

Codes

Color #AE86BE in popluar color models

AE86BE
RGB174134190
HSL283°30.11%63.53%
HSB/HSV283°29.47%74.51%
CMYK8.42%29.47%0.00%
25.49%

Color #AE86BE in popluar number systems.

HEXAE86BE
Decimal174134190
Binary101011101000011010111110
Octal256206276

Shades and tints

Shades of #AE86BE

#AE86BE
(174,134,190)
#9F7AAD
(159,122,173)
#906E9C
(144,110,156)
#81628B
(129,98,139)
#72567A
(114,86,122)
#634A69
(99,74,105)
#543E58
(84,62,88)
#453247
(69,50,71)
#362636
(54,38,54)
#271A25
(39,26,37)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #AE86BE

#AE86BE
(174,134,190)
#B591C3
(181,145,195)
#BC9CC8
(188,156,200)
#C3A7CD
(195,167,205)
#CAB2D2
(202,178,210)
#D1BDD7
(209,189,215)
#D8C8DC
(216,200,220)
#DFD3E1
(223,211,225)
#E6DEE6
(230,222,230)
#EDE9EB
(237,233,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE86BE; }

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

This text font color is #AE86BE.


Background Color

.myBgColor { background-color: #AE86BE; }

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

This div background color is #AE86BE.


Border color

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

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

This div border color is #AE86BE.


Opacity

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

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

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

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

This text has shadow with #AE86BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE86BE on black background.


Color preview on white background

This text has color #AE86BE on white background.



Black color preview on #AE86BE background

This text has black color on #AE86BE background.


White color preview on #AE86BE background

This text has white color on #AE86BE background.