COLOR #AE9FAF

HEX: #AE9FAF
RGB: (174,159,175)

Color info

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

RGB color model

#AE9FAF color RGB value is (174,159,175).

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

RGB channels and saturation

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

174
159
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 159 + 175 = 508 (100%)
R 174 of 508 ~ 34.25%
G 159 of 508 ~ 31.3%
B 175 of 508 ~ 34.45%

%34.25
%31.3
%34.45

CMYK color model

#AE9FAF color CMYK value is (1,9,0,31).

  • cyan value is 0.57%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,9,0,31)
C1M9Y0K31 
(1%,9%,0%,31%)
(0.01/0.09/0.00/0.31)	

CMYK percentages

%0.57
%9.14
%0
%31.37

Codes

Color #AE9FAF in popluar color models

AE9FAF
RGB174159175
HSL296°9.09%65.49%
HSB/HSV296°9.14%68.63%
CMYK0.57%9.14%0.00%
31.37%

Color #AE9FAF in popluar number systems.

HEXAE9FAF
Decimal174159175
Binary101011101001111110101111
Octal256237257

Shades and tints

Shades of #AE9FAF

#AE9FAF
(174,159,175)
#9F91A0
(159,145,160)
#908391
(144,131,145)
#817582
(129,117,130)
#726773
(114,103,115)
#635964
(99,89,100)
#544B55
(84,75,85)
#453D46
(69,61,70)
#362F37
(54,47,55)
#272128
(39,33,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #AE9FAF

#AE9FAF
(174,159,175)
#B5A7B6
(181,167,182)
#BCAFBD
(188,175,189)
#C3B7C4
(195,183,196)
#CABFCB
(202,191,203)
#D1C7D2
(209,199,210)
#D8CFD9
(216,207,217)
#DFD7E0
(223,215,224)
#E6DFE7
(230,223,231)
#EDE7EE
(237,231,238)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9FAF; }

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

This text font color is #AE9FAF.


Background Color

.myBgColor { background-color: #AE9FAF; }

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

This div background color is #AE9FAF.


Border color

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

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

This div border color is #AE9FAF.


Opacity

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

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

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

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

This text has shadow with #AE9FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9FAF on black background.


Color preview on white background

This text has color #AE9FAF on white background.



Black color preview on #AE9FAF background

This text has black color on #AE9FAF background.


White color preview on #AE9FAF background

This text has white color on #AE9FAF background.