COLOR #AE9DB3

HEX: #AE9DB3 RGB: (174,157,179)

Color info

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

RGB color model

#AE9DB3 color RGB value is (174,157,179).

RGB: (174,157,179) (68%, 62%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 157 of 255 = 62%
B 179 of 255 = 70%

174
157
179

R + G + B ~ 67%. #AE9DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 157 + 179 = 510 (100%)
R 174 of 510 ~ 34.12%
G 157 of 510 ~ 30.78%
B 179 of 510 ~ 35.1'%

%34.12
%30.78
%35.1

CMYK color model

#AE9DB3 color CMYK value is (3,12,0,30).

  • cyan value is 2.79%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (3,12,0,30)
C3M12Y0K30 (3%, 12%, 0%, 30%)
(0.03 / 0.12 / 0.00 / 0.30)

CMYK percentages

%2.79
%12.29
%0
%29.8

Codes

Color #AE9DB3 in popluar color models

AE 9D B3
RGB 174 157 179
HSL 286° 12.64% 65.88%
HSB/HSV 286° 12.29% 70.20%
CMYK 2.79% 12.29% 0.00%
29.80%

Color #AE9DB3 in popluar number systems.

HEX AE 9D B3
Decimal 174 157 179
Binary 10101110 10011101 10110011
Octal 256 235 263

Shades and tints

Shades of #AE9DB3

#AE9DB3
(174,157,179)
#9F8FA3
(159,143,163)
#908193
(144,129,147)
#817383
(129,115,131)
#726573
(114,101,115)
#635763
(99,87,99)
#544953
(84,73,83)
#453B43
(69,59,67)
#362D33
(54,45,51)
#271F23
(39,31,35)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE9DB3

#AE9DB3
(174,157,179)
#B5A5B9
(181,165,185)
#BCADBF
(188,173,191)
#C3B5C5
(195,181,197)
#CABDCB
(202,189,203)
#D1C5D1
(209,197,209)
#D8CDD7
(216,205,215)
#DFD5DD
(223,213,221)
#E6DDE3
(230,221,227)
#EDE5E9
(237,229,233)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DB3; }

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

This text font color is #AE9DB3.

Background Color

.myBgColor { background-color: #AE9DB3; }

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

This div background color is #AE9DB3.

Border color

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

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

This div border color is #AE9DB3.

Opacity

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

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

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

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

This text has shadow with #AE9DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9DB3.

Preview

Color preview on black background

This text has color #AE9DB3 on black background.


Color preview on white background

This text has color #AE9DB3 on white background.


Black color preview on #AE9DB3 background

This text has black color on #AE9DB3 background.


White color preview on #AE9DB3 background

This text has white color on #AE9DB3 background.


Related colors

Complementary color

Complementary color for #hex is #51624C.


I love getcolorcode.com

Triadic colors

1 #B3AE9D and #9DB3AE with #AE9DB3 are triadic colors.

2 #B39DAE and #9DAEB3 with #AE9DB3 are triadic colors.