COLOR #AE8C9E

HEX: #AE8C9E RGB: (174,140,158)

Color info

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

RGB color model

#AE8C9E color RGB value is (174,140,158).

RGB: (174,140,158) (68%, 55%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 158 of 255 = 62%

174
140
158

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

Portions of RGB colors in percentages

R + G + B = 174 + 140 + 158 = 472 (100%)
R 174 of 472 ~ 36.86%
G 140 of 472 ~ 29.66%
B 158 of 472 ~ 33.47'%

%36.86
%29.66
%33.47

CMYK color model

#AE8C9E color CMYK value is (0,20,9,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 9.20%
  • key color value is 31.76%

CMYK: (0,20,9,32)
C0M20Y9K32 (0%, 20%, 9%, 32%)
(0.00 / 0.20 / 0.09 / 0.32)

CMYK percentages

%0
%19.54
%9.2
%31.76

Codes

Color #AE8C9E in popluar color models

AE 8C 9E
RGB 174 140 158
HSL 328° 17.35% 61.57%
HSB/HSV 328° 19.54% 68.24%
CMYK 0.00% 19.54% 9.20%
31.76%

Color #AE8C9E in popluar number systems.

HEX AE 8C 9E
Decimal 174 140 158
Binary 10101110 10001100 10011110
Octal 256 214 236

Shades and tints

Shades of #AE8C9E

#AE8C9E
(174,140,158)
#9F8090
(159,128,144)
#907482
(144,116,130)
#816874
(129,104,116)
#725C66
(114,92,102)
#635058
(99,80,88)
#54444A
(84,68,74)
#45383C
(69,56,60)
#362C2E
(54,44,46)
#272020
(39,32,32)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AE8C9E

#AE8C9E
(174,140,158)
#B596A6
(181,150,166)
#BCA0AE
(188,160,174)
#C3AAB6
(195,170,182)
#CAB4BE
(202,180,190)
#D1BEC6
(209,190,198)
#D8C8CE
(216,200,206)
#DFD2D6
(223,210,214)
#E6DCDE
(230,220,222)
#EDE6E6
(237,230,230)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8C9E color. Also use rgb(174,140,158) instead hex code.

Text Font Color

.myTextColor { color: #AE8C9E; }

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

This text font color is #AE8C9E.

Background Color

.myBgColor { background-color: #AE8C9E; }

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

This div background color is #AE8C9E.

Border color

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

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

This div border color is #AE8C9E.

Opacity

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

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

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

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

This text has shadow with #AE8C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8C9E.

Preview

Color preview on black background

This text has color #AE8C9E on black background.


Color preview on white background

This text has color #AE8C9E on white background.


Black color preview on #AE8C9E background

This text has black color on #AE8C9E background.


White color preview on #AE8C9E background

This text has white color on #AE8C9E background.


Related colors

Complementary color

Complementary color for #hex is #517361.


I love getcolorcode.com

Triadic colors

1 #9EAE8C and #8C9EAE with #AE8C9E are triadic colors.

2 #9E8CAE and #8CAE9E with #AE8C9E are triadic colors.