COLOR #AEA3BB

HEX: #AEA3BB RGB: (174,163,187)

Color info

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

RGB color model

#AEA3BB color RGB value is (174,163,187).

RGB: (174,163,187) (68%, 64%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 187 of 255 = 73%

174
163
187

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

Portions of RGB colors in percentages

R + G + B = 174 + 163 + 187 = 524 (100%)
R 174 of 524 ~ 33.21%
G 163 of 524 ~ 31.11%
B 187 of 524 ~ 35.69'%

%33.21
%31.11
%35.69

CMYK color model

#AEA3BB color CMYK value is (7,13,0,27).

  • cyan value is 6.95%
  • magenta value is 12.83%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (7,13,0,27)
C7M13Y0K27 (7%, 13%, 0%, 27%)
(0.07 / 0.13 / 0.00 / 0.27)

CMYK percentages

%6.95
%12.83
%0
%26.67

Codes

Color #AEA3BB in popluar color models

AE A3 BB
RGB 174 163 187
HSL 268° 15.00% 68.63%
HSB/HSV 268° 12.83% 73.33%
CMYK 6.95% 12.83% 0.00%
26.67%

Color #AEA3BB in popluar number systems.

HEX AE A3 BB
Decimal 174 163 187
Binary 10101110 10100011 10111011
Octal 256 243 273

Shades and tints

Shades of #AEA3BB

#AEA3BB
(174,163,187)
#9F95AA
(159,149,170)
#908799
(144,135,153)
#817988
(129,121,136)
#726B77
(114,107,119)
#635D66
(99,93,102)
#544F55
(84,79,85)
#454144
(69,65,68)
#363333
(54,51,51)
#272522
(39,37,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AEA3BB

#AEA3BB
(174,163,187)
#B5ABC1
(181,171,193)
#BCB3C7
(188,179,199)
#C3BBCD
(195,187,205)
#CAC3D3
(202,195,211)
#D1CBD9
(209,203,217)
#D8D3DF
(216,211,223)
#DFDBE5
(223,219,229)
#E6E3EB
(230,227,235)
#EDEBF1
(237,235,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA3BB; }

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

This text font color is #AEA3BB.

Background Color

.myBgColor { background-color: #AEA3BB; }

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

This div background color is #AEA3BB.

Border color

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

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

This div border color is #AEA3BB.

Opacity

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

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

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

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

This text has shadow with #AEA3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA3BB.

Preview

Color preview on black background

This text has color #AEA3BB on black background.


Color preview on white background

This text has color #AEA3BB on white background.


Black color preview on #AEA3BB background

This text has black color on #AEA3BB background.


White color preview on #AEA3BB background

This text has white color on #AEA3BB background.


Related colors

Complementary color

Complementary color for #hex is #515C44.


I love getcolorcode.com

Triadic colors

1 #BBAEA3 and #A3BBAE with #AEA3BB are triadic colors.

2 #BBA3AE and #A3AEBB with #AEA3BB are triadic colors.