COLOR #AE7996

HEX: #AE7996
RGB: (174,121,150)

Color info

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

RGB color model

#AE7996 color RGB value is (174,121,150).

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

RGB channels and saturation

R 174 of 255 = 68%
G 121 of 255 = 47%
B 150 of 255 = 59%

174
121
150

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

Portions of RGB colors in percentages

R + G + B =
174 + 121 + 150 = 445 (100%)
R 174 of 445 ~ 39.1%
G 121 of 445 ~ 27.19%
B 150 of 445 ~ 33.71%

%39.1
%27.19
%33.71

CMYK color model

#AE7996 color CMYK value is (0,30,14,32).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(0,30,14,32)
C0M30Y14K32 
(0%,30%,14%,32%)
(0.00/0.30/0.14/0.32)	

CMYK percentages

%0
%30.46
%13.79
%31.76

Codes

Color #AE7996 in popluar color models

AE7996
RGB174121150
HSL327°24.65%57.84%
HSB/HSV327°30.46%68.24%
CMYK0.00%30.46%13.79%
31.76%

Color #AE7996 in popluar number systems.

HEXAE7996
Decimal174121150
Binary10101110111100110010110
Octal256171226

Shades and tints

Shades of #AE7996

#AE7996
(174,121,150)
#9F6E89
(159,110,137)
#90637C
(144,99,124)
#81586F
(129,88,111)
#724D62
(114,77,98)
#634255
(99,66,85)
#543748
(84,55,72)
#452C3B
(69,44,59)
#36212E
(54,33,46)
#271621
(39,22,33)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #AE7996

#AE7996
(174,121,150)
#B5859F
(181,133,159)
#BC91A8
(188,145,168)
#C39DB1
(195,157,177)
#CAA9BA
(202,169,186)
#D1B5C3
(209,181,195)
#D8C1CC
(216,193,204)
#DFCDD5
(223,205,213)
#E6D9DE
(230,217,222)
#EDE5E7
(237,229,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7996; }

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

This text font color is #AE7996.


Background Color

.myBgColor { background-color: #AE7996; }

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

This div background color is #AE7996.


Border color

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

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

This div border color is #AE7996.


Opacity

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

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

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

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

This text has shadow with #AE7996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7996 on black background.


Color preview on white background

This text has color #AE7996 on white background.



Black color preview on #AE7996 background

This text has black color on #AE7996 background.


White color preview on #AE7996 background

This text has white color on #AE7996 background.