COLOR #AE8FAC

HEX: #AE8FAC
RGB: (174,143,172)

Color info

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

RGB color model

#AE8FAC color RGB value is (174,143,172).

  • red value is 174;
  • green value is 143;
  • blue value is 172.
RGB:
(174,143,172)
(68%,56%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 172 of 255 = 67%

174
143
172

R + G + B ~ 64%. #AE8FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 172 = 489 (100%)
R 174 of 489 ~ 35.58%
G 143 of 489 ~ 29.24%
B 172 of 489 ~ 35.17%

%35.58
%29.24
%35.17

CMYK color model

#AE8FAC color CMYK value is (0,18,1,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(0,18,1,32)
C0M18Y1K32 
(0%,18%,1%,32%)
(0.00/0.18/0.01/0.32)	

CMYK percentages

%0
%17.82
%1.15
%31.76

Codes

Color #AE8FAC in popluar color models

AE8FAC
RGB174143172
HSL304°16.06%62.16%
HSB/HSV304°17.82%68.24%
CMYK0.00%17.82%1.15%
31.76%

Color #AE8FAC in popluar number systems.

HEXAE8FAC
Decimal174143172
Binary101011101000111110101100
Octal256217254

Shades and tints

Shades of #AE8FAC

#AE8FAC
(174,143,172)
#9F829D
(159,130,157)
#90758E
(144,117,142)
#81687F
(129,104,127)
#725B70
(114,91,112)
#634E61
(99,78,97)
#544152
(84,65,82)
#453443
(69,52,67)
#362734
(54,39,52)
#271A25
(39,26,37)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #AE8FAC

#AE8FAC
(174,143,172)
#B599B3
(181,153,179)
#BCA3BA
(188,163,186)
#C3ADC1
(195,173,193)
#CAB7C8
(202,183,200)
#D1C1CF
(209,193,207)
#D8CBD6
(216,203,214)
#DFD5DD
(223,213,221)
#E6DFE4
(230,223,228)
#EDE9EB
(237,233,235)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8FAC; }

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

This text font color is #AE8FAC.


Background Color

.myBgColor { background-color: #AE8FAC; }

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

This div background color is #AE8FAC.


Border color

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

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

This div border color is #AE8FAC.


Opacity

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

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

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

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

This text has shadow with #AE8FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8FAC on black background.


Color preview on white background

This text has color #AE8FAC on white background.



Black color preview on #AE8FAC background

This text has black color on #AE8FAC background.


White color preview on #AE8FAC background

This text has white color on #AE8FAC background.