COLOR #AEA1B5

HEX: #AEA1B5
RGB: (174,161,181)

Color info

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

RGB color model

#AEA1B5 color RGB value is (174,161,181).

  • red value is 174;
  • green value is 161;
  • blue value is 181.
RGB:
(174,161,181)
(68%,63%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 181 of 255 = 71%

174
161
181

R + G + B ~ 67%. #AEA1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 181 = 516 (100%)
R 174 of 516 ~ 33.72%
G 161 of 516 ~ 31.2%
B 181 of 516 ~ 35.08%

%33.72
%31.2
%35.08

CMYK color model

#AEA1B5 color CMYK value is (4,11,0,29).

  • cyan value is 3.87%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,11,0,29)
C4M11Y0K29 
(4%,11%,0%,29%)
(0.04/0.11/0.00/0.29)	

CMYK percentages

%3.87
%11.05
%0
%29.02

Codes

Color #AEA1B5 in popluar color models

AEA1B5
RGB174161181
HSL279°11.90%67.06%
HSB/HSV279°11.05%70.98%
CMYK3.87%11.05%0.00%
29.02%

Color #AEA1B5 in popluar number systems.

HEXAEA1B5
Decimal174161181
Binary101011101010000110110101
Octal256241265

Shades and tints

Shades of #AEA1B5

#AEA1B5
(174,161,181)
#9F93A5
(159,147,165)
#908595
(144,133,149)
#817785
(129,119,133)
#726975
(114,105,117)
#635B65
(99,91,101)
#544D55
(84,77,85)
#453F45
(69,63,69)
#363135
(54,49,53)
#272325
(39,35,37)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEA1B5

#AEA1B5
(174,161,181)
#B5A9BB
(181,169,187)
#BCB1C1
(188,177,193)
#C3B9C7
(195,185,199)
#CAC1CD
(202,193,205)
#D1C9D3
(209,201,211)
#D8D1D9
(216,209,217)
#DFD9DF
(223,217,223)
#E6E1E5
(230,225,229)
#EDE9EB
(237,233,235)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA1B5 color. Also use rgb(174,161,181) instead hex code.

Text Font Color

.myTextColor { color: #AEA1B5; }

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

This text font color is #AEA1B5.


Background Color

.myBgColor { background-color: #AEA1B5; }

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

This div background color is #AEA1B5.


Border color

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

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

This div border color is #AEA1B5.


Opacity

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

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

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

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

This text has shadow with #AEA1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA1B5 on black background.


Color preview on white background

This text has color #AEA1B5 on white background.



Black color preview on #AEA1B5 background

This text has black color on #AEA1B5 background.


White color preview on #AEA1B5 background

This text has white color on #AEA1B5 background.