COLOR #AEA1B8

HEX: #AEA1B8
RGB: (174,161,184)

Color info

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

RGB color model

#AEA1B8 color RGB value is (174,161,184).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 184 of 255 = 72%

174
161
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 184 = 519 (100%)
R 174 of 519 ~ 33.53%
G 161 of 519 ~ 31.02%
B 184 of 519 ~ 35.45%

%33.53
%31.02
%35.45

CMYK color model

#AEA1B8 color CMYK value is (5,13,0,28).

  • cyan value is 5.43%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,13,0,28)
C5M13Y0K28 
(5%,13%,0%,28%)
(0.05/0.13/0.00/0.28)	

CMYK percentages

%5.43
%12.5
%0
%27.84

Codes

Color #AEA1B8 in popluar color models

AEA1B8
RGB174161184
HSL274°13.94%67.65%
HSB/HSV274°12.50%72.16%
CMYK5.43%12.50%0.00%
27.84%

Color #AEA1B8 in popluar number systems.

HEXAEA1B8
Decimal174161184
Binary101011101010000110111000
Octal256241270

Shades and tints

Shades of #AEA1B8

#AEA1B8
(174,161,184)
#9F93A8
(159,147,168)
#908598
(144,133,152)
#817788
(129,119,136)
#726978
(114,105,120)
#635B68
(99,91,104)
#544D58
(84,77,88)
#453F48
(69,63,72)
#363138
(54,49,56)
#272328
(39,35,40)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEA1B8

#AEA1B8
(174,161,184)
#B5A9BE
(181,169,190)
#BCB1C4
(188,177,196)
#C3B9CA
(195,185,202)
#CAC1D0
(202,193,208)
#D1C9D6
(209,201,214)
#D8D1DC
(216,209,220)
#DFD9E2
(223,217,226)
#E6E1E8
(230,225,232)
#EDE9EE
(237,233,238)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1B8; }

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

This text font color is #AEA1B8.


Background Color

.myBgColor { background-color: #AEA1B8; }

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

This div background color is #AEA1B8.


Border color

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

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

This div border color is #AEA1B8.


Opacity

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

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

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

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

This text has shadow with #AEA1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA1B8 on black background.


Color preview on white background

This text has color #AEA1B8 on white background.



Black color preview on #AEA1B8 background

This text has black color on #AEA1B8 background.


White color preview on #AEA1B8 background

This text has white color on #AEA1B8 background.