COLOR #AE8B9C

HEX: #AE8B9C RGB: (174,139,156)

Color info

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

RGB color model

#AE8B9C color RGB value is (174,139,156).

RGB: (174,139,156) (68%, 55%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 156 of 255 = 61%

174
139
156

R + G + B ~ 61%. #AE8B9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 139 + 156 = 469 (100%)
R 174 of 469 ~ 37.1%
G 139 of 469 ~ 29.64%
B 156 of 469 ~ 33.26'%

%37.1
%29.64
%33.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 10.34%
  • 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
%10.34
%31.76

Codes

Color #AE8B9C in popluar color models

AE 8B 9C
RGB 174 139 156
HSL 331° 17.77% 61.37%
HSB/HSV 331° 20.11% 68.24%
CMYK 0.00% 20.11% 10.34%
31.76%

Color #AE8B9C in popluar number systems.

HEX AE 8B 9C
Decimal 174 139 156
Binary 10101110 10001011 10011100
Octal 256 213 234

Shades and tints

Shades of #AE8B9C

#AE8B9C
(174,139,156)
#9F7F8E
(159,127,142)
#907380
(144,115,128)
#816772
(129,103,114)
#725B64
(114,91,100)
#634F56
(99,79,86)
#544348
(84,67,72)
#45373A
(69,55,58)
#362B2C
(54,43,44)
#271F1E
(39,31,30)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AE8B9C

#AE8B9C
(174,139,156)
#B595A5
(181,149,165)
#BC9FAE
(188,159,174)
#C3A9B7
(195,169,183)
#CAB3C0
(202,179,192)
#D1BDC9
(209,189,201)
#D8C7D2
(216,199,210)
#DFD1DB
(223,209,219)
#E6DBE4
(230,219,228)
#EDE5ED
(237,229,237)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8B9C; }

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

This text font color is #AE8B9C.

Background Color

.myBgColor { background-color: #AE8B9C; }

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

This div background color is #AE8B9C.

Border color

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

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

This div border color is #AE8B9C.

Opacity

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

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

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

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

This text has shadow with #AE8B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8B9C.

Preview

Color preview on black background

This text has color #AE8B9C on black background.


Color preview on white background

This text has color #AE8B9C on white background.


Black color preview on #AE8B9C background

This text has black color on #AE8B9C background.


White color preview on #AE8B9C background

This text has white color on #AE8B9C background.


Related colors

Complementary color

Complementary color for #hex is #517463.


I love getcolorcode.com

Triadic colors

1 #9CAE8B and #8B9CAE with #AE8B9C are triadic colors.

2 #9C8BAE and #8BAE9C with #AE8B9C are triadic colors.