COLOR #AE89B3

HEX: #AE89B3
RGB: (174,137,179)

Color info

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

RGB color model

#AE89B3 color RGB value is (174,137,179).

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

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 179 of 255 = 70%

174
137
179

R + G + B ~ 64%. #AE89B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 179 = 490 (100%)
R 174 of 490 ~ 35.51%
G 137 of 490 ~ 27.96%
B 179 of 490 ~ 36.53%

%35.51
%27.96
%36.53

CMYK color model

#AE89B3 color CMYK value is (3,23,0,30).

  • cyan value is 2.79%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,23,0,30)
C3M23Y0K30 
(3%,23%,0%,30%)
(0.03/0.23/0.00/0.30)	

CMYK percentages

%2.79
%23.46
%0
%29.8

Codes

Color #AE89B3 in popluar color models

AE89B3
RGB174137179
HSL293°21.65%61.96%
HSB/HSV293°23.46%70.20%
CMYK2.79%23.46%0.00%
29.80%

Color #AE89B3 in popluar number systems.

HEXAE89B3
Decimal174137179
Binary101011101000100110110011
Octal256211263

Shades and tints

Shades of #AE89B3

#AE89B3
(174,137,179)
#9F7DA3
(159,125,163)
#907193
(144,113,147)
#816583
(129,101,131)
#725973
(114,89,115)
#634D63
(99,77,99)
#544153
(84,65,83)
#453543
(69,53,67)
#362933
(54,41,51)
#271D23
(39,29,35)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE89B3

#AE89B3
(174,137,179)
#B593B9
(181,147,185)
#BC9DBF
(188,157,191)
#C3A7C5
(195,167,197)
#CAB1CB
(202,177,203)
#D1BBD1
(209,187,209)
#D8C5D7
(216,197,215)
#DFCFDD
(223,207,221)
#E6D9E3
(230,217,227)
#EDE3E9
(237,227,233)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE89B3; }

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

This text font color is #AE89B3.


Background Color

.myBgColor { background-color: #AE89B3; }

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

This div background color is #AE89B3.


Border color

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

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

This div border color is #AE89B3.


Opacity

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

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

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

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

This text has shadow with #AE89B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE89B3 on black background.


Color preview on white background

This text has color #AE89B3 on white background.



Black color preview on #AE89B3 background

This text has black color on #AE89B3 background.


White color preview on #AE89B3 background

This text has white color on #AE89B3 background.