COLOR #AE9DAC

HEX: #AE9DAC RGB: (174,157,172)

Color info

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

RGB color model

#AE9DAC color RGB value is (174,157,172).

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

RGB channels and saturation

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

174
157
172

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

Portions of RGB colors in percentages

R + G + B = 174 + 157 + 172 = 503 (100%)
R 174 of 503 ~ 34.59%
G 157 of 503 ~ 31.21%
B 172 of 503 ~ 34.19'%

%34.59
%31.21
%34.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.77%
  • 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
%9.77
%1.15
%31.76

Codes

Color #AE9DAC in popluar color models

AE 9D AC
RGB 174 157 172
HSL 307° 9.50% 64.90%
HSB/HSV 307° 9.77% 68.24%
CMYK 0.00% 9.77% 1.15%
31.76%

Color #AE9DAC in popluar number systems.

HEX AE 9D AC
Decimal 174 157 172
Binary 10101110 10011101 10101100
Octal 256 235 254

Shades and tints

Shades of #AE9DAC

#AE9DAC
(174,157,172)
#9F8F9D
(159,143,157)
#90818E
(144,129,142)
#81737F
(129,115,127)
#726570
(114,101,112)
#635761
(99,87,97)
#544952
(84,73,82)
#453B43
(69,59,67)
#362D34
(54,45,52)
#271F25
(39,31,37)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AE9DAC

#AE9DAC
(174,157,172)
#B5A5B3
(181,165,179)
#BCADBA
(188,173,186)
#C3B5C1
(195,181,193)
#CABDC8
(202,189,200)
#D1C5CF
(209,197,207)
#D8CDD6
(216,205,214)
#DFD5DD
(223,213,221)
#E6DDE4
(230,221,228)
#EDE5EB
(237,229,235)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DAC; }

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

This text font color is #AE9DAC.

Background Color

.myBgColor { background-color: #AE9DAC; }

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

This div background color is #AE9DAC.

Border color

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

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

This div border color is #AE9DAC.

Opacity

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

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

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

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

This text has shadow with #AE9DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9DAC.

Preview

Color preview on black background

This text has color #AE9DAC on black background.


Color preview on white background

This text has color #AE9DAC on white background.


Black color preview on #AE9DAC background

This text has black color on #AE9DAC background.


White color preview on #AE9DAC background

This text has white color on #AE9DAC background.


Related colors

Complementary color

Complementary color for #hex is #516253.


I love getcolorcode.com

Triadic colors

1 #ACAE9D and #9DACAE with #AE9DAC are triadic colors.

2 #AC9DAE and #9DAEAC with #AE9DAC are triadic colors.