COLOR #AE889D

HEX: #AE889D
RGB: (174,136,157)

Color info

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

RGB color model

#AE889D color RGB value is (174,136,157).

  • red value is 174;
  • green value is 136;
  • blue value is 157.
RGB:
(174,136,157)
(68%,53%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 136 of 255 = 53%
B 157 of 255 = 62%

174
136
157

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

Portions of RGB colors in percentages

R + G + B =
174 + 136 + 157 = 467 (100%)
R 174 of 467 ~ 37.26%
G 136 of 467 ~ 29.12%
B 157 of 467 ~ 33.62%

%37.26
%29.12
%33.62

CMYK color model

#AE889D color CMYK value is (0,22,10,32).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK:
(0,22,10,32)
C0M22Y10K32 
(0%,22%,10%,32%)
(0.00/0.22/0.10/0.32)	

CMYK percentages

%0
%21.84
%9.77
%31.76

Codes

Color #AE889D in popluar color models

AE889D
RGB174136157
HSL327°19.00%60.78%
HSB/HSV327°21.84%68.24%
CMYK0.00%21.84%9.77%
31.76%

Color #AE889D in popluar number systems.

HEXAE889D
Decimal174136157
Binary101011101000100010011101
Octal256210235

Shades and tints

Shades of #AE889D

#AE889D
(174,136,157)
#9F7C8F
(159,124,143)
#907081
(144,112,129)
#816473
(129,100,115)
#725865
(114,88,101)
#634C57
(99,76,87)
#544049
(84,64,73)
#45343B
(69,52,59)
#36282D
(54,40,45)
#271C1F
(39,28,31)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AE889D

#AE889D
(174,136,157)
#B592A5
(181,146,165)
#BC9CAD
(188,156,173)
#C3A6B5
(195,166,181)
#CAB0BD
(202,176,189)
#D1BAC5
(209,186,197)
#D8C4CD
(216,196,205)
#DFCED5
(223,206,213)
#E6D8DD
(230,216,221)
#EDE2E5
(237,226,229)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE889D; }

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

This text font color is #AE889D.


Background Color

.myBgColor { background-color: #AE889D; }

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

This div background color is #AE889D.


Border color

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

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

This div border color is #AE889D.


Opacity

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

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

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

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

This text has shadow with #AE889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE889D on black background.


Color preview on white background

This text has color #AE889D on white background.



Black color preview on #AE889D background

This text has black color on #AE889D background.


White color preview on #AE889D background

This text has white color on #AE889D background.