COLOR #AE8EA7

HEX: #AE8EA7
RGB: (174,142,167)

Color info

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

RGB color model

#AE8EA7 color RGB value is (174,142,167).

  • red value is 174;
  • green value is 142;
  • blue value is 167.
RGB:
(174,142,167)
(68%,56%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 167 of 255 = 65%

174
142
167

R + G + B ~ 63%. #AE8EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 167 = 483 (100%)
R 174 of 483 ~ 36.02%
G 142 of 483 ~ 29.4%
B 167 of 483 ~ 34.58%

%36.02
%29.4
%34.58

CMYK color model

#AE8EA7 color CMYK value is (0,18,4,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 4.02%
  • key color value is 31.76%
CMYK:
(0,18,4,32)
C0M18Y4K32 
(0%,18%,4%,32%)
(0.00/0.18/0.04/0.32)	

CMYK percentages

%0
%18.39
%4.02
%31.76

Codes

Color #AE8EA7 in popluar color models

AE8EA7
RGB174142167
HSL313°16.49%61.96%
HSB/HSV313°18.39%68.24%
CMYK0.00%18.39%4.02%
31.76%

Color #AE8EA7 in popluar number systems.

HEXAE8EA7
Decimal174142167
Binary101011101000111010100111
Octal256216247

Shades and tints

Shades of #AE8EA7

#AE8EA7
(174,142,167)
#9F8298
(159,130,152)
#907689
(144,118,137)
#816A7A
(129,106,122)
#725E6B
(114,94,107)
#63525C
(99,82,92)
#54464D
(84,70,77)
#453A3E
(69,58,62)
#362E2F
(54,46,47)
#272220
(39,34,32)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AE8EA7

#AE8EA7
(174,142,167)
#B598AF
(181,152,175)
#BCA2B7
(188,162,183)
#C3ACBF
(195,172,191)
#CAB6C7
(202,182,199)
#D1C0CF
(209,192,207)
#D8CAD7
(216,202,215)
#DFD4DF
(223,212,223)
#E6DEE7
(230,222,231)
#EDE8EF
(237,232,239)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8EA7; }

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

This text font color is #AE8EA7.


Background Color

.myBgColor { background-color: #AE8EA7; }

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

This div background color is #AE8EA7.


Border color

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

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

This div border color is #AE8EA7.


Opacity

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

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

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

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

This text has shadow with #AE8EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8EA7 on black background.


Color preview on white background

This text has color #AE8EA7 on white background.



Black color preview on #AE8EA7 background

This text has black color on #AE8EA7 background.


White color preview on #AE8EA7 background

This text has white color on #AE8EA7 background.