COLOR #AE9AB1

HEX: #AE9AB1
RGB: (174,154,177)

Color info

#AE9AB1 contains red, green and blue colors in about the same proportion. Web safe color of #AE9AB1 is #999999 (or #999).

RGB color model

#AE9AB1 color RGB value is (174,154,177).

  • red value is 174;
  • green value is 154;
  • blue value is 177.
RGB:
(174,154,177)
(68%,60%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 177 of 255 = 69%

174
154
177

R + G + B ~ 66%. #AE9AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 177 = 505 (100%)
R 174 of 505 ~ 34.46%
G 154 of 505 ~ 30.5%
B 177 of 505 ~ 35.05%

%34.46
%30.5
%35.05

CMYK color model

#AE9AB1 color CMYK value is (2,13,0,31).

  • cyan value is 1.69%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,13,0,31)
C2M13Y0K31 
(2%,13%,0%,31%)
(0.02/0.13/0.00/0.31)	

CMYK percentages

%1.69
%12.99
%0
%30.59

Codes

Color #AE9AB1 in popluar color models

AE9AB1
RGB174154177
HSL292°12.85%64.90%
HSB/HSV292°12.99%69.41%
CMYK1.69%12.99%0.00%
30.59%

Color #AE9AB1 in popluar number systems.

HEXAE9AB1
Decimal174154177
Binary101011101001101010110001
Octal256232261

Shades and tints

Shades of #AE9AB1

#AE9AB1
(174,154,177)
#9F8CA1
(159,140,161)
#907E91
(144,126,145)
#817081
(129,112,129)
#726271
(114,98,113)
#635461
(99,84,97)
#544651
(84,70,81)
#453841
(69,56,65)
#362A31
(54,42,49)
#271C21
(39,28,33)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #AE9AB1

#AE9AB1
(174,154,177)
#B5A3B8
(181,163,184)
#BCACBF
(188,172,191)
#C3B5C6
(195,181,198)
#CABECD
(202,190,205)
#D1C7D4
(209,199,212)
#D8D0DB
(216,208,219)
#DFD9E2
(223,217,226)
#E6E2E9
(230,226,233)
#EDEBF0
(237,235,240)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9AB1 color. Also use rgb(174,154,177) instead hex code.

Text Font Color

.myTextColor { color: #AE9AB1; }

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

This text font color is #AE9AB1.


Background Color

.myBgColor { background-color: #AE9AB1; }

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

This div background color is #AE9AB1.


Border color

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

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

This div border color is #AE9AB1.


Opacity

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

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

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

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

This text has shadow with #AE9AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9AB1 on black background.


Color preview on white background

This text has color #AE9AB1 on white background.



Black color preview on #AE9AB1 background

This text has black color on #AE9AB1 background.


White color preview on #AE9AB1 background

This text has white color on #AE9AB1 background.