COLOR #AE8DB5

HEX: #AE8DB5 RGB: (174,141,181)

Color info

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

RGB color model

#AE8DB5 color RGB value is (174,141,181).

RGB: (174,141,181) (68%, 55%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 181 of 255 = 71%

174
141
181

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

Portions of RGB colors in percentages

R + G + B = 174 + 141 + 181 = 496 (100%)
R 174 of 496 ~ 35.08%
G 141 of 496 ~ 28.43%
B 181 of 496 ~ 36.49'%

%35.08
%28.43
%36.49

CMYK color model

#AE8DB5 color CMYK value is (4,22,0,29).

  • cyan value is 3.87%
  • magenta value is 22.10%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (4,22,0,29)
C4M22Y0K29 (4%, 22%, 0%, 29%)
(0.04 / 0.22 / 0.00 / 0.29)

CMYK percentages

%3.87
%22.1
%0
%29.02

Codes

Color #AE8DB5 in popluar color models

AE 8D B5
RGB 174 141 181
HSL 290° 21.28% 63.14%
HSB/HSV 290° 22.10% 70.98%
CMYK 3.87% 22.10% 0.00%
29.02%

Color #AE8DB5 in popluar number systems.

HEX AE 8D B5
Decimal 174 141 181
Binary 10101110 10001101 10110101
Octal 256 215 265

Shades and tints

Shades of #AE8DB5

#AE8DB5
(174,141,181)
#9F81A5
(159,129,165)
#907595
(144,117,149)
#816985
(129,105,133)
#725D75
(114,93,117)
#635165
(99,81,101)
#544555
(84,69,85)
#453945
(69,57,69)
#362D35
(54,45,53)
#272125
(39,33,37)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AE8DB5

#AE8DB5
(174,141,181)
#B597BB
(181,151,187)
#BCA1C1
(188,161,193)
#C3ABC7
(195,171,199)
#CAB5CD
(202,181,205)
#D1BFD3
(209,191,211)
#D8C9D9
(216,201,217)
#DFD3DF
(223,211,223)
#E6DDE5
(230,221,229)
#EDE7EB
(237,231,235)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8DB5; }

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

This text font color is #AE8DB5.

Background Color

.myBgColor { background-color: #AE8DB5; }

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

This div background color is #AE8DB5.

Border color

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

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

This div border color is #AE8DB5.

Opacity

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

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

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

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

This text has shadow with #AE8DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8DB5.

Preview

Color preview on black background

This text has color #AE8DB5 on black background.


Color preview on white background

This text has color #AE8DB5 on white background.


Black color preview on #AE8DB5 background

This text has black color on #AE8DB5 background.


White color preview on #AE8DB5 background

This text has white color on #AE8DB5 background.


Related colors

Complementary color

Complementary color for #hex is #51724A.


I love getcolorcode.com

Triadic colors

1 #B5AE8D and #8DB5AE with #AE8DB5 are triadic colors.

2 #B58DAE and #8DAEB5 with #AE8DB5 are triadic colors.