COLOR #AE89A8

HEX: #AE89A8
RGB: (174,137,168)

Color info

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

RGB color model

#AE89A8 color RGB value is (174,137,168).

  • red value is 174;
  • green value is 137;
  • blue value is 168.
RGB:
(174,137,168)
(68%,54%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 168 of 255 = 66%

174
137
168

R + G + B ~ 63%. #AE89A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 168 = 479 (100%)
R 174 of 479 ~ 36.33%
G 137 of 479 ~ 28.6%
B 168 of 479 ~ 35.07%

%36.33
%28.6
%35.07

CMYK color model

#AE89A8 color CMYK value is (0,21,3,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(0,21,3,32)
C0M21Y3K32 
(0%,21%,3%,32%)
(0.00/0.21/0.03/0.32)	

CMYK percentages

%0
%21.26
%3.45
%31.76

Codes

Color #AE89A8 in popluar color models

AE89A8
RGB174137168
HSL310°18.59%60.98%
HSB/HSV310°21.26%68.24%
CMYK0.00%21.26%3.45%
31.76%

Color #AE89A8 in popluar number systems.

HEXAE89A8
Decimal174137168
Binary101011101000100110101000
Octal256211250

Shades and tints

Shades of #AE89A8

#AE89A8
(174,137,168)
#9F7D99
(159,125,153)
#90718A
(144,113,138)
#81657B
(129,101,123)
#72596C
(114,89,108)
#634D5D
(99,77,93)
#54414E
(84,65,78)
#45353F
(69,53,63)
#362930
(54,41,48)
#271D21
(39,29,33)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE89A8

#AE89A8
(174,137,168)
#B593AF
(181,147,175)
#BC9DB6
(188,157,182)
#C3A7BD
(195,167,189)
#CAB1C4
(202,177,196)
#D1BBCB
(209,187,203)
#D8C5D2
(216,197,210)
#DFCFD9
(223,207,217)
#E6D9E0
(230,217,224)
#EDE3E7
(237,227,231)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE89A8 color. Also use rgb(174,137,168) instead hex code.

Text Font Color

.myTextColor { color: #AE89A8; }

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

This text font color is #AE89A8.


Background Color

.myBgColor { background-color: #AE89A8; }

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

This div background color is #AE89A8.


Border color

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

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

This div border color is #AE89A8.


Opacity

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

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

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

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

This text has shadow with #AE89A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE89A8 on black background.


Color preview on white background

This text has color #AE89A8 on white background.



Black color preview on #AE89A8 background

This text has black color on #AE89A8 background.


White color preview on #AE89A8 background

This text has white color on #AE89A8 background.