COLOR #AE9FAC

HEX: #AE9FAC RGB: (174,159,172)

Color info

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

RGB color model

#AE9FAC color RGB value is (174,159,172).

RGB: (174,159,172) (68%, 62%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 159 of 255 = 62%
B 172 of 255 = 67%

174
159
172

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

Portions of RGB colors in percentages

R + G + B = 174 + 159 + 172 = 505 (100%)
R 174 of 505 ~ 34.46%
G 159 of 505 ~ 31.49%
B 172 of 505 ~ 34.06'%

%34.46
%31.49
%34.06

CMYK color model

#AE9FAC color CMYK value is (0,9,1,32).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 1.15%
  • key color value is 31.76%

CMYK: (0,9,1,32)
C0M9Y1K32 (0%, 9%, 1%, 32%)
(0.00 / 0.09 / 0.01 / 0.32)

CMYK percentages

%0
%8.62
%1.15
%31.76

Codes

Color #AE9FAC in popluar color models

AE 9F AC
RGB 174 159 172
HSL 308° 8.47% 65.29%
HSB/HSV 308° 8.62% 68.24%
CMYK 0.00% 8.62% 1.15%
31.76%

Color #AE9FAC in popluar number systems.

HEX AE 9F AC
Decimal 174 159 172
Binary 10101110 10011111 10101100
Octal 256 237 254

Shades and tints

Shades of #AE9FAC

#AE9FAC
(174,159,172)
#9F919D
(159,145,157)
#90838E
(144,131,142)
#81757F
(129,117,127)
#726770
(114,103,112)
#635961
(99,89,97)
#544B52
(84,75,82)
#453D43
(69,61,67)
#362F34
(54,47,52)
#272125
(39,33,37)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #AE9FAC

#AE9FAC
(174,159,172)
#B5A7B3
(181,167,179)
#BCAFBA
(188,175,186)
#C3B7C1
(195,183,193)
#CABFC8
(202,191,200)
#D1C7CF
(209,199,207)
#D8CFD6
(216,207,214)
#DFD7DD
(223,215,221)
#E6DFE4
(230,223,228)
#EDE7EB
(237,231,235)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9FAC; }

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

This text font color is #AE9FAC.

Background Color

.myBgColor { background-color: #AE9FAC; }

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

This div background color is #AE9FAC.

Border color

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

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

This div border color is #AE9FAC.

Opacity

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

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

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

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

This text has shadow with #AE9FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9FAC.

Preview

Color preview on black background

This text has color #AE9FAC on black background.


Color preview on white background

This text has color #AE9FAC on white background.


Black color preview on #AE9FAC background

This text has black color on #AE9FAC background.


White color preview on #AE9FAC background

This text has white color on #AE9FAC background.


Related colors

Complementary color

Complementary color for #hex is #516053.


I love getcolorcode.com

Triadic colors

1 #ACAE9F and #9FACAE with #AE9FAC are triadic colors.

2 #AC9FAE and #9FAEAC with #AE9FAC are triadic colors.