COLOR #AE7D96

HEX: #AE7D96
RGB: (174,125,150)

Color info

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

RGB color model

#AE7D96 color RGB value is (174,125,150).

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

RGB channels and saturation

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

174
125
150

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

Portions of RGB colors in percentages

R + G + B =
174 + 125 + 150 = 449 (100%)
R 174 of 449 ~ 38.75%
G 125 of 449 ~ 27.84%
B 150 of 449 ~ 33.41%

%38.75
%27.84
%33.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.16%
  • 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
%28.16
%13.79
%31.76

Codes

Color #AE7D96 in popluar color models

AE7D96
RGB174125150
HSL329°23.22%58.63%
HSB/HSV329°28.16%68.24%
CMYK0.00%28.16%13.79%
31.76%

Color #AE7D96 in popluar number systems.

HEXAE7D96
Decimal174125150
Binary10101110111110110010110
Octal256175226

Shades and tints

Shades of #AE7D96

#AE7D96
(174,125,150)
#9F7289
(159,114,137)
#90677C
(144,103,124)
#815C6F
(129,92,111)
#725162
(114,81,98)
#634655
(99,70,85)
#543B48
(84,59,72)
#45303B
(69,48,59)
#36252E
(54,37,46)
#271A21
(39,26,33)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE7D96

#AE7D96
(174,125,150)
#B5889F
(181,136,159)
#BC93A8
(188,147,168)
#C39EB1
(195,158,177)
#CAA9BA
(202,169,186)
#D1B4C3
(209,180,195)
#D8BFCC
(216,191,204)
#DFCAD5
(223,202,213)
#E6D5DE
(230,213,222)
#EDE0E7
(237,224,231)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7D96; }

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

This text font color is #AE7D96.


Background Color

.myBgColor { background-color: #AE7D96; }

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

This div background color is #AE7D96.


Border color

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

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

This div border color is #AE7D96.


Opacity

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

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

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

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

This text has shadow with #AE7D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7D96 on black background.


Color preview on white background

This text has color #AE7D96 on white background.



Black color preview on #AE7D96 background

This text has black color on #AE7D96 background.


White color preview on #AE7D96 background

This text has white color on #AE7D96 background.