COLOR #AE8497

HEX: #AE8497
RGB: (174,132,151)

Color info

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

RGB color model

#AE8497 color RGB value is (174,132,151).

  • red value is 174;
  • green value is 132;
  • blue value is 151.
RGB:
(174,132,151)
(68%,52%,59%)

RGB channels and saturation

R 174 of 255 = 68%
G 132 of 255 = 52%
B 151 of 255 = 59%

174
132
151

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

Portions of RGB colors in percentages

R + G + B =
174 + 132 + 151 = 457 (100%)
R 174 of 457 ~ 38.07%
G 132 of 457 ~ 28.88%
B 151 of 457 ~ 33.04%

%38.07
%28.88
%33.04

CMYK color model

#AE8497 color CMYK value is (0,24,13,32).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(0,24,13,32)
C0M24Y13K32 
(0%,24%,13%,32%)
(0.00/0.24/0.13/0.32)	

CMYK percentages

%0
%24.14
%13.22
%31.76

Codes

Color #AE8497 in popluar color models

AE8497
RGB174132151
HSL333°20.59%60.00%
HSB/HSV333°24.14%68.24%
CMYK0.00%24.14%13.22%
31.76%

Color #AE8497 in popluar number systems.

HEXAE8497
Decimal174132151
Binary101011101000010010010111
Octal256204227

Shades and tints

Shades of #AE8497

#AE8497
(174,132,151)
#9F788A
(159,120,138)
#906C7D
(144,108,125)
#816070
(129,96,112)
#725463
(114,84,99)
#634856
(99,72,86)
#543C49
(84,60,73)
#45303C
(69,48,60)
#36242F
(54,36,47)
#271822
(39,24,34)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #AE8497

#AE8497
(174,132,151)
#B58FA0
(181,143,160)
#BC9AA9
(188,154,169)
#C3A5B2
(195,165,178)
#CAB0BB
(202,176,187)
#D1BBC4
(209,187,196)
#D8C6CD
(216,198,205)
#DFD1D6
(223,209,214)
#E6DCDF
(230,220,223)
#EDE7E8
(237,231,232)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8497 color. Also use rgb(174,132,151) instead hex code.

Text Font Color

.myTextColor { color: #AE8497; }

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

This text font color is #AE8497.


Background Color

.myBgColor { background-color: #AE8497; }

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

This div background color is #AE8497.


Border color

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

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

This div border color is #AE8497.


Opacity

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

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

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

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

This text has shadow with #AE8497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8497 on black background.


Color preview on white background

This text has color #AE8497 on white background.



Black color preview on #AE8497 background

This text has black color on #AE8497 background.


White color preview on #AE8497 background

This text has white color on #AE8497 background.