COLOR #AE8B9D

HEX: #AE8B9D RGB: (174,139,157)

Color info

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

RGB color model

#AE8B9D color RGB value is (174,139,157).

RGB: (174,139,157) (68%, 55%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 157 of 255 = 62%

174
139
157

R + G + B ~ 62%. #AE8B9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 139 + 157 = 470 (100%)
R 174 of 470 ~ 37.02%
G 139 of 470 ~ 29.57%
B 157 of 470 ~ 33.4'%

%37.02
%29.57
%33.4

CMYK color model

#AE8B9D color CMYK value is (0,20,10,32).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK: (0,20,10,32) C0M20Y10K32 (0%,20%,10%,32%) (0.00/0.20/0.10/0.32) 

CMYK percentages

%0
%20.11
%9.77
%31.76

Codes

Color #AE8B9D in popluar color models

AE 8B 9D
RGB 174 139 157
HSL 329° 17.77% 61.37%
HSB/HSV 329° 20.11% 68.24%
CMYK 0.00% 20.11% 9.77%
31.76%

Color #AE8B9D in popluar number systems.

HEX AE 8B 9D
Decimal 174 139 157
Binary 10101110 10001011 10011101
Octal 256 213 235

Shades and tints

Shades of #AE8B9D

#AE8B9D
(174,139,157)
#9F7F8F
(159,127,143)
#907381
(144,115,129)
#816773
(129,103,115)
#725B65
(114,91,101)
#634F57
(99,79,87)
#544349
(84,67,73)
#45373B
(69,55,59)
#362B2D
(54,43,45)
#271F1F
(39,31,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AE8B9D

#AE8B9D
(174,139,157)
#B595A5
(181,149,165)
#BC9FAD
(188,159,173)
#C3A9B5
(195,169,181)
#CAB3BD
(202,179,189)
#D1BDC5
(209,189,197)
#D8C7CD
(216,199,205)
#DFD1D5
(223,209,213)
#E6DBDD
(230,219,221)
#EDE5E5
(237,229,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8B9D color. Also use rgb(174,139,157) instead hex code.

Text Font Color

.myTextColor { color: #AE8B9D; }

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

This text font color is #AE8B9D.

Background Color

.myBgColor { background-color: #AE8B9D; }

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

This div background color is #AE8B9D.

Border color

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

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

This div border color is #AE8B9D.

Opacity

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

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

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

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

This text has shadow with #AE8B9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8B9D.

Preview

Color preview on black background

This text has color #AE8B9D on black background.


Color preview on white background

This text has color #AE8B9D on white background.


Black color preview on #AE8B9D background

This text has black color on #AE8B9D background.


White color preview on #AE8B9D background

This text has white color on #AE8B9D background.


Related colors

Complementary color

Complementary color for #hex is #517462.


I love getcolorcode.com

Triadic colors

1 #9DAE8B and #8B9DAE with #AE8B9D are triadic colors.

2 #9D8BAE and #8BAE9D with #AE8B9D are triadic colors.