COLOR #AE8897

HEX: #AE8897 RGB: (174,136,151)

Color info

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

RGB color model

#AE8897 color RGB value is (174,136,151).

RGB: (174,136,151) (68%, 53%, 59%)

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 151 of 255 = 59%

174
136
151

R + G + B ~ 60%. #AE8897 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 136 + 151 = 461 (100%)
R 174 of 461 ~ 37.74%
G 136 of 461 ~ 29.5%
B 151 of 461 ~ 32.75'%

%37.74
%29.5
%32.75

CMYK color model

#AE8897 color CMYK value is (0,22,13,32).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 13.22%
  • key color value is 31.76%

CMYK: (0,22,13,32)
C0M22Y13K32 (0%, 22%, 13%, 32%)
(0.00 / 0.22 / 0.13 / 0.32)

CMYK percentages

%0
%21.84
%13.22
%31.76

Codes

Color #AE8897 in popluar color models

AE 88 97
RGB 174 136 151
HSL 336° 19.00% 60.78%
HSB/HSV 336° 21.84% 68.24%
CMYK 0.00% 21.84% 13.22%
31.76%

Color #AE8897 in popluar number systems.

HEX AE 88 97
Decimal 174 136 151
Binary 10101110 10001000 10010111
Octal 256 210 227

Shades and tints

Shades of #AE8897

#AE8897
(174,136,151)
#9F7C8A
(159,124,138)
#90707D
(144,112,125)
#816470
(129,100,112)
#725863
(114,88,99)
#634C56
(99,76,86)
#544049
(84,64,73)
#45343C
(69,52,60)
#36282F
(54,40,47)
#271C22
(39,28,34)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #AE8897

#AE8897
(174,136,151)
#B592A0
(181,146,160)
#BC9CA9
(188,156,169)
#C3A6B2
(195,166,178)
#CAB0BB
(202,176,187)
#D1BAC4
(209,186,196)
#D8C4CD
(216,196,205)
#DFCED6
(223,206,214)
#E6D8DF
(230,216,223)
#EDE2E8
(237,226,232)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8897 color. Also use rgb(174,136,151) instead hex code.

Text Font Color

.myTextColor { color: #AE8897; }

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

This text font color is #AE8897.

Background Color

.myBgColor { background-color: #AE8897; }

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

This div background color is #AE8897.

Border color

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

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

This div border color is #AE8897.

Opacity

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

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

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

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

This text has shadow with #AE8897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8897.

Preview

Color preview on black background

This text has color #AE8897 on black background.


Color preview on white background

This text has color #AE8897 on white background.


Black color preview on #AE8897 background

This text has black color on #AE8897 background.


White color preview on #AE8897 background

This text has white color on #AE8897 background.


Related colors

Complementary color

Complementary color for #hex is #517768.


I love getcolorcode.com

Triadic colors

1 #97AE88 and #8897AE with #AE8897 are triadic colors.

2 #9788AE and #88AE97 with #AE8897 are triadic colors.