COLOR #AE8DA9

HEX: #AE8DA9
RGB: (174,141,169)

Color info

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

RGB color model

#AE8DA9 color RGB value is (174,141,169).

  • red value is 174;
  • green value is 141;
  • blue value is 169.
RGB:
(174,141,169)
(68%,55%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 169 of 255 = 66%

174
141
169

R + G + B ~ 63%. #AE8DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 169 = 484 (100%)
R 174 of 484 ~ 35.95%
G 141 of 484 ~ 29.13%
B 169 of 484 ~ 34.92%

%35.95
%29.13
%34.92

CMYK color model

#AE8DA9 color CMYK value is (0,19,3,32).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(0,19,3,32)
C0M19Y3K32 
(0%,19%,3%,32%)
(0.00/0.19/0.03/0.32)	

CMYK percentages

%0
%18.97
%2.87
%31.76

Codes

Color #AE8DA9 in popluar color models

AE8DA9
RGB174141169
HSL309°16.92%61.76%
HSB/HSV309°18.97%68.24%
CMYK0.00%18.97%2.87%
31.76%

Color #AE8DA9 in popluar number systems.

HEXAE8DA9
Decimal174141169
Binary101011101000110110101001
Octal256215251

Shades and tints

Shades of #AE8DA9

#AE8DA9
(174,141,169)
#9F819A
(159,129,154)
#90758B
(144,117,139)
#81697C
(129,105,124)
#725D6D
(114,93,109)
#63515E
(99,81,94)
#54454F
(84,69,79)
#453940
(69,57,64)
#362D31
(54,45,49)
#272122
(39,33,34)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AE8DA9

#AE8DA9
(174,141,169)
#B597B0
(181,151,176)
#BCA1B7
(188,161,183)
#C3ABBE
(195,171,190)
#CAB5C5
(202,181,197)
#D1BFCC
(209,191,204)
#D8C9D3
(216,201,211)
#DFD3DA
(223,211,218)
#E6DDE1
(230,221,225)
#EDE7E8
(237,231,232)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8DA9 color. Also use rgb(174,141,169) instead hex code.

Text Font Color

.myTextColor { color: #AE8DA9; }

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

This text font color is #AE8DA9.


Background Color

.myBgColor { background-color: #AE8DA9; }

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

This div background color is #AE8DA9.


Border color

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

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

This div border color is #AE8DA9.


Opacity

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

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

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

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

This text has shadow with #AE8DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8DA9 on black background.


Color preview on white background

This text has color #AE8DA9 on white background.



Black color preview on #AE8DA9 background

This text has black color on #AE8DA9 background.


White color preview on #AE8DA9 background

This text has white color on #AE8DA9 background.