COLOR #AE8F9D

HEX: #AE8F9D
RGB: (174,143,157)

Color info

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

RGB color model

#AE8F9D color RGB value is (174,143,157).

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

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 157 of 255 = 62%

174
143
157

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

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 157 = 474 (100%)
R 174 of 474 ~ 36.71%
G 143 of 474 ~ 30.17%
B 157 of 474 ~ 33.12%

%36.71
%30.17
%33.12

CMYK color model

#AE8F9D color CMYK value is (0,18,10,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK:
(0,18,10,32)
C0M18Y10K32 
(0%,18%,10%,32%)
(0.00/0.18/0.10/0.32)	

CMYK percentages

%0
%17.82
%9.77
%31.76

Codes

Color #AE8F9D in popluar color models

AE8F9D
RGB174143157
HSL333°16.06%62.16%
HSB/HSV333°17.82%68.24%
CMYK0.00%17.82%9.77%
31.76%

Color #AE8F9D in popluar number systems.

HEXAE8F9D
Decimal174143157
Binary101011101000111110011101
Octal256217235

Shades and tints

Shades of #AE8F9D

#AE8F9D
(174,143,157)
#9F828F
(159,130,143)
#907581
(144,117,129)
#816873
(129,104,115)
#725B65
(114,91,101)
#634E57
(99,78,87)
#544149
(84,65,73)
#45343B
(69,52,59)
#36272D
(54,39,45)
#271A1F
(39,26,31)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #AE8F9D

#AE8F9D
(174,143,157)
#B599A5
(181,153,165)
#BCA3AD
(188,163,173)
#C3ADB5
(195,173,181)
#CAB7BD
(202,183,189)
#D1C1C5
(209,193,197)
#D8CBCD
(216,203,205)
#DFD5D5
(223,213,213)
#E6DFDD
(230,223,221)
#EDE9E5
(237,233,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8F9D; }

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

This text font color is #AE8F9D.


Background Color

.myBgColor { background-color: #AE8F9D; }

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

This div background color is #AE8F9D.


Border color

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

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

This div border color is #AE8F9D.


Opacity

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

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

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

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

This text has shadow with #AE8F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8F9D on black background.


Color preview on white background

This text has color #AE8F9D on white background.



Black color preview on #AE8F9D background

This text has black color on #AE8F9D background.


White color preview on #AE8F9D background

This text has white color on #AE8F9D background.