COLOR #AE8CAC

HEX: #AE8CAC
RGB: (174,140,172)

Color info

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

RGB color model

#AE8CAC color RGB value is (174,140,172).

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

RGB channels and saturation

R 174 of 255 = 68%
G 140 of 255 = 55%
B 172 of 255 = 67%

174
140
172

R + G + B ~ 63%. #AE8CAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 140 + 172 = 486 (100%)
R 174 of 486 ~ 35.8%
G 140 of 486 ~ 28.81%
B 172 of 486 ~ 35.39%

%35.8
%28.81
%35.39

CMYK color model

#AE8CAC color CMYK value is (0,20,1,32).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(0,20,1,32)
C0M20Y1K32 
(0%,20%,1%,32%)
(0.00/0.20/0.01/0.32)	

CMYK percentages

%0
%19.54
%1.15
%31.76

Codes

Color #AE8CAC in popluar color models

AE8CAC
RGB174140172
HSL304°17.35%61.57%
HSB/HSV304°19.54%68.24%
CMYK0.00%19.54%1.15%
31.76%

Color #AE8CAC in popluar number systems.

HEXAE8CAC
Decimal174140172
Binary101011101000110010101100
Octal256214254

Shades and tints

Shades of #AE8CAC

#AE8CAC
(174,140,172)
#9F809D
(159,128,157)
#90748E
(144,116,142)
#81687F
(129,104,127)
#725C70
(114,92,112)
#635061
(99,80,97)
#544452
(84,68,82)
#453843
(69,56,67)
#362C34
(54,44,52)
#272025
(39,32,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AE8CAC

#AE8CAC
(174,140,172)
#B596B3
(181,150,179)
#BCA0BA
(188,160,186)
#C3AAC1
(195,170,193)
#CAB4C8
(202,180,200)
#D1BECF
(209,190,207)
#D8C8D6
(216,200,214)
#DFD2DD
(223,210,221)
#E6DCE4
(230,220,228)
#EDE6EB
(237,230,235)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8CAC; }

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

This text font color is #AE8CAC.


Background Color

.myBgColor { background-color: #AE8CAC; }

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

This div background color is #AE8CAC.


Border color

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

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

This div border color is #AE8CAC.


Opacity

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

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

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

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

This text has shadow with #AE8CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8CAC on black background.


Color preview on white background

This text has color #AE8CAC on white background.



Black color preview on #AE8CAC background

This text has black color on #AE8CAC background.


White color preview on #AE8CAC background

This text has white color on #AE8CAC background.