COLOR #AEAAB2

HEX: #AEAAB2 RGB: (174,170,178)

Color info

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

RGB color model

#AEAAB2 color RGB value is (174,170,178).

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

RGB channels and saturation

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

174
170
178

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

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 178 = 522 (100%)
R 174 of 522 ~ 33.33%
G 170 of 522 ~ 32.57%
B 178 of 522 ~ 34.1'%

%33.33
%32.57
%34.1

CMYK color model

#AEAAB2 color CMYK value is (2,4,0,30).

  • cyan value is 2.25%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (2,4,0,30)
C2M4Y0K30 (2%, 4%, 0%, 30%)
(0.02 / 0.04 / 0.00 / 0.30)

CMYK percentages

%2.25
%4.49
%0
%30.2

Codes

Color #AEAAB2 in popluar color models

AE AA B2
RGB 174 170 178
HSL 270° 4.94% 68.24%
HSB/HSV 270° 4.49% 69.80%
CMYK 2.25% 4.49% 0.00%
30.20%

Color #AEAAB2 in popluar number systems.

HEX AE AA B2
Decimal 174 170 178
Binary 10101110 10101010 10110010
Octal 256 252 262

Shades and tints

Shades of #AEAAB2

#AEAAB2
(174,170,178)
#9F9BA2
(159,155,162)
#908C92
(144,140,146)
#817D82
(129,125,130)
#726E72
(114,110,114)
#635F62
(99,95,98)
#545052
(84,80,82)
#454142
(69,65,66)
#363232
(54,50,50)
#272322
(39,35,34)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AEAAB2

#AEAAB2
(174,170,178)
#B5B1B9
(181,177,185)
#BCB8C0
(188,184,192)
#C3BFC7
(195,191,199)
#CAC6CE
(202,198,206)
#D1CDD5
(209,205,213)
#D8D4DC
(216,212,220)
#DFDBE3
(223,219,227)
#E6E2EA
(230,226,234)
#EDE9F1
(237,233,241)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAB2; }

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

This text font color is #AEAAB2.

Background Color

.myBgColor { background-color: #AEAAB2; }

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

This div background color is #AEAAB2.

Border color

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

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

This div border color is #AEAAB2.

Opacity

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

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

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

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

This text has shadow with #AEAAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAAB2.

Preview

Color preview on black background

This text has color #AEAAB2 on black background.


Color preview on white background

This text has color #AEAAB2 on white background.


Black color preview on #AEAAB2 background

This text has black color on #AEAAB2 background.


White color preview on #AEAAB2 background

This text has white color on #AEAAB2 background.


Related colors

Complementary color

Complementary color for #hex is #51554D.


I love getcolorcode.com

Triadic colors

1 #B2AEAA and #AAB2AE with #AEAAB2 are triadic colors.

2 #B2AAAE and #AAAEB2 with #AEAAB2 are triadic colors.