COLOR #AAAEB2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
174
178

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

Portions of RGB colors in percentages

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

%32.57
%33.33
%34.1

CMYK color model

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

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

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

CMYK percentages

%4.49
%2.25
%0
%30.2

Codes

Color #AAAEB2 in popluar color models

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

Color #AAAEB2 in popluar number systems.

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

Shades and tints

Shades of #AAAEB2

#AAAEB2
(170,174,178)
#9B9FA2
(155,159,162)
#8C9092
(140,144,146)
#7D8182
(125,129,130)
#6E7272
(110,114,114)
#5F6362
(95,99,98)
#505452
(80,84,82)
#414542
(65,69,66)
#323632
(50,54,50)
#232722
(35,39,34)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #AAAEB2

#AAAEB2
(170,174,178)
#B1B5B9
(177,181,185)
#B8BCC0
(184,188,192)
#BFC3C7
(191,195,199)
#C6CACE
(198,202,206)
#CDD1D5
(205,209,213)
#D4D8DC
(212,216,220)
#DBDFE3
(219,223,227)
#E2E6EA
(226,230,234)
#E9EDF1
(233,237,241)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEB2; }

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

This text font color is #AAAEB2.

Background Color

.myBgColor { background-color: #AAAEB2; }

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

This div background color is #AAAEB2.

Border color

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

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

This div border color is #AAAEB2.

Opacity

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

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

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

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

This text has shadow with #AAAEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAAEB2.

Preview

Color preview on black background

This text has color #AAAEB2 on black background.


Color preview on white background

This text has color #AAAEB2 on white background.


Black color preview on #AAAEB2 background

This text has black color on #AAAEB2 background.


White color preview on #AAAEB2 background

This text has white color on #AAAEB2 background.


Related colors

Complementary color

Complementary color for #hex is #55514D.


I love getcolorcode.com

Triadic colors

1 #B2AAAE and #AEB2AA with #AAAEB2 are triadic colors.

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