COLOR #AE9EB1

HEX: #AE9EB1
RGB: (174,158,177)

Color info

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

RGB color model

#AE9EB1 color RGB value is (174,158,177).

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

RGB channels and saturation

R 174 of 255 = 68%
G 158 of 255 = 62%
B 177 of 255 = 69%

174
158
177

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

Portions of RGB colors in percentages

R + G + B =
174 + 158 + 177 = 509 (100%)
R 174 of 509 ~ 34.18%
G 158 of 509 ~ 31.04%
B 177 of 509 ~ 34.77%

%34.18
%31.04
%34.77

CMYK color model

#AE9EB1 color CMYK value is (2,11,0,31).

  • cyan value is 1.69%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,11,0,31)
C2M11Y0K31 
(2%,11%,0%,31%)
(0.02/0.11/0.00/0.31)	

CMYK percentages

%1.69
%10.73
%0
%30.59

Codes

Color #AE9EB1 in popluar color models

AE9EB1
RGB174158177
HSL291°10.86%65.69%
HSB/HSV291°10.73%69.41%
CMYK1.69%10.73%0.00%
30.59%

Color #AE9EB1 in popluar number systems.

HEXAE9EB1
Decimal174158177
Binary101011101001111010110001
Octal256236261

Shades and tints

Shades of #AE9EB1

#AE9EB1
(174,158,177)
#9F90A1
(159,144,161)
#908291
(144,130,145)
#817481
(129,116,129)
#726671
(114,102,113)
#635861
(99,88,97)
#544A51
(84,74,81)
#453C41
(69,60,65)
#362E31
(54,46,49)
#272021
(39,32,33)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AE9EB1

#AE9EB1
(174,158,177)
#B5A6B8
(181,166,184)
#BCAEBF
(188,174,191)
#C3B6C6
(195,182,198)
#CABECD
(202,190,205)
#D1C6D4
(209,198,212)
#D8CEDB
(216,206,219)
#DFD6E2
(223,214,226)
#E6DEE9
(230,222,233)
#EDE6F0
(237,230,240)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9EB1; }

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

This text font color is #AE9EB1.


Background Color

.myBgColor { background-color: #AE9EB1; }

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

This div background color is #AE9EB1.


Border color

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

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

This div border color is #AE9EB1.


Opacity

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

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

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

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

This text has shadow with #AE9EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9EB1 on black background.


Color preview on white background

This text has color #AE9EB1 on white background.



Black color preview on #AE9EB1 background

This text has black color on #AE9EB1 background.


White color preview on #AE9EB1 background

This text has white color on #AE9EB1 background.