COLOR #AE8BAE

HEX: #AE8BAE
RGB: (174,139,174)

Color info

#AE8BAE contains red, green and blue colors in about the same proportion. Web safe color of #AE8BAE is #999999 (or #999).

RGB color model

#AE8BAE color RGB value is (174,139,174).

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

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 174 of 255 = 68%

174
139
174

R + G + B ~ 64%. #AE8BAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 139 + 174 = 487 (100%)
R 174 of 487 ~ 35.73%
G 139 of 487 ~ 28.54%
B 174 of 487 ~ 35.73%

%35.73
%28.54
%35.73

CMYK color model

#AE8BAE color CMYK value is (0,20,0,32).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(0,20,0,32)
C0M20Y0K32 
(0%,20%,0%,32%)
(0.00/0.20/0.00/0.32)	

CMYK percentages

%0
%20.11
%0
%31.76

Codes

Color #AE8BAE in popluar color models

AE8BAE
RGB174139174
HSL300°17.77%61.37%
HSB/HSV300°20.11%68.24%
CMYK0.00%20.11%0.00%
31.76%

Color #AE8BAE in popluar number systems.

HEXAE8BAE
Decimal174139174
Binary101011101000101110101110
Octal256213256

Shades and tints

Shades of #AE8BAE

#AE8BAE
(174,139,174)
#9F7F9F
(159,127,159)
#907390
(144,115,144)
#816781
(129,103,129)
#725B72
(114,91,114)
#634F63
(99,79,99)
#544354
(84,67,84)
#453745
(69,55,69)
#362B36
(54,43,54)
#271F27
(39,31,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AE8BAE

#AE8BAE
(174,139,174)
#B595B5
(181,149,181)
#BC9FBC
(188,159,188)
#C3A9C3
(195,169,195)
#CAB3CA
(202,179,202)
#D1BDD1
(209,189,209)
#D8C7D8
(216,199,216)
#DFD1DF
(223,209,223)
#E6DBE6
(230,219,230)
#EDE5ED
(237,229,237)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8BAE; }

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

This text font color is #AE8BAE.


Background Color

.myBgColor { background-color: #AE8BAE; }

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

This div background color is #AE8BAE.


Border color

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

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

This div border color is #AE8BAE.


Opacity

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

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

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

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

This text has shadow with #AE8BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8BAE on black background.


Color preview on white background

This text has color #AE8BAE on white background.



Black color preview on #AE8BAE background

This text has black color on #AE8BAE background.


White color preview on #AE8BAE background

This text has white color on #AE8BAE background.