COLOR #AE9AB4

HEX: #AE9AB4
RGB: (174,154,180)

Color info

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

RGB color model

#AE9AB4 color RGB value is (174,154,180).

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

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 180 of 255 = 71%

174
154
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 180 = 508 (100%)
R 174 of 508 ~ 34.25%
G 154 of 508 ~ 30.31%
B 180 of 508 ~ 35.43%

%34.25
%30.31
%35.43

CMYK color model

#AE9AB4 color CMYK value is (3,14,0,29).

  • cyan value is 3.33%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(3,14,0,29)
C3M14Y0K29 
(3%,14%,0%,29%)
(0.03/0.14/0.00/0.29)	

CMYK percentages

%3.33
%14.44
%0
%29.41

Codes

Color #AE9AB4 in popluar color models

AE9AB4
RGB174154180
HSL286°14.77%65.49%
HSB/HSV286°14.44%70.59%
CMYK3.33%14.44%0.00%
29.41%

Color #AE9AB4 in popluar number systems.

HEXAE9AB4
Decimal174154180
Binary101011101001101010110100
Octal256232264

Shades and tints

Shades of #AE9AB4

#AE9AB4
(174,154,180)
#9F8CA4
(159,140,164)
#907E94
(144,126,148)
#817084
(129,112,132)
#726274
(114,98,116)
#635464
(99,84,100)
#544654
(84,70,84)
#453844
(69,56,68)
#362A34
(54,42,52)
#271C24
(39,28,36)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #AE9AB4

#AE9AB4
(174,154,180)
#B5A3BA
(181,163,186)
#BCACC0
(188,172,192)
#C3B5C6
(195,181,198)
#CABECC
(202,190,204)
#D1C7D2
(209,199,210)
#D8D0D8
(216,208,216)
#DFD9DE
(223,217,222)
#E6E2E4
(230,226,228)
#EDEBEA
(237,235,234)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9AB4; }

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

This text font color is #AE9AB4.


Background Color

.myBgColor { background-color: #AE9AB4; }

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

This div background color is #AE9AB4.


Border color

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

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

This div border color is #AE9AB4.


Opacity

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

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

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

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

This text has shadow with #AE9AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9AB4 on black background.


Color preview on white background

This text has color #AE9AB4 on white background.



Black color preview on #AE9AB4 background

This text has black color on #AE9AB4 background.


White color preview on #AE9AB4 background

This text has white color on #AE9AB4 background.