COLOR #AE89B2

HEX: #AE89B2
RGB: (174,137,178)

Color info

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

RGB color model

#AE89B2 color RGB value is (174,137,178).

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

RGB channels and saturation

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

174
137
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 137 + 178 = 489 (100%)
R 174 of 489 ~ 35.58%
G 137 of 489 ~ 28.02%
B 178 of 489 ~ 36.4%

%35.58
%28.02
%36.4

CMYK color model

#AE89B2 color CMYK value is (2,23,0,30).

  • cyan value is 2.25%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,23,0,30)
C2M23Y0K30 
(2%,23%,0%,30%)
(0.02/0.23/0.00/0.30)	

CMYK percentages

%2.25
%23.03
%0
%30.2

Codes

Color #AE89B2 in popluar color models

AE89B2
RGB174137178
HSL294°21.03%61.76%
HSB/HSV294°23.03%69.80%
CMYK2.25%23.03%0.00%
30.20%

Color #AE89B2 in popluar number systems.

HEXAE89B2
Decimal174137178
Binary101011101000100110110010
Octal256211262

Shades and tints

Shades of #AE89B2

#AE89B2
(174,137,178)
#9F7DA2
(159,125,162)
#907192
(144,113,146)
#816582
(129,101,130)
#725972
(114,89,114)
#634D62
(99,77,98)
#544152
(84,65,82)
#453542
(69,53,66)
#362932
(54,41,50)
#271D22
(39,29,34)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE89B2

#AE89B2
(174,137,178)
#B593B9
(181,147,185)
#BC9DC0
(188,157,192)
#C3A7C7
(195,167,199)
#CAB1CE
(202,177,206)
#D1BBD5
(209,187,213)
#D8C5DC
(216,197,220)
#DFCFE3
(223,207,227)
#E6D9EA
(230,217,234)
#EDE3F1
(237,227,241)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE89B2; }

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

This text font color is #AE89B2.


Background Color

.myBgColor { background-color: #AE89B2; }

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

This div background color is #AE89B2.


Border color

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

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

This div border color is #AE89B2.


Opacity

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

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

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

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

This text has shadow with #AE89B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE89B2 on black background.


Color preview on white background

This text has color #AE89B2 on white background.



Black color preview on #AE89B2 background

This text has black color on #AE89B2 background.


White color preview on #AE89B2 background

This text has white color on #AE89B2 background.