COLOR #AE89AD

HEX: #AE89AD
RGB: (174,137,173)

Color info

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

RGB color model

#AE89AD color RGB value is (174,137,173).

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

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 173 of 255 = 68%

174
137
173

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

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 173 = 484 (100%)
R 174 of 484 ~ 35.95%
G 137 of 484 ~ 28.31%
B 173 of 484 ~ 35.74%

%35.95
%28.31
%35.74

CMYK color model

#AE89AD color CMYK value is (0,21,1,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(0,21,1,32)
C0M21Y1K32 
(0%,21%,1%,32%)
(0.00/0.21/0.01/0.32)	

CMYK percentages

%0
%21.26
%0.57
%31.76

Codes

Color #AE89AD in popluar color models

AE89AD
RGB174137173
HSL302°18.59%60.98%
HSB/HSV302°21.26%68.24%
CMYK0.00%21.26%0.57%
31.76%

Color #AE89AD in popluar number systems.

HEXAE89AD
Decimal174137173
Binary101011101000100110101101
Octal256211255

Shades and tints

Shades of #AE89AD

#AE89AD
(174,137,173)
#9F7D9E
(159,125,158)
#90718F
(144,113,143)
#816580
(129,101,128)
#725971
(114,89,113)
#634D62
(99,77,98)
#544153
(84,65,83)
#453544
(69,53,68)
#362935
(54,41,53)
#271D26
(39,29,38)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AE89AD

#AE89AD
(174,137,173)
#B593B4
(181,147,180)
#BC9DBB
(188,157,187)
#C3A7C2
(195,167,194)
#CAB1C9
(202,177,201)
#D1BBD0
(209,187,208)
#D8C5D7
(216,197,215)
#DFCFDE
(223,207,222)
#E6D9E5
(230,217,229)
#EDE3EC
(237,227,236)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE89AD; }

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

This text font color is #AE89AD.


Background Color

.myBgColor { background-color: #AE89AD; }

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

This div background color is #AE89AD.


Border color

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

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

This div border color is #AE89AD.


Opacity

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

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

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

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

This text has shadow with #AE89AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE89AD on black background.


Color preview on white background

This text has color #AE89AD on white background.



Black color preview on #AE89AD background

This text has black color on #AE89AD background.


White color preview on #AE89AD background

This text has white color on #AE89AD background.