COLOR #AE9DA9

HEX: #AE9DA9
RGB: (174,157,169)

Color info

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

RGB color model

#AE9DA9 color RGB value is (174,157,169).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 169 of 255 = 66%

174
157
169

R + G + B ~ 65%. #AE9DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 169 = 500 (100%)
R 174 of 500 ~ 34.8%
G 157 of 500 ~ 31.4%
B 169 of 500 ~ 33.8%

%34.8
%31.4
%33.8

CMYK color model

#AE9DA9 color CMYK value is (0,10,3,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(0,10,3,32)
C0M10Y3K32 
(0%,10%,3%,32%)
(0.00/0.10/0.03/0.32)	

CMYK percentages

%0
%9.77
%2.87
%31.76

Codes

Color #AE9DA9 in popluar color models

AE9DA9
RGB174157169
HSL318°9.50%64.90%
HSB/HSV318°9.77%68.24%
CMYK0.00%9.77%2.87%
31.76%

Color #AE9DA9 in popluar number systems.

HEXAE9DA9
Decimal174157169
Binary101011101001110110101001
Octal256235251

Shades and tints

Shades of #AE9DA9

#AE9DA9
(174,157,169)
#9F8F9A
(159,143,154)
#90818B
(144,129,139)
#81737C
(129,115,124)
#72656D
(114,101,109)
#63575E
(99,87,94)
#54494F
(84,73,79)
#453B40
(69,59,64)
#362D31
(54,45,49)
#271F22
(39,31,34)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE9DA9

#AE9DA9
(174,157,169)
#B5A5B0
(181,165,176)
#BCADB7
(188,173,183)
#C3B5BE
(195,181,190)
#CABDC5
(202,189,197)
#D1C5CC
(209,197,204)
#D8CDD3
(216,205,211)
#DFD5DA
(223,213,218)
#E6DDE1
(230,221,225)
#EDE5E8
(237,229,232)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DA9; }

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

This text font color is #AE9DA9.


Background Color

.myBgColor { background-color: #AE9DA9; }

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

This div background color is #AE9DA9.


Border color

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

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

This div border color is #AE9DA9.


Opacity

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

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

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

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

This text has shadow with #AE9DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DA9 on black background.


Color preview on white background

This text has color #AE9DA9 on white background.



Black color preview on #AE9DA9 background

This text has black color on #AE9DA9 background.


White color preview on #AE9DA9 background

This text has white color on #AE9DA9 background.