COLOR #AEA8B6

HEX: #AEA8B6 RGB: (174,168,182)

Color info

#AEA8B6 contains red, green and blue colors in about the same proportion. Web safe color of #AEA8B6 is #9999CC (or #99C).

RGB color model

#AEA8B6 color RGB value is (174,168,182).

RGB: (174,168,182) (68%, 66%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 182 of 255 = 71%

174
168
182

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 182 = 524 (100%)
R 174 of 524 ~ 33.21%
G 168 of 524 ~ 32.06%
B 182 of 524 ~ 34.73'%

%33.21
%32.06
%34.73

CMYK color model

#AEA8B6 color CMYK value is (4,8,0,29).

  • cyan value is 4.40%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (4,8,0,29)
C4M8Y0K29 (4%, 8%, 0%, 29%)
(0.04 / 0.08 / 0.00 / 0.29)

CMYK percentages

%4.4
%7.69
%0
%28.63

Codes

Color #AEA8B6 in popluar color models

AE A8 B6
RGB 174 168 182
HSL 266° 8.75% 68.63%
HSB/HSV 266° 7.69% 71.37%
CMYK 4.40% 7.69% 0.00%
28.63%

Color #AEA8B6 in popluar number systems.

HEX AE A8 B6
Decimal 174 168 182
Binary 10101110 10101000 10110110
Octal 256 250 266

Shades and tints

Shades of #AEA8B6

#AEA8B6
(174,168,182)
#9F99A6
(159,153,166)
#908A96
(144,138,150)
#817B86
(129,123,134)
#726C76
(114,108,118)
#635D66
(99,93,102)
#544E56
(84,78,86)
#453F46
(69,63,70)
#363036
(54,48,54)
#272126
(39,33,38)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AEA8B6

#AEA8B6
(174,168,182)
#B5AFBC
(181,175,188)
#BCB6C2
(188,182,194)
#C3BDC8
(195,189,200)
#CAC4CE
(202,196,206)
#D1CBD4
(209,203,212)
#D8D2DA
(216,210,218)
#DFD9E0
(223,217,224)
#E6E0E6
(230,224,230)
#EDE7EC
(237,231,236)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8B6; }

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

This text font color is #AEA8B6.

Background Color

.myBgColor { background-color: #AEA8B6; }

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

This div background color is #AEA8B6.

Border color

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

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

This div border color is #AEA8B6.

Opacity

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

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

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

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

This text has shadow with #AEA8B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA8B6.

Preview

Color preview on black background

This text has color #AEA8B6 on black background.


Color preview on white background

This text has color #AEA8B6 on white background.


Black color preview on #AEA8B6 background

This text has black color on #AEA8B6 background.


White color preview on #AEA8B6 background

This text has white color on #AEA8B6 background.


Related colors

Complementary color

Complementary color for #hex is #515749.


I love getcolorcode.com

Triadic colors

1 #B6AEA8 and #A8B6AE with #AEA8B6 are triadic colors.

2 #B6A8AE and #A8AEB6 with #AEA8B6 are triadic colors.