COLOR #AE9CAC

HEX: #AE9CAC RGB: (174,156,172)

Color info

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

RGB color model

#AE9CAC color RGB value is (174,156,172).

RGB: (174,156,172) (68%, 61%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 172 of 255 = 67%

174
156
172

R + G + B ~ 65%. #AE9CAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 156 + 172 = 502 (100%)
R 174 of 502 ~ 34.66%
G 156 of 502 ~ 31.08%
B 172 of 502 ~ 34.26'%

%34.66
%31.08
%34.26

CMYK color model

#AE9CAC color CMYK value is (0,10,1,32).

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

CMYK: (0,10,1,32)
C0M10Y1K32 (0%, 10%, 1%, 32%)
(0.00 / 0.10 / 0.01 / 0.32)

CMYK percentages

%0
%10.34
%1.15
%31.76

Codes

Color #AE9CAC in popluar color models

AE 9C AC
RGB 174 156 172
HSL 307° 10.00% 64.71%
HSB/HSV 307° 10.34% 68.24%
CMYK 0.00% 10.34% 1.15%
31.76%

Color #AE9CAC in popluar number systems.

HEX AE 9C AC
Decimal 174 156 172
Binary 10101110 10011100 10101100
Octal 256 234 254

Shades and tints

Shades of #AE9CAC

#AE9CAC
(174,156,172)
#9F8E9D
(159,142,157)
#90808E
(144,128,142)
#81727F
(129,114,127)
#726470
(114,100,112)
#635661
(99,86,97)
#544852
(84,72,82)
#453A43
(69,58,67)
#362C34
(54,44,52)
#271E25
(39,30,37)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AE9CAC

#AE9CAC
(174,156,172)
#B5A5B3
(181,165,179)
#BCAEBA
(188,174,186)
#C3B7C1
(195,183,193)
#CAC0C8
(202,192,200)
#D1C9CF
(209,201,207)
#D8D2D6
(216,210,214)
#DFDBDD
(223,219,221)
#E6E4E4
(230,228,228)
#EDEDEB
(237,237,235)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9CAC; }

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

This text font color is #AE9CAC.

Background Color

.myBgColor { background-color: #AE9CAC; }

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

This div background color is #AE9CAC.

Border color

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

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

This div border color is #AE9CAC.

Opacity

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

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

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

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

This text has shadow with #AE9CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9CAC.

Preview

Color preview on black background

This text has color #AE9CAC on black background.


Color preview on white background

This text has color #AE9CAC on white background.


Black color preview on #AE9CAC background

This text has black color on #AE9CAC background.


White color preview on #AE9CAC background

This text has white color on #AE9CAC background.


Related colors

Complementary color

Complementary color for #hex is #516353.


I love getcolorcode.com

Triadic colors

1 #ACAE9C and #9CACAE with #AE9CAC are triadic colors.

2 #AC9CAE and #9CAEAC with #AE9CAC are triadic colors.