COLOR #AE8BA6

HEX: #AE8BA6
RGB: (174,139,166)

Color info

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

RGB color model

#AE8BA6 color RGB value is (174,139,166).

  • red value is 174;
  • green value is 139;
  • blue value is 166.
RGB:
(174,139,166)
(68%,55%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 166 of 255 = 65%

174
139
166

R + G + B ~ 63%. #AE8BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 139 + 166 = 479 (100%)
R 174 of 479 ~ 36.33%
G 139 of 479 ~ 29.02%
B 166 of 479 ~ 34.66%

%36.33
%29.02
%34.66

CMYK color model

#AE8BA6 color CMYK value is (0,20,5,32).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(0,20,5,32)
C0M20Y5K32 
(0%,20%,5%,32%)
(0.00/0.20/0.05/0.32)	

CMYK percentages

%0
%20.11
%4.6
%31.76

Codes

Color #AE8BA6 in popluar color models

AE8BA6
RGB174139166
HSL314°17.77%61.37%
HSB/HSV314°20.11%68.24%
CMYK0.00%20.11%4.60%
31.76%

Color #AE8BA6 in popluar number systems.

HEXAE8BA6
Decimal174139166
Binary101011101000101110100110
Octal256213246

Shades and tints

Shades of #AE8BA6

#AE8BA6
(174,139,166)
#9F7F97
(159,127,151)
#907388
(144,115,136)
#816779
(129,103,121)
#725B6A
(114,91,106)
#634F5B
(99,79,91)
#54434C
(84,67,76)
#45373D
(69,55,61)
#362B2E
(54,43,46)
#271F1F
(39,31,31)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AE8BA6

#AE8BA6
(174,139,166)
#B595AE
(181,149,174)
#BC9FB6
(188,159,182)
#C3A9BE
(195,169,190)
#CAB3C6
(202,179,198)
#D1BDCE
(209,189,206)
#D8C7D6
(216,199,214)
#DFD1DE
(223,209,222)
#E6DBE6
(230,219,230)
#EDE5EE
(237,229,238)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8BA6 color. Also use rgb(174,139,166) instead hex code.

Text Font Color

.myTextColor { color: #AE8BA6; }

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

This text font color is #AE8BA6.


Background Color

.myBgColor { background-color: #AE8BA6; }

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

This div background color is #AE8BA6.


Border color

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

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

This div border color is #AE8BA6.


Opacity

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

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

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

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

This text has shadow with #AE8BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8BA6 on black background.


Color preview on white background

This text has color #AE8BA6 on white background.



Black color preview on #AE8BA6 background

This text has black color on #AE8BA6 background.


White color preview on #AE8BA6 background

This text has white color on #AE8BA6 background.