COLOR #AE8399

HEX: #AE8399
RGB: (174,131,153)

Color info

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

RGB color model

#AE8399 color RGB value is (174,131,153).

  • red value is 174;
  • green value is 131;
  • blue value is 153.
RGB:
(174,131,153)
(68%,51%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 131 of 255 = 51%
B 153 of 255 = 60%

174
131
153

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

Portions of RGB colors in percentages

R + G + B =
174 + 131 + 153 = 458 (100%)
R 174 of 458 ~ 37.99%
G 131 of 458 ~ 28.6%
B 153 of 458 ~ 33.41%

%37.99
%28.6
%33.41

CMYK color model

#AE8399 color CMYK value is (0,25,12,32).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(0,25,12,32)
C0M25Y12K32 
(0%,25%,12%,32%)
(0.00/0.25/0.12/0.32)	

CMYK percentages

%0
%24.71
%12.07
%31.76

Codes

Color #AE8399 in popluar color models

AE8399
RGB174131153
HSL329°20.98%59.80%
HSB/HSV329°24.71%68.24%
CMYK0.00%24.71%12.07%
31.76%

Color #AE8399 in popluar number systems.

HEXAE8399
Decimal174131153
Binary101011101000001110011001
Octal256203231

Shades and tints

Shades of #AE8399

#AE8399
(174,131,153)
#9F788C
(159,120,140)
#906D7F
(144,109,127)
#816272
(129,98,114)
#725765
(114,87,101)
#634C58
(99,76,88)
#54414B
(84,65,75)
#45363E
(69,54,62)
#362B31
(54,43,49)
#272024
(39,32,36)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AE8399

#AE8399
(174,131,153)
#B58EA2
(181,142,162)
#BC99AB
(188,153,171)
#C3A4B4
(195,164,180)
#CAAFBD
(202,175,189)
#D1BAC6
(209,186,198)
#D8C5CF
(216,197,207)
#DFD0D8
(223,208,216)
#E6DBE1
(230,219,225)
#EDE6EA
(237,230,234)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8399 color. Also use rgb(174,131,153) instead hex code.

Text Font Color

.myTextColor { color: #AE8399; }

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

This text font color is #AE8399.


Background Color

.myBgColor { background-color: #AE8399; }

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

This div background color is #AE8399.


Border color

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

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

This div border color is #AE8399.


Opacity

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

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

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

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

This text has shadow with #AE8399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8399 on black background.


Color preview on white background

This text has color #AE8399 on white background.



Black color preview on #AE8399 background

This text has black color on #AE8399 background.


White color preview on #AE8399 background

This text has white color on #AE8399 background.