COLOR #AE9DAB

HEX: #AE9DAB
RGB: (174,157,171)

Color info

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

RGB color model

#AE9DAB color RGB value is (174,157,171).

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

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 171 of 255 = 67%

174
157
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 157 + 171 = 502 (100%)
R 174 of 502 ~ 34.66%
G 157 of 502 ~ 31.27%
B 171 of 502 ~ 34.06%

%34.66
%31.27
%34.06

CMYK color model

#AE9DAB color CMYK value is (0,10,2,32).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(0,10,2,32)
C0M10Y2K32 
(0%,10%,2%,32%)
(0.00/0.10/0.02/0.32)	

CMYK percentages

%0
%9.77
%1.72
%31.76

Codes

Color #AE9DAB in popluar color models

AE9DAB
RGB174157171
HSL311°9.50%64.90%
HSB/HSV311°9.77%68.24%
CMYK0.00%9.77%1.72%
31.76%

Color #AE9DAB in popluar number systems.

HEXAE9DAB
Decimal174157171
Binary101011101001110110101011
Octal256235253

Shades and tints

Shades of #AE9DAB

#AE9DAB
(174,157,171)
#9F8F9C
(159,143,156)
#90818D
(144,129,141)
#81737E
(129,115,126)
#72656F
(114,101,111)
#635760
(99,87,96)
#544951
(84,73,81)
#453B42
(69,59,66)
#362D33
(54,45,51)
#271F24
(39,31,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AE9DAB

#AE9DAB
(174,157,171)
#B5A5B2
(181,165,178)
#BCADB9
(188,173,185)
#C3B5C0
(195,181,192)
#CABDC7
(202,189,199)
#D1C5CE
(209,197,206)
#D8CDD5
(216,205,213)
#DFD5DC
(223,213,220)
#E6DDE3
(230,221,227)
#EDE5EA
(237,229,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DAB; }

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

This text font color is #AE9DAB.


Background Color

.myBgColor { background-color: #AE9DAB; }

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

This div background color is #AE9DAB.


Border color

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

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

This div border color is #AE9DAB.


Opacity

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

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

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

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

This text has shadow with #AE9DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DAB on black background.


Color preview on white background

This text has color #AE9DAB on white background.



Black color preview on #AE9DAB background

This text has black color on #AE9DAB background.


White color preview on #AE9DAB background

This text has white color on #AE9DAB background.