COLOR #AEAAB3

HEX: #AEAAB3 RGB: (174,170,179)

Color info

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

RGB color model

#AEAAB3 color RGB value is (174,170,179).

RGB: (174,170,179) (68%, 67%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 179 of 255 = 70%

174
170
179

R + G + B ~ 68%. #AEAAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 179 = 523 (100%)
R 174 of 523 ~ 33.27%
G 170 of 523 ~ 32.5%
B 179 of 523 ~ 34.23'%

%33.27
%32.5
%34.23

CMYK color model

#AEAAB3 color CMYK value is (3,5,0,30).

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

CMYK: (3,5,0,30)
C3M5Y0K30 (3%, 5%, 0%, 30%)
(0.03 / 0.05 / 0.00 / 0.30)

CMYK percentages

%2.79
%5.03
%0
%29.8

Codes

Color #AEAAB3 in popluar color models

AE AA B3
RGB 174 170 179
HSL 267° 5.59% 68.43%
HSB/HSV 267° 5.03% 70.20%
CMYK 2.79% 5.03% 0.00%
29.80%

Color #AEAAB3 in popluar number systems.

HEX AE AA B3
Decimal 174 170 179
Binary 10101110 10101010 10110011
Octal 256 252 263

Shades and tints

Shades of #AEAAB3

#AEAAB3
(174,170,179)
#9F9BA3
(159,155,163)
#908C93
(144,140,147)
#817D83
(129,125,131)
#726E73
(114,110,115)
#635F63
(99,95,99)
#545053
(84,80,83)
#454143
(69,65,67)
#363233
(54,50,51)
#272323
(39,35,35)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEAAB3

#AEAAB3
(174,170,179)
#B5B1B9
(181,177,185)
#BCB8BF
(188,184,191)
#C3BFC5
(195,191,197)
#CAC6CB
(202,198,203)
#D1CDD1
(209,205,209)
#D8D4D7
(216,212,215)
#DFDBDD
(223,219,221)
#E6E2E3
(230,226,227)
#EDE9E9
(237,233,233)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAB3; }

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

This text font color is #AEAAB3.

Background Color

.myBgColor { background-color: #AEAAB3; }

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

This div background color is #AEAAB3.

Border color

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

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

This div border color is #AEAAB3.

Opacity

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

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

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

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

This text has shadow with #AEAAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAAB3.

Preview

Color preview on black background

This text has color #AEAAB3 on black background.


Color preview on white background

This text has color #AEAAB3 on white background.


Black color preview on #AEAAB3 background

This text has black color on #AEAAB3 background.


White color preview on #AEAAB3 background

This text has white color on #AEAAB3 background.


Related colors

Complementary color

Complementary color for #hex is #51554C.


I love getcolorcode.com

Triadic colors

1 #B3AEAA and #AAB3AE with #AEAAB3 are triadic colors.

2 #B3AAAE and #AAAEB3 with #AEAAB3 are triadic colors.