COLOR #AE81B9

HEX: #AE81B9 RGB: (174,129,185)

Color info

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

RGB color model

#AE81B9 color RGB value is (174,129,185).

RGB: (174,129,185) (68%, 51%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 185 of 255 = 73%

174
129
185

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

Portions of RGB colors in percentages

R + G + B = 174 + 129 + 185 = 488 (100%)
R 174 of 488 ~ 35.66%
G 129 of 488 ~ 26.43%
B 185 of 488 ~ 37.91'%

%35.66
%26.43
%37.91

CMYK color model

#AE81B9 color CMYK value is (6,30,0,27).

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

CMYK: (6,30,0,27)
C6M30Y0K27 (6%, 30%, 0%, 27%)
(0.06 / 0.30 / 0.00 / 0.27)

CMYK percentages

%5.95
%30.27
%0
%27.45

Codes

Color #AE81B9 in popluar color models

AE 81 B9
RGB 174 129 185
HSL 288° 28.57% 61.57%
HSB/HSV 288° 30.27% 72.55%
CMYK 5.95% 30.27% 0.00%
27.45%

Color #AE81B9 in popluar number systems.

HEX AE 81 B9
Decimal 174 129 185
Binary 10101110 10000001 10111001
Octal 256 201 271

Shades and tints

Shades of #AE81B9

#AE81B9
(174,129,185)
#9F76A9
(159,118,169)
#906B99
(144,107,153)
#816089
(129,96,137)
#725579
(114,85,121)
#634A69
(99,74,105)
#543F59
(84,63,89)
#453449
(69,52,73)
#362939
(54,41,57)
#271E29
(39,30,41)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #AE81B9

#AE81B9
(174,129,185)
#B58CBF
(181,140,191)
#BC97C5
(188,151,197)
#C3A2CB
(195,162,203)
#CAADD1
(202,173,209)
#D1B8D7
(209,184,215)
#D8C3DD
(216,195,221)
#DFCEE3
(223,206,227)
#E6D9E9
(230,217,233)
#EDE4EF
(237,228,239)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE81B9; }

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

This text font color is #AE81B9.

Background Color

.myBgColor { background-color: #AE81B9; }

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

This div background color is #AE81B9.

Border color

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

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

This div border color is #AE81B9.

Opacity

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

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

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

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

This text has shadow with #AE81B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE81B9.

Preview

Color preview on black background

This text has color #AE81B9 on black background.


Color preview on white background

This text has color #AE81B9 on white background.


Black color preview on #AE81B9 background

This text has black color on #AE81B9 background.


White color preview on #AE81B9 background

This text has white color on #AE81B9 background.


Related colors

Complementary color

Complementary color for #hex is #517E46.


I love getcolorcode.com

Triadic colors

1 #B9AE81 and #81B9AE with #AE81B9 are triadic colors.

2 #B981AE and #81AEB9 with #AE81B9 are triadic colors.