COLOR #AE89AB

HEX: #AE89AB RGB: (174,137,171)

Color info

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

RGB color model

#AE89AB color RGB value is (174,137,171).

RGB: (174,137,171) (68%, 54%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 171 of 255 = 67%

174
137
171

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

Portions of RGB colors in percentages

R + G + B = 174 + 137 + 171 = 482 (100%)
R 174 of 482 ~ 36.1%
G 137 of 482 ~ 28.42%
B 171 of 482 ~ 35.48'%

%36.1
%28.42
%35.48

CMYK color model

#AE89AB color CMYK value is (0,21,2,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 1.72%
  • key color value is 31.76%

CMYK: (0,21,2,32)
C0M21Y2K32 (0%, 21%, 2%, 32%)
(0.00 / 0.21 / 0.02 / 0.32)

CMYK percentages

%0
%21.26
%1.72
%31.76

Codes

Color #AE89AB in popluar color models

AE 89 AB
RGB 174 137 171
HSL 305° 18.59% 60.98%
HSB/HSV 305° 21.26% 68.24%
CMYK 0.00% 21.26% 1.72%
31.76%

Color #AE89AB in popluar number systems.

HEX AE 89 AB
Decimal 174 137 171
Binary 10101110 10001001 10101011
Octal 256 211 253

Shades and tints

Shades of #AE89AB

#AE89AB
(174,137,171)
#9F7D9C
(159,125,156)
#90718D
(144,113,141)
#81657E
(129,101,126)
#72596F
(114,89,111)
#634D60
(99,77,96)
#544151
(84,65,81)
#453542
(69,53,66)
#362933
(54,41,51)
#271D24
(39,29,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AE89AB

#AE89AB
(174,137,171)
#B593B2
(181,147,178)
#BC9DB9
(188,157,185)
#C3A7C0
(195,167,192)
#CAB1C7
(202,177,199)
#D1BBCE
(209,187,206)
#D8C5D5
(216,197,213)
#DFCFDC
(223,207,220)
#E6D9E3
(230,217,227)
#EDE3EA
(237,227,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE89AB; }

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

This text font color is #AE89AB.

Background Color

.myBgColor { background-color: #AE89AB; }

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

This div background color is #AE89AB.

Border color

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

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

This div border color is #AE89AB.

Opacity

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

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

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

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

This text has shadow with #AE89AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE89AB.

Preview

Color preview on black background

This text has color #AE89AB on black background.


Color preview on white background

This text has color #AE89AB on white background.


Black color preview on #AE89AB background

This text has black color on #AE89AB background.


White color preview on #AE89AB background

This text has white color on #AE89AB background.


Related colors

Complementary color

Complementary color for #hex is #517654.


I love getcolorcode.com

Triadic colors

1 #ABAE89 and #89ABAE with #AE89AB are triadic colors.

2 #AB89AE and #89AEAB with #AE89AB are triadic colors.