COLOR #AEA8B2

HEX: #AEA8B2
RGB: (174,168,178)

Color info

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

RGB color model

#AEA8B2 color RGB value is (174,168,178).

  • red value is 174;
  • green value is 168;
  • blue value is 178.
RGB:
(174,168,178)
(68%,66%,70%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 178 of 255 = 70%

174
168
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 178 = 520 (100%)
R 174 of 520 ~ 33.46%
G 168 of 520 ~ 32.31%
B 178 of 520 ~ 34.23%

%33.46
%32.31
%34.23

CMYK color model

#AEA8B2 color CMYK value is (2,6,0,30).

  • cyan value is 2.25%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,6,0,30)
C2M6Y0K30 
(2%,6%,0%,30%)
(0.02/0.06/0.00/0.30)	

CMYK percentages

%2.25
%5.62
%0
%30.2

Codes

Color #AEA8B2 in popluar color models

AEA8B2
RGB174168178
HSL276°6.10%67.84%
HSB/HSV276°5.62%69.80%
CMYK2.25%5.62%0.00%
30.20%

Color #AEA8B2 in popluar number systems.

HEXAEA8B2
Decimal174168178
Binary101011101010100010110010
Octal256250262

Shades and tints

Shades of #AEA8B2

#AEA8B2
(174,168,178)
#9F99A2
(159,153,162)
#908A92
(144,138,146)
#817B82
(129,123,130)
#726C72
(114,108,114)
#635D62
(99,93,98)
#544E52
(84,78,82)
#453F42
(69,63,66)
#363032
(54,48,50)
#272122
(39,33,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEA8B2

#AEA8B2
(174,168,178)
#B5AFB9
(181,175,185)
#BCB6C0
(188,182,192)
#C3BDC7
(195,189,199)
#CAC4CE
(202,196,206)
#D1CBD5
(209,203,213)
#D8D2DC
(216,210,220)
#DFD9E3
(223,217,227)
#E6E0EA
(230,224,234)
#EDE7F1
(237,231,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8B2; }

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

This text font color is #AEA8B2.


Background Color

.myBgColor { background-color: #AEA8B2; }

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

This div background color is #AEA8B2.


Border color

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

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

This div border color is #AEA8B2.


Opacity

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

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

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

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

This text has shadow with #AEA8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8B2 on black background.


Color preview on white background

This text has color #AEA8B2 on white background.



Black color preview on #AEA8B2 background

This text has black color on #AEA8B2 background.


White color preview on #AEA8B2 background

This text has white color on #AEA8B2 background.