COLOR #AEA9B1

HEX: #AEA9B1
RGB: (174,169,177)

Color info

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

RGB color model

#AEA9B1 color RGB value is (174,169,177).

  • red value is 174;
  • green value is 169;
  • blue value is 177.
RGB:
(174,169,177)
(68%,66%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 177 of 255 = 69%

174
169
177

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

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 177 = 520 (100%)
R 174 of 520 ~ 33.46%
G 169 of 520 ~ 32.5%
B 177 of 520 ~ 34.04%

%33.46
%32.5
%34.04

CMYK color model

#AEA9B1 color CMYK value is (2,5,0,31).

  • cyan value is 1.69%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,5,0,31)
C2M5Y0K31 
(2%,5%,0%,31%)
(0.02/0.05/0.00/0.31)	

CMYK percentages

%1.69
%4.52
%0
%30.59

Codes

Color #AEA9B1 in popluar color models

AEA9B1
RGB174169177
HSL278°4.88%67.84%
HSB/HSV278°4.52%69.41%
CMYK1.69%4.52%0.00%
30.59%

Color #AEA9B1 in popluar number systems.

HEXAEA9B1
Decimal174169177
Binary101011101010100110110001
Octal256251261

Shades and tints

Shades of #AEA9B1

#AEA9B1
(174,169,177)
#9F9AA1
(159,154,161)
#908B91
(144,139,145)
#817C81
(129,124,129)
#726D71
(114,109,113)
#635E61
(99,94,97)
#544F51
(84,79,81)
#454041
(69,64,65)
#363131
(54,49,49)
#272221
(39,34,33)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AEA9B1

#AEA9B1
(174,169,177)
#B5B0B8
(181,176,184)
#BCB7BF
(188,183,191)
#C3BEC6
(195,190,198)
#CAC5CD
(202,197,205)
#D1CCD4
(209,204,212)
#D8D3DB
(216,211,219)
#DFDAE2
(223,218,226)
#E6E1E9
(230,225,233)
#EDE8F0
(237,232,240)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA9B1; }

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

This text font color is #AEA9B1.


Background Color

.myBgColor { background-color: #AEA9B1; }

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

This div background color is #AEA9B1.


Border color

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

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

This div border color is #AEA9B1.


Opacity

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

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

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

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

This text has shadow with #AEA9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA9B1 on black background.


Color preview on white background

This text has color #AEA9B1 on white background.



Black color preview on #AEA9B1 background

This text has black color on #AEA9B1 background.


White color preview on #AEA9B1 background

This text has white color on #AEA9B1 background.