COLOR #AE7E96

HEX: #AE7E96
RGB: (174,126,150)

Color info

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

RGB color model

#AE7E96 color RGB value is (174,126,150).

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

RGB channels and saturation

R 174 of 255 = 68%
G 126 of 255 = 49%
B 150 of 255 = 59%

174
126
150

R + G + B ~ 59%. #AE7E96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 126 + 150 = 450 (100%)
R 174 of 450 ~ 38.67%
G 126 of 450 ~ 28%
B 150 of 450 ~ 33.33%

%38.67
%28
%33.33

CMYK color model

#AE7E96 color CMYK value is (0,28,14,32).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(0,28,14,32)
C0M28Y14K32 
(0%,28%,14%,32%)
(0.00/0.28/0.14/0.32)	

CMYK percentages

%0
%27.59
%13.79
%31.76

Codes

Color #AE7E96 in popluar color models

AE7E96
RGB174126150
HSL330°22.86%58.82%
HSB/HSV330°27.59%68.24%
CMYK0.00%27.59%13.79%
31.76%

Color #AE7E96 in popluar number systems.

HEXAE7E96
Decimal174126150
Binary10101110111111010010110
Octal256176226

Shades and tints

Shades of #AE7E96

#AE7E96
(174,126,150)
#9F7389
(159,115,137)
#90687C
(144,104,124)
#815D6F
(129,93,111)
#725262
(114,82,98)
#634755
(99,71,85)
#543C48
(84,60,72)
#45313B
(69,49,59)
#36262E
(54,38,46)
#271B21
(39,27,33)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AE7E96

#AE7E96
(174,126,150)
#B5899F
(181,137,159)
#BC94A8
(188,148,168)
#C39FB1
(195,159,177)
#CAAABA
(202,170,186)
#D1B5C3
(209,181,195)
#D8C0CC
(216,192,204)
#DFCBD5
(223,203,213)
#E6D6DE
(230,214,222)
#EDE1E7
(237,225,231)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7E96; }

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

This text font color is #AE7E96.


Background Color

.myBgColor { background-color: #AE7E96; }

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

This div background color is #AE7E96.


Border color

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

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

This div border color is #AE7E96.


Opacity

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

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

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

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

This text has shadow with #AE7E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7E96 on black background.


Color preview on white background

This text has color #AE7E96 on white background.



Black color preview on #AE7E96 background

This text has black color on #AE7E96 background.


White color preview on #AE7E96 background

This text has white color on #AE7E96 background.