COLOR #AEA3B3

HEX: #AEA3B3
RGB: (174,163,179)

Color info

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

RGB color model

#AEA3B3 color RGB value is (174,163,179).

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

RGB channels and saturation

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

174
163
179

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

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 179 = 516 (100%)
R 174 of 516 ~ 33.72%
G 163 of 516 ~ 31.59%
B 179 of 516 ~ 34.69%

%33.72
%31.59
%34.69

CMYK color model

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

  • cyan value is 2.79%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,9,0,30)
C3M9Y0K30 
(3%,9%,0%,30%)
(0.03/0.09/0.00/0.30)	

CMYK percentages

%2.79
%8.94
%0
%29.8

Codes

Color #AEA3B3 in popluar color models

AEA3B3
RGB174163179
HSL281°9.52%67.06%
HSB/HSV281°8.94%70.20%
CMYK2.79%8.94%0.00%
29.80%

Color #AEA3B3 in popluar number systems.

HEXAEA3B3
Decimal174163179
Binary101011101010001110110011
Octal256243263

Shades and tints

Shades of #AEA3B3

#AEA3B3
(174,163,179)
#9F95A3
(159,149,163)
#908793
(144,135,147)
#817983
(129,121,131)
#726B73
(114,107,115)
#635D63
(99,93,99)
#544F53
(84,79,83)
#454143
(69,65,67)
#363333
(54,51,51)
#272523
(39,37,35)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AEA3B3

#AEA3B3
(174,163,179)
#B5ABB9
(181,171,185)
#BCB3BF
(188,179,191)
#C3BBC5
(195,187,197)
#CAC3CB
(202,195,203)
#D1CBD1
(209,203,209)
#D8D3D7
(216,211,215)
#DFDBDD
(223,219,221)
#E6E3E3
(230,227,227)
#EDEBE9
(237,235,233)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA3B3; }

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

This text font color is #AEA3B3.


Background Color

.myBgColor { background-color: #AEA3B3; }

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

This div background color is #AEA3B3.


Border color

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

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

This div border color is #AEA3B3.


Opacity

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

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

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

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

This text has shadow with #AEA3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA3B3 on black background.


Color preview on white background

This text has color #AEA3B3 on white background.



Black color preview on #AEA3B3 background

This text has black color on #AEA3B3 background.


White color preview on #AEA3B3 background

This text has white color on #AEA3B3 background.