COLOR #AEA0B6

HEX: #AEA0B6 RGB: (174,160,182)

Color info

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

RGB color model

#AEA0B6 color RGB value is (174,160,182).

RGB: (174,160,182) (68%, 63%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 182 of 255 = 71%

174
160
182

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

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 182 = 516 (100%)
R 174 of 516 ~ 33.72%
G 160 of 516 ~ 31.01%
B 182 of 516 ~ 35.27'%

%33.72
%31.01
%35.27

CMYK color model

#AEA0B6 color CMYK value is (4,12,0,29).

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

CMYK: (4,12,0,29)
C4M12Y0K29 (4%, 12%, 0%, 29%)
(0.04 / 0.12 / 0.00 / 0.29)

CMYK percentages

%4.4
%12.09
%0
%28.63

Codes

Color #AEA0B6 in popluar color models

AE A0 B6
RGB 174 160 182
HSL 278° 13.10% 67.06%
HSB/HSV 278° 12.09% 71.37%
CMYK 4.40% 12.09% 0.00%
28.63%

Color #AEA0B6 in popluar number systems.

HEX AE A0 B6
Decimal 174 160 182
Binary 10101110 10100000 10110110
Octal 256 240 266

Shades and tints

Shades of #AEA0B6

#AEA0B6
(174,160,182)
#9F92A6
(159,146,166)
#908496
(144,132,150)
#817686
(129,118,134)
#726876
(114,104,118)
#635A66
(99,90,102)
#544C56
(84,76,86)
#453E46
(69,62,70)
#363036
(54,48,54)
#272226
(39,34,38)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEA0B6

#AEA0B6
(174,160,182)
#B5A8BC
(181,168,188)
#BCB0C2
(188,176,194)
#C3B8C8
(195,184,200)
#CAC0CE
(202,192,206)
#D1C8D4
(209,200,212)
#D8D0DA
(216,208,218)
#DFD8E0
(223,216,224)
#E6E0E6
(230,224,230)
#EDE8EC
(237,232,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0B6; }

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

This text font color is #AEA0B6.

Background Color

.myBgColor { background-color: #AEA0B6; }

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

This div background color is #AEA0B6.

Border color

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

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

This div border color is #AEA0B6.

Opacity

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

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

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

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

This text has shadow with #AEA0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA0B6.

Preview

Color preview on black background

This text has color #AEA0B6 on black background.


Color preview on white background

This text has color #AEA0B6 on white background.


Black color preview on #AEA0B6 background

This text has black color on #AEA0B6 background.


White color preview on #AEA0B6 background

This text has white color on #AEA0B6 background.


Related colors

Complementary color

Complementary color for #hex is #515F49.


I love getcolorcode.com

Triadic colors

1 #B6AEA0 and #A0B6AE with #AEA0B6 are triadic colors.

2 #B6A0AE and #A0AEB6 with #AEA0B6 are triadic colors.