COLOR #AEA5B3

HEX: #AEA5B3
RGB: (174,165,179)

Color info

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

RGB color model

#AEA5B3 color RGB value is (174,165,179).

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

RGB channels and saturation

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

174
165
179

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

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 179 = 518 (100%)
R 174 of 518 ~ 33.59%
G 165 of 518 ~ 31.85%
B 179 of 518 ~ 34.56%

%33.59
%31.85
%34.56

CMYK color model

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

  • cyan value is 2.79%
  • magenta value is 7.82%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,8,0,30)
C3M8Y0K30 
(3%,8%,0%,30%)
(0.03/0.08/0.00/0.30)	

CMYK percentages

%2.79
%7.82
%0
%29.8

Codes

Color #AEA5B3 in popluar color models

AEA5B3
RGB174165179
HSL279°8.43%67.45%
HSB/HSV279°7.82%70.20%
CMYK2.79%7.82%0.00%
29.80%

Color #AEA5B3 in popluar number systems.

HEXAEA5B3
Decimal174165179
Binary101011101010010110110011
Octal256245263

Shades and tints

Shades of #AEA5B3

#AEA5B3
(174,165,179)
#9F96A3
(159,150,163)
#908793
(144,135,147)
#817883
(129,120,131)
#726973
(114,105,115)
#635A63
(99,90,99)
#544B53
(84,75,83)
#453C43
(69,60,67)
#362D33
(54,45,51)
#271E23
(39,30,35)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AEA5B3

#AEA5B3
(174,165,179)
#B5ADB9
(181,173,185)
#BCB5BF
(188,181,191)
#C3BDC5
(195,189,197)
#CAC5CB
(202,197,203)
#D1CDD1
(209,205,209)
#D8D5D7
(216,213,215)
#DFDDDD
(223,221,221)
#E6E5E3
(230,229,227)
#EDEDE9
(237,237,233)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA5B3; }

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

This text font color is #AEA5B3.


Background Color

.myBgColor { background-color: #AEA5B3; }

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

This div background color is #AEA5B3.


Border color

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

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

This div border color is #AEA5B3.


Opacity

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

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

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

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

This text has shadow with #AEA5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA5B3 on black background.


Color preview on white background

This text has color #AEA5B3 on white background.



Black color preview on #AEA5B3 background

This text has black color on #AEA5B3 background.


White color preview on #AEA5B3 background

This text has white color on #AEA5B3 background.