COLOR #AE9AB6

HEX: #AE9AB6
RGB: (174,154,182)

Color info

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

RGB color model

#AE9AB6 color RGB value is (174,154,182).

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

RGB channels and saturation

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

174
154
182

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

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 182 = 510 (100%)
R 174 of 510 ~ 34.12%
G 154 of 510 ~ 30.2%
B 182 of 510 ~ 35.69%

%34.12
%30.2
%35.69

CMYK color model

#AE9AB6 color CMYK value is (4,15,0,29).

  • cyan value is 4.40%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(4,15,0,29)
C4M15Y0K29 
(4%,15%,0%,29%)
(0.04/0.15/0.00/0.29)	

CMYK percentages

%4.4
%15.38
%0
%28.63

Codes

Color #AE9AB6 in popluar color models

AE9AB6
RGB174154182
HSL283°16.09%65.88%
HSB/HSV283°15.38%71.37%
CMYK4.40%15.38%0.00%
28.63%

Color #AE9AB6 in popluar number systems.

HEXAE9AB6
Decimal174154182
Binary101011101001101010110110
Octal256232266

Shades and tints

Shades of #AE9AB6

#AE9AB6
(174,154,182)
#9F8CA6
(159,140,166)
#907E96
(144,126,150)
#817086
(129,112,134)
#726276
(114,98,118)
#635466
(99,84,102)
#544656
(84,70,86)
#453846
(69,56,70)
#362A36
(54,42,54)
#271C26
(39,28,38)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #AE9AB6

#AE9AB6
(174,154,182)
#B5A3BC
(181,163,188)
#BCACC2
(188,172,194)
#C3B5C8
(195,181,200)
#CABECE
(202,190,206)
#D1C7D4
(209,199,212)
#D8D0DA
(216,208,218)
#DFD9E0
(223,217,224)
#E6E2E6
(230,226,230)
#EDEBEC
(237,235,236)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9AB6; }

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

This text font color is #AE9AB6.


Background Color

.myBgColor { background-color: #AE9AB6; }

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

This div background color is #AE9AB6.


Border color

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

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

This div border color is #AE9AB6.


Opacity

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

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

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

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

This text has shadow with #AE9AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9AB6 on black background.


Color preview on white background

This text has color #AE9AB6 on white background.



Black color preview on #AE9AB6 background

This text has black color on #AE9AB6 background.


White color preview on #AE9AB6 background

This text has white color on #AE9AB6 background.