COLOR #AEA5BB

HEX: #AEA5BB
RGB: (174,165,187)

Color info

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

RGB color model

#AEA5BB color RGB value is (174,165,187).

  • red value is 174;
  • green value is 165;
  • blue value is 187.
RGB:
(174,165,187)
(68%,65%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 187 of 255 = 73%

174
165
187

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

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 187 = 526 (100%)
R 174 of 526 ~ 33.08%
G 165 of 526 ~ 31.37%
B 187 of 526 ~ 35.55%

%33.08
%31.37
%35.55

CMYK color model

#AEA5BB color CMYK value is (7,12,0,27).

  • cyan value is 6.95%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,12,0,27)
C7M12Y0K27 
(7%,12%,0%,27%)
(0.07/0.12/0.00/0.27)	

CMYK percentages

%6.95
%11.76
%0
%26.67

Codes

Color #AEA5BB in popluar color models

AEA5BB
RGB174165187
HSL265°13.92%69.02%
HSB/HSV265°11.76%73.33%
CMYK6.95%11.76%0.00%
26.67%

Color #AEA5BB in popluar number systems.

HEXAEA5BB
Decimal174165187
Binary101011101010010110111011
Octal256245273

Shades and tints

Shades of #AEA5BB

#AEA5BB
(174,165,187)
#9F96AA
(159,150,170)
#908799
(144,135,153)
#817888
(129,120,136)
#726977
(114,105,119)
#635A66
(99,90,102)
#544B55
(84,75,85)
#453C44
(69,60,68)
#362D33
(54,45,51)
#271E22
(39,30,34)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AEA5BB

#AEA5BB
(174,165,187)
#B5ADC1
(181,173,193)
#BCB5C7
(188,181,199)
#C3BDCD
(195,189,205)
#CAC5D3
(202,197,211)
#D1CDD9
(209,205,217)
#D8D5DF
(216,213,223)
#DFDDE5
(223,221,229)
#E6E5EB
(230,229,235)
#EDEDF1
(237,237,241)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA5BB; }

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

This text font color is #AEA5BB.


Background Color

.myBgColor { background-color: #AEA5BB; }

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

This div background color is #AEA5BB.


Border color

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

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

This div border color is #AEA5BB.


Opacity

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

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

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

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

This text has shadow with #AEA5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA5BB on black background.


Color preview on white background

This text has color #AEA5BB on white background.



Black color preview on #AEA5BB background

This text has black color on #AEA5BB background.


White color preview on #AEA5BB background

This text has white color on #AEA5BB background.