COLOR #AEAABB

HEX: #AEAABB RGB: (174,170,187)

Color info

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

RGB color model

#AEAABB color RGB value is (174,170,187).

RGB: (174,170,187) (68%, 67%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 187 of 255 = 73%

174
170
187

R + G + B ~ 69%. #AEAABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 187 = 531 (100%)
R 174 of 531 ~ 32.77%
G 170 of 531 ~ 32.02%
B 187 of 531 ~ 35.22'%

%32.77
%32.02
%35.22

CMYK color model

#AEAABB color CMYK value is (7,9,0,27).

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

CMYK: (7,9,0,27)
C7M9Y0K27 (7%, 9%, 0%, 27%)
(0.07 / 0.09 / 0.00 / 0.27)

CMYK percentages

%6.95
%9.09
%0
%26.67

Codes

Color #AEAABB in popluar color models

AE AA BB
RGB 174 170 187
HSL 254° 11.11% 70.00%
HSB/HSV 254° 9.09% 73.33%
CMYK 6.95% 9.09% 0.00%
26.67%

Color #AEAABB in popluar number systems.

HEX AE AA BB
Decimal 174 170 187
Binary 10101110 10101010 10111011
Octal 256 252 273

Shades and tints

Shades of #AEAABB

#AEAABB
(174,170,187)
#9F9BAA
(159,155,170)
#908C99
(144,140,153)
#817D88
(129,125,136)
#726E77
(114,110,119)
#635F66
(99,95,102)
#545055
(84,80,85)
#454144
(69,65,68)
#363233
(54,50,51)
#272322
(39,35,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEAABB

#AEAABB
(174,170,187)
#B5B1C1
(181,177,193)
#BCB8C7
(188,184,199)
#C3BFCD
(195,191,205)
#CAC6D3
(202,198,211)
#D1CDD9
(209,205,217)
#D8D4DF
(216,212,223)
#DFDBE5
(223,219,229)
#E6E2EB
(230,226,235)
#EDE9F1
(237,233,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAABB; }

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

This text font color is #AEAABB.

Background Color

.myBgColor { background-color: #AEAABB; }

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

This div background color is #AEAABB.

Border color

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

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

This div border color is #AEAABB.

Opacity

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

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

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

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

This text has shadow with #AEAABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAABB.

Preview

Color preview on black background

This text has color #AEAABB on black background.


Color preview on white background

This text has color #AEAABB on white background.


Black color preview on #AEAABB background

This text has black color on #AEAABB background.


White color preview on #AEAABB background

This text has white color on #AEAABB background.


Related colors

Complementary color

Complementary color for #hex is #515544.


I love getcolorcode.com

Triadic colors

1 #BBAEAA and #AABBAE with #AEAABB are triadic colors.

2 #BBAAAE and #AAAEBB with #AEAABB are triadic colors.