COLOR #AE9AB8

HEX: #AE9AB8 RGB: (174,154,184)

Color info

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

RGB color model

#AE9AB8 color RGB value is (174,154,184).

RGB: (174,154,184) (68%, 60%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 184 of 255 = 72%

174
154
184

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

Portions of RGB colors in percentages

R + G + B = 174 + 154 + 184 = 512 (100%)
R 174 of 512 ~ 33.98%
G 154 of 512 ~ 30.08%
B 184 of 512 ~ 35.94'%

%33.98
%30.08
%35.94

CMYK color model

#AE9AB8 color CMYK value is (5,16,0,28).

  • cyan value is 5.43%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (5,16,0,28)
C5M16Y0K28 (5%, 16%, 0%, 28%)
(0.05 / 0.16 / 0.00 / 0.28)

CMYK percentages

%5.43
%16.3
%0
%27.84

Codes

Color #AE9AB8 in popluar color models

AE 9A B8
RGB 174 154 184
HSL 280° 17.44% 66.27%
HSB/HSV 280° 16.30% 72.16%
CMYK 5.43% 16.30% 0.00%
27.84%

Color #AE9AB8 in popluar number systems.

HEX AE 9A B8
Decimal 174 154 184
Binary 10101110 10011010 10111000
Octal 256 232 270

Shades and tints

Shades of #AE9AB8

#AE9AB8
(174,154,184)
#9F8CA8
(159,140,168)
#907E98
(144,126,152)
#817088
(129,112,136)
#726278
(114,98,120)
#635468
(99,84,104)
#544658
(84,70,88)
#453848
(69,56,72)
#362A38
(54,42,56)
#271C28
(39,28,40)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #AE9AB8

#AE9AB8
(174,154,184)
#B5A3BE
(181,163,190)
#BCACC4
(188,172,196)
#C3B5CA
(195,181,202)
#CABED0
(202,190,208)
#D1C7D6
(209,199,214)
#D8D0DC
(216,208,220)
#DFD9E2
(223,217,226)
#E6E2E8
(230,226,232)
#EDEBEE
(237,235,238)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9AB8; }

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

This text font color is #AE9AB8.

Background Color

.myBgColor { background-color: #AE9AB8; }

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

This div background color is #AE9AB8.

Border color

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

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

This div border color is #AE9AB8.

Opacity

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

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

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

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

This text has shadow with #AE9AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9AB8.

Preview

Color preview on black background

This text has color #AE9AB8 on black background.


Color preview on white background

This text has color #AE9AB8 on white background.


Black color preview on #AE9AB8 background

This text has black color on #AE9AB8 background.


White color preview on #AE9AB8 background

This text has white color on #AE9AB8 background.


Related colors

Complementary color

Complementary color for #hex is #516547.


I love getcolorcode.com

Triadic colors

1 #B8AE9A and #9AB8AE with #AE9AB8 are triadic colors.

2 #B89AAE and #9AAEB8 with #AE9AB8 are triadic colors.