COLOR #AE9DAD

HEX: #AE9DAD
RGB: (174,157,173)

Color info

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

RGB color model

#AE9DAD color RGB value is (174,157,173).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 173 of 255 = 68%

174
157
173

R + G + B ~ 66%. #AE9DAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 173 = 504 (100%)
R 174 of 504 ~ 34.52%
G 157 of 504 ~ 31.15%
B 173 of 504 ~ 34.33%

%34.52
%31.15
%34.33

CMYK color model

#AE9DAD color CMYK value is (0,10,1,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(0,10,1,32)
C0M10Y1K32 
(0%,10%,1%,32%)
(0.00/0.10/0.01/0.32)	

CMYK percentages

%0
%9.77
%0.57
%31.76

Codes

Color #AE9DAD in popluar color models

AE9DAD
RGB174157173
HSL304°9.50%64.90%
HSB/HSV304°9.77%68.24%
CMYK0.00%9.77%0.57%
31.76%

Color #AE9DAD in popluar number systems.

HEXAE9DAD
Decimal174157173
Binary101011101001110110101101
Octal256235255

Shades and tints

Shades of #AE9DAD

#AE9DAD
(174,157,173)
#9F8F9E
(159,143,158)
#90818F
(144,129,143)
#817380
(129,115,128)
#726571
(114,101,113)
#635762
(99,87,98)
#544953
(84,73,83)
#453B44
(69,59,68)
#362D35
(54,45,53)
#271F26
(39,31,38)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AE9DAD

#AE9DAD
(174,157,173)
#B5A5B4
(181,165,180)
#BCADBB
(188,173,187)
#C3B5C2
(195,181,194)
#CABDC9
(202,189,201)
#D1C5D0
(209,197,208)
#D8CDD7
(216,205,215)
#DFD5DE
(223,213,222)
#E6DDE5
(230,221,229)
#EDE5EC
(237,229,236)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DAD; }

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

This text font color is #AE9DAD.


Background Color

.myBgColor { background-color: #AE9DAD; }

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

This div background color is #AE9DAD.


Border color

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

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

This div border color is #AE9DAD.


Opacity

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

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

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

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

This text has shadow with #AE9DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DAD on black background.


Color preview on white background

This text has color #AE9DAD on white background.



Black color preview on #AE9DAD background

This text has black color on #AE9DAD background.


White color preview on #AE9DAD background

This text has white color on #AE9DAD background.