COLOR #AEA5B1

HEX: #AEA5B1
RGB: (174,165,177)

Color info

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

RGB color model

#AEA5B1 color RGB value is (174,165,177).

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

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 177 of 255 = 69%

174
165
177

R + G + B ~ 67%. #AEA5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 177 = 516 (100%)
R 174 of 516 ~ 33.72%
G 165 of 516 ~ 31.98%
B 177 of 516 ~ 34.3%

%33.72
%31.98
%34.3

CMYK color model

#AEA5B1 color CMYK value is (2,7,0,31).

  • cyan value is 1.69%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,7,0,31)
C2M7Y0K31 
(2%,7%,0%,31%)
(0.02/0.07/0.00/0.31)	

CMYK percentages

%1.69
%6.78
%0
%30.59

Codes

Color #AEA5B1 in popluar color models

AEA5B1
RGB174165177
HSL285°7.14%67.06%
HSB/HSV285°6.78%69.41%
CMYK1.69%6.78%0.00%
30.59%

Color #AEA5B1 in popluar number systems.

HEXAEA5B1
Decimal174165177
Binary101011101010010110110001
Octal256245261

Shades and tints

Shades of #AEA5B1

#AEA5B1
(174,165,177)
#9F96A1
(159,150,161)
#908791
(144,135,145)
#817881
(129,120,129)
#726971
(114,105,113)
#635A61
(99,90,97)
#544B51
(84,75,81)
#453C41
(69,60,65)
#362D31
(54,45,49)
#271E21
(39,30,33)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AEA5B1

#AEA5B1
(174,165,177)
#B5ADB8
(181,173,184)
#BCB5BF
(188,181,191)
#C3BDC6
(195,189,198)
#CAC5CD
(202,197,205)
#D1CDD4
(209,205,212)
#D8D5DB
(216,213,219)
#DFDDE2
(223,221,226)
#E6E5E9
(230,229,233)
#EDEDF0
(237,237,240)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA5B1; }

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

This text font color is #AEA5B1.


Background Color

.myBgColor { background-color: #AEA5B1; }

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

This div background color is #AEA5B1.


Border color

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

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

This div border color is #AEA5B1.


Opacity

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

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

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

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

This text has shadow with #AEA5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA5B1 on black background.


Color preview on white background

This text has color #AEA5B1 on white background.



Black color preview on #AEA5B1 background

This text has black color on #AEA5B1 background.


White color preview on #AEA5B1 background

This text has white color on #AEA5B1 background.