COLOR #AEA0BB

HEX: #AEA0BB RGB: (174,160,187)

Color info

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

RGB color model

#AEA0BB color RGB value is (174,160,187).

RGB: (174,160,187) (68%, 63%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 187 of 255 = 73%

174
160
187

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

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 187 = 521 (100%)
R 174 of 521 ~ 33.4%
G 160 of 521 ~ 30.71%
B 187 of 521 ~ 35.89'%

%33.4
%30.71
%35.89

CMYK color model

#AEA0BB color CMYK value is (7,14,0,27).

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

CMYK: (7,14,0,27)
C7M14Y0K27 (7%, 14%, 0%, 27%)
(0.07 / 0.14 / 0.00 / 0.27)

CMYK percentages

%6.95
%14.44
%0
%26.67

Codes

Color #AEA0BB in popluar color models

AE A0 BB
RGB 174 160 187
HSL 271° 16.56% 68.04%
HSB/HSV 271° 14.44% 73.33%
CMYK 6.95% 14.44% 0.00%
26.67%

Color #AEA0BB in popluar number systems.

HEX AE A0 BB
Decimal 174 160 187
Binary 10101110 10100000 10111011
Octal 256 240 273

Shades and tints

Shades of #AEA0BB

#AEA0BB
(174,160,187)
#9F92AA
(159,146,170)
#908499
(144,132,153)
#817688
(129,118,136)
#726877
(114,104,119)
#635A66
(99,90,102)
#544C55
(84,76,85)
#453E44
(69,62,68)
#363033
(54,48,51)
#272222
(39,34,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEA0BB

#AEA0BB
(174,160,187)
#B5A8C1
(181,168,193)
#BCB0C7
(188,176,199)
#C3B8CD
(195,184,205)
#CAC0D3
(202,192,211)
#D1C8D9
(209,200,217)
#D8D0DF
(216,208,223)
#DFD8E5
(223,216,229)
#E6E0EB
(230,224,235)
#EDE8F1
(237,232,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0BB; }

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

This text font color is #AEA0BB.

Background Color

.myBgColor { background-color: #AEA0BB; }

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

This div background color is #AEA0BB.

Border color

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

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

This div border color is #AEA0BB.

Opacity

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

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

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

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

This text has shadow with #AEA0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA0BB.

Preview

Color preview on black background

This text has color #AEA0BB on black background.


Color preview on white background

This text has color #AEA0BB on white background.


Black color preview on #AEA0BB background

This text has black color on #AEA0BB background.


White color preview on #AEA0BB background

This text has white color on #AEA0BB background.


Related colors

Complementary color

Complementary color for #hex is #515F44.


I love getcolorcode.com

Triadic colors

1 #BBAEA0 and #A0BBAE with #AEA0BB are triadic colors.

2 #BBA0AE and #A0AEBB with #AEA0BB are triadic colors.