COLOR #AE9EAF

HEX: #AE9EAF
RGB: (174,158,175)

Color info

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

RGB color model

#AE9EAF color RGB value is (174,158,175).

  • red value is 174;
  • green value is 158;
  • blue value is 175.
RGB:
(174,158,175)
(68%,62%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 158 of 255 = 62%
B 175 of 255 = 69%

174
158
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 158 + 175 = 507 (100%)
R 174 of 507 ~ 34.32%
G 158 of 507 ~ 31.16%
B 175 of 507 ~ 34.52%

%34.32
%31.16
%34.52

CMYK color model

#AE9EAF color CMYK value is (1,10,0,31).

  • cyan value is 0.57%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,10,0,31)
C1M10Y0K31 
(1%,10%,0%,31%)
(0.01/0.10/0.00/0.31)	

CMYK percentages

%0.57
%9.71
%0
%31.37

Codes

Color #AE9EAF in popluar color models

AE9EAF
RGB174158175
HSL296°9.60%65.29%
HSB/HSV296°9.71%68.63%
CMYK0.57%9.71%0.00%
31.37%

Color #AE9EAF in popluar number systems.

HEXAE9EAF
Decimal174158175
Binary101011101001111010101111
Octal256236257

Shades and tints

Shades of #AE9EAF

#AE9EAF
(174,158,175)
#9F90A0
(159,144,160)
#908291
(144,130,145)
#817482
(129,116,130)
#726673
(114,102,115)
#635864
(99,88,100)
#544A55
(84,74,85)
#453C46
(69,60,70)
#362E37
(54,46,55)
#272028
(39,32,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AE9EAF

#AE9EAF
(174,158,175)
#B5A6B6
(181,166,182)
#BCAEBD
(188,174,189)
#C3B6C4
(195,182,196)
#CABECB
(202,190,203)
#D1C6D2
(209,198,210)
#D8CED9
(216,206,217)
#DFD6E0
(223,214,224)
#E6DEE7
(230,222,231)
#EDE6EE
(237,230,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9EAF color. Also use rgb(174,158,175) instead hex code.

Text Font Color

.myTextColor { color: #AE9EAF; }

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

This text font color is #AE9EAF.


Background Color

.myBgColor { background-color: #AE9EAF; }

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

This div background color is #AE9EAF.


Border color

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

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

This div border color is #AE9EAF.


Opacity

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

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

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

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

This text has shadow with #AE9EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9EAF on black background.


Color preview on white background

This text has color #AE9EAF on white background.



Black color preview on #AE9EAF background

This text has black color on #AE9EAF background.


White color preview on #AE9EAF background

This text has white color on #AE9EAF background.