COLOR #AE8DB9

HEX: #AE8DB9 RGB: (174,141,185)

Color info

#AE8DB9 contains red, green and blue colors in about the same proportion. Web safe color of #AE8DB9 is #9999CC (or #99C).

RGB color model

#AE8DB9 color RGB value is (174,141,185).

RGB: (174,141,185) (68%, 55%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 185 of 255 = 73%

174
141
185

R + G + B ~ 65%. #AE8DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 141 + 185 = 500 (100%)
R 174 of 500 ~ 34.8%
G 141 of 500 ~ 28.2%
B 185 of 500 ~ 37'%

%34.8
%28.2
%37

CMYK color model

#AE8DB9 color CMYK value is (6,24,0,27).

  • cyan value is 5.95%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (6,24,0,27)
C6M24Y0K27 (6%, 24%, 0%, 27%)
(0.06 / 0.24 / 0.00 / 0.27)

CMYK percentages

%5.95
%23.78
%0
%27.45

Codes

Color #AE8DB9 in popluar color models

AE 8D B9
RGB 174 141 185
HSL 285° 23.91% 63.92%
HSB/HSV 285° 23.78% 72.55%
CMYK 5.95% 23.78% 0.00%
27.45%

Color #AE8DB9 in popluar number systems.

HEX AE 8D B9
Decimal 174 141 185
Binary 10101110 10001101 10111001
Octal 256 215 271

Shades and tints

Shades of #AE8DB9

#AE8DB9
(174,141,185)
#9F81A9
(159,129,169)
#907599
(144,117,153)
#816989
(129,105,137)
#725D79
(114,93,121)
#635169
(99,81,105)
#544559
(84,69,89)
#453949
(69,57,73)
#362D39
(54,45,57)
#272129
(39,33,41)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AE8DB9

#AE8DB9
(174,141,185)
#B597BF
(181,151,191)
#BCA1C5
(188,161,197)
#C3ABCB
(195,171,203)
#CAB5D1
(202,181,209)
#D1BFD7
(209,191,215)
#D8C9DD
(216,201,221)
#DFD3E3
(223,211,227)
#E6DDE9
(230,221,233)
#EDE7EF
(237,231,239)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8DB9 color. Also use rgb(174,141,185) instead hex code.

Text Font Color

.myTextColor { color: #AE8DB9; }

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

This text font color is #AE8DB9.

Background Color

.myBgColor { background-color: #AE8DB9; }

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

This div background color is #AE8DB9.

Border color

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

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

This div border color is #AE8DB9.

Opacity

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

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

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

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

This text has shadow with #AE8DB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8DB9.

Preview

Color preview on black background

This text has color #AE8DB9 on black background.


Color preview on white background

This text has color #AE8DB9 on white background.


Black color preview on #AE8DB9 background

This text has black color on #AE8DB9 background.


White color preview on #AE8DB9 background

This text has white color on #AE8DB9 background.


Related colors

Complementary color

Complementary color for #hex is #517246.


I love getcolorcode.com

Triadic colors

1 #B9AE8D and #8DB9AE with #AE8DB9 are triadic colors.

2 #B98DAE and #8DAEB9 with #AE8DB9 are triadic colors.