COLOR #AE8EA4

HEX: #AE8EA4
RGB: (174,142,164)

Color info

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

RGB color model

#AE8EA4 color RGB value is (174,142,164).

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

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 164 of 255 = 64%

174
142
164

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

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 164 = 480 (100%)
R 174 of 480 ~ 36.25%
G 142 of 480 ~ 29.58%
B 164 of 480 ~ 34.17%

%36.25
%29.58
%34.17

CMYK color model

#AE8EA4 color CMYK value is (0,18,6,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,18,6,32)
C0M18Y6K32 
(0%,18%,6%,32%)
(0.00/0.18/0.06/0.32)	

CMYK percentages

%0
%18.39
%5.75
%31.76

Codes

Color #AE8EA4 in popluar color models

AE8EA4
RGB174142164
HSL319°16.49%61.96%
HSB/HSV319°18.39%68.24%
CMYK0.00%18.39%5.75%
31.76%

Color #AE8EA4 in popluar number systems.

HEXAE8EA4
Decimal174142164
Binary101011101000111010100100
Octal256216244

Shades and tints

Shades of #AE8EA4

#AE8EA4
(174,142,164)
#9F8296
(159,130,150)
#907688
(144,118,136)
#816A7A
(129,106,122)
#725E6C
(114,94,108)
#63525E
(99,82,94)
#544650
(84,70,80)
#453A42
(69,58,66)
#362E34
(54,46,52)
#272226
(39,34,38)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #AE8EA4

#AE8EA4
(174,142,164)
#B598AC
(181,152,172)
#BCA2B4
(188,162,180)
#C3ACBC
(195,172,188)
#CAB6C4
(202,182,196)
#D1C0CC
(209,192,204)
#D8CAD4
(216,202,212)
#DFD4DC
(223,212,220)
#E6DEE4
(230,222,228)
#EDE8EC
(237,232,236)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8EA4; }

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

This text font color is #AE8EA4.


Background Color

.myBgColor { background-color: #AE8EA4; }

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

This div background color is #AE8EA4.


Border color

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

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

This div border color is #AE8EA4.


Opacity

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

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

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

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

This text has shadow with #AE8EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8EA4 on black background.


Color preview on white background

This text has color #AE8EA4 on white background.



Black color preview on #AE8EA4 background

This text has black color on #AE8EA4 background.


White color preview on #AE8EA4 background

This text has white color on #AE8EA4 background.