COLOR #AEAEB0

HEX: #AEAEB0 RGB: (174,174,176)

Color info

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

RGB color model

#AEAEB0 color RGB value is (174,174,176).

RGB: (174,174,176) (68%, 68%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 176 of 255 = 69%

174
174
176

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

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 176 = 524 (100%)
R 174 of 524 ~ 33.21%
G 174 of 524 ~ 33.21%
B 176 of 524 ~ 33.59'%

%33.21
%33.21
%33.59

CMYK color model

#AEAEB0 color CMYK value is (1,1,0,31).

  • cyan value is 1.14%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (1,1,0,31) C1M1Y0K31 (1%,1%,0%,31%) (0.01/0.01/0.00/0.31) 

CMYK percentages

%1.14
%1.14
%0
%30.98

Codes

Color #AEAEB0 in popluar color models

AE AE B0
RGB 174 174 176
HSL 240° 1.25% 68.63%
HSB/HSV 240° 1.14% 69.02%
CMYK 1.14% 1.14% 0.00%
30.98%

Color #AEAEB0 in popluar number systems.

HEX AE AE B0
Decimal 174 174 176
Binary 10101110 10101110 10110000
Octal 256 256 260

Shades and tints

Shades of #AEAEB0

#AEAEB0
(174,174,176)
#9F9FA0
(159,159,160)
#909090
(144,144,144)
#818180
(129,129,128)
#727270
(114,114,112)
#636360
(99,99,96)
#545450
(84,84,80)
#454540
(69,69,64)
#363630
(54,54,48)
#272720
(39,39,32)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #AEAEB0

#AEAEB0
(174,174,176)
#B5B5B7
(181,181,183)
#BCBCBE
(188,188,190)
#C3C3C5
(195,195,197)
#CACACC
(202,202,204)
#D1D1D3
(209,209,211)
#D8D8DA
(216,216,218)
#DFDFE1
(223,223,225)
#E6E6E8
(230,230,232)
#EDEDEF
(237,237,239)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEB0; }

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

This text font color is #AEAEB0.

Background Color

.myBgColor { background-color: #AEAEB0; }

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

This div background color is #AEAEB0.

Border color

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

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

This div border color is #AEAEB0.

Opacity

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

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

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

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

This text has shadow with #AEAEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAEB0.

Preview

Color preview on black background

This text has color #AEAEB0 on black background.


Color preview on white background

This text has color #AEAEB0 on white background.


Black color preview on #AEAEB0 background

This text has black color on #AEAEB0 background.


White color preview on #AEAEB0 background

This text has white color on #AEAEB0 background.


Related colors

Complementary color

Complementary color for #hex is #51514F.


I love getcolorcode.com