COLOR #AE7EA6

HEX: #AE7EA6
RGB: (174,126,166)

Color info

#AE7EA6 contains red, green and blue colors in about the same proportion. Web safe color of #AE7EA6 is #996699 (or #969).

RGB color model

#AE7EA6 color RGB value is (174,126,166).

  • red value is 174;
  • green value is 126;
  • blue value is 166.
RGB:
(174,126,166)
(68%,49%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 126 of 255 = 49%
B 166 of 255 = 65%

174
126
166

R + G + B ~ 61%. #AE7EA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 126 + 166 = 466 (100%)
R 174 of 466 ~ 37.34%
G 126 of 466 ~ 27.04%
B 166 of 466 ~ 35.62%

%37.34
%27.04
%35.62

CMYK color model

#AE7EA6 color CMYK value is (0,28,5,32).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(0,28,5,32)
C0M28Y5K32 
(0%,28%,5%,32%)
(0.00/0.28/0.05/0.32)	

CMYK percentages

%0
%27.59
%4.6
%31.76

Codes

Color #AE7EA6 in popluar color models

AE7EA6
RGB174126166
HSL310°22.86%58.82%
HSB/HSV310°27.59%68.24%
CMYK0.00%27.59%4.60%
31.76%

Color #AE7EA6 in popluar number systems.

HEXAE7EA6
Decimal174126166
Binary10101110111111010100110
Octal256176246

Shades and tints

Shades of #AE7EA6

#AE7EA6
(174,126,166)
#9F7397
(159,115,151)
#906888
(144,104,136)
#815D79
(129,93,121)
#72526A
(114,82,106)
#63475B
(99,71,91)
#543C4C
(84,60,76)
#45313D
(69,49,61)
#36262E
(54,38,46)
#271B1F
(39,27,31)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #AE7EA6

#AE7EA6
(174,126,166)
#B589AE
(181,137,174)
#BC94B6
(188,148,182)
#C39FBE
(195,159,190)
#CAAAC6
(202,170,198)
#D1B5CE
(209,181,206)
#D8C0D6
(216,192,214)
#DFCBDE
(223,203,222)
#E6D6E6
(230,214,230)
#EDE1EE
(237,225,238)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7EA6; }

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

This text font color is #AE7EA6.


Background Color

.myBgColor { background-color: #AE7EA6; }

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

This div background color is #AE7EA6.


Border color

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

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

This div border color is #AE7EA6.


Opacity

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

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

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

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

This text has shadow with #AE7EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7EA6 on black background.


Color preview on white background

This text has color #AE7EA6 on white background.



Black color preview on #AE7EA6 background

This text has black color on #AE7EA6 background.


White color preview on #AE7EA6 background

This text has white color on #AE7EA6 background.