COLOR #AEA2B7

HEX: #AEA2B7 RGB: (174,162,183)

Color info

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

RGB color model

#AEA2B7 color RGB value is (174,162,183).

RGB: (174,162,183) (68%, 64%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 183 of 255 = 72%

174
162
183

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

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 183 = 519 (100%)
R 174 of 519 ~ 33.53%
G 162 of 519 ~ 31.21%
B 183 of 519 ~ 35.26'%

%33.53
%31.21
%35.26

CMYK color model

#AEA2B7 color CMYK value is (5,11,0,28).

  • cyan value is 4.92%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (5,11,0,28)
C5M11Y0K28 (5%, 11%, 0%, 28%)
(0.05 / 0.11 / 0.00 / 0.28)

CMYK percentages

%4.92
%11.48
%0
%28.24

Codes

Color #AEA2B7 in popluar color models

AE A2 B7
RGB 174 162 183
HSL 274° 12.73% 67.65%
HSB/HSV 274° 11.48% 71.76%
CMYK 4.92% 11.48% 0.00%
28.24%

Color #AEA2B7 in popluar number systems.

HEX AE A2 B7
Decimal 174 162 183
Binary 10101110 10100010 10110111
Octal 256 242 267

Shades and tints

Shades of #AEA2B7

#AEA2B7
(174,162,183)
#9F94A7
(159,148,167)
#908697
(144,134,151)
#817887
(129,120,135)
#726A77
(114,106,119)
#635C67
(99,92,103)
#544E57
(84,78,87)
#454047
(69,64,71)
#363237
(54,50,55)
#272427
(39,36,39)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEA2B7

#AEA2B7
(174,162,183)
#B5AABD
(181,170,189)
#BCB2C3
(188,178,195)
#C3BAC9
(195,186,201)
#CAC2CF
(202,194,207)
#D1CAD5
(209,202,213)
#D8D2DB
(216,210,219)
#DFDAE1
(223,218,225)
#E6E2E7
(230,226,231)
#EDEAED
(237,234,237)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA2B7 color. Also use rgb(174,162,183) instead hex code.

Text Font Color

.myTextColor { color: #AEA2B7; }

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

This text font color is #AEA2B7.

Background Color

.myBgColor { background-color: #AEA2B7; }

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

This div background color is #AEA2B7.

Border color

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

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

This div border color is #AEA2B7.

Opacity

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

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

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

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

This text has shadow with #AEA2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA2B7.

Preview

Color preview on black background

This text has color #AEA2B7 on black background.


Color preview on white background

This text has color #AEA2B7 on white background.


Black color preview on #AEA2B7 background

This text has black color on #AEA2B7 background.


White color preview on #AEA2B7 background

This text has white color on #AEA2B7 background.


Related colors

Complementary color

Complementary color for #hex is #515D48.


I love getcolorcode.com

Triadic colors

1 #B7AEA2 and #A2B7AE with #AEA2B7 are triadic colors.

2 #B7A2AE and #A2AEB7 with #AEA2B7 are triadic colors.