COLOR #AE9AB9

HEX: #AE9AB9
RGB: (174,154,185)

Color info

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

RGB color model

#AE9AB9 color RGB value is (174,154,185).

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

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 185 of 255 = 73%

174
154
185

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

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 185 = 513 (100%)
R 174 of 513 ~ 33.92%
G 154 of 513 ~ 30.02%
B 185 of 513 ~ 36.06%

%33.92
%30.02
%36.06

CMYK color model

#AE9AB9 color CMYK value is (6,17,0,27).

  • cyan value is 5.95%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,17,0,27)
C6M17Y0K27 
(6%,17%,0%,27%)
(0.06/0.17/0.00/0.27)	

CMYK percentages

%5.95
%16.76
%0
%27.45

Codes

Color #AE9AB9 in popluar color models

AE9AB9
RGB174154185
HSL279°18.13%66.47%
HSB/HSV279°16.76%72.55%
CMYK5.95%16.76%0.00%
27.45%

Color #AE9AB9 in popluar number systems.

HEXAE9AB9
Decimal174154185
Binary101011101001101010111001
Octal256232271

Shades and tints

Shades of #AE9AB9

#AE9AB9
(174,154,185)
#9F8CA9
(159,140,169)
#907E99
(144,126,153)
#817089
(129,112,137)
#726279
(114,98,121)
#635469
(99,84,105)
#544659
(84,70,89)
#453849
(69,56,73)
#362A39
(54,42,57)
#271C29
(39,28,41)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #AE9AB9

#AE9AB9
(174,154,185)
#B5A3BF
(181,163,191)
#BCACC5
(188,172,197)
#C3B5CB
(195,181,203)
#CABED1
(202,190,209)
#D1C7D7
(209,199,215)
#D8D0DD
(216,208,221)
#DFD9E3
(223,217,227)
#E6E2E9
(230,226,233)
#EDEBEF
(237,235,239)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9AB9; }

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

This text font color is #AE9AB9.


Background Color

.myBgColor { background-color: #AE9AB9; }

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

This div background color is #AE9AB9.


Border color

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

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

This div border color is #AE9AB9.


Opacity

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

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

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

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

This text has shadow with #AE9AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9AB9 on black background.


Color preview on white background

This text has color #AE9AB9 on white background.



Black color preview on #AE9AB9 background

This text has black color on #AE9AB9 background.


White color preview on #AE9AB9 background

This text has white color on #AE9AB9 background.