COLOR #AEAEB3

HEX: #AEAEB3 RGB: (174,174,179)

Color info

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

RGB color model

#AEAEB3 color RGB value is (174,174,179).

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

RGB channels and saturation

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

174
174
179

R + G + B ~ 69%. #AEAEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 179 = 527 (100%)
R 174 of 527 ~ 33.02%
G 174 of 527 ~ 33.02%
B 179 of 527 ~ 33.97'%

%33.02
%33.02
%33.97

CMYK color model

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

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

CMYK: (3,3,0,30)
C3M3Y0K30 (3%, 3%, 0%, 30%)
(0.03 / 0.03 / 0.00 / 0.30)

CMYK percentages

%2.79
%2.79
%0
%29.8

Codes

Color #AEAEB3 in popluar color models

AE AE B3
RGB 174 174 179
HSL 240° 3.18% 69.22%
HSB/HSV 240° 2.79% 70.20%
CMYK 2.79% 2.79% 0.00%
29.80%

Color #AEAEB3 in popluar number systems.

HEX AE AE B3
Decimal 174 174 179
Binary 10101110 10101110 10110011
Octal 256 256 263

Shades and tints

Shades of #AEAEB3

#AEAEB3
(174,174,179)
#9F9FA3
(159,159,163)
#909093
(144,144,147)
#818183
(129,129,131)
#727273
(114,114,115)
#636363
(99,99,99)
#545453
(84,84,83)
#454543
(69,69,67)
#363633
(54,54,51)
#272723
(39,39,35)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AEAEB3

#AEAEB3
(174,174,179)
#B5B5B9
(181,181,185)
#BCBCBF
(188,188,191)
#C3C3C5
(195,195,197)
#CACACB
(202,202,203)
#D1D1D1
(209,209,209)
#D8D8D7
(216,216,215)
#DFDFDD
(223,223,221)
#E6E6E3
(230,230,227)
#EDEDE9
(237,237,233)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEB3; }

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

This text font color is #AEAEB3.

Background Color

.myBgColor { background-color: #AEAEB3; }

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

This div background color is #AEAEB3.

Border color

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

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

This div border color is #AEAEB3.

Opacity

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

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

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

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

This text has shadow with #AEAEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAEB3.

Preview

Color preview on black background

This text has color #AEAEB3 on black background.


Color preview on white background

This text has color #AEAEB3 on white background.


Black color preview on #AEAEB3 background

This text has black color on #AEAEB3 background.


White color preview on #AEAEB3 background

This text has white color on #AEAEB3 background.


Related colors

Complementary color

Complementary color for #hex is #51514C.


I love getcolorcode.com