COLOR #AE8BA7

HEX: #AE8BA7
RGB: (174,139,167)

Color info

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

RGB color model

#AE8BA7 color RGB value is (174,139,167).

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

RGB channels and saturation

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

174
139
167

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

Portions of RGB colors in percentages

R + G + B =
174 + 139 + 167 = 480 (100%)
R 174 of 480 ~ 36.25%
G 139 of 480 ~ 28.96%
B 167 of 480 ~ 34.79%

%36.25
%28.96
%34.79

CMYK color model

#AE8BA7 color CMYK value is (0,20,4,32).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 4.02%
  • key color value is 31.76%
CMYK:
(0,20,4,32)
C0M20Y4K32 
(0%,20%,4%,32%)
(0.00/0.20/0.04/0.32)	

CMYK percentages

%0
%20.11
%4.02
%31.76

Codes

Color #AE8BA7 in popluar color models

AE8BA7
RGB174139167
HSL312°17.77%61.37%
HSB/HSV312°20.11%68.24%
CMYK0.00%20.11%4.02%
31.76%

Color #AE8BA7 in popluar number systems.

HEXAE8BA7
Decimal174139167
Binary101011101000101110100111
Octal256213247

Shades and tints

Shades of #AE8BA7

#AE8BA7
(174,139,167)
#9F7F98
(159,127,152)
#907389
(144,115,137)
#81677A
(129,103,122)
#725B6B
(114,91,107)
#634F5C
(99,79,92)
#54434D
(84,67,77)
#45373E
(69,55,62)
#362B2F
(54,43,47)
#271F20
(39,31,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AE8BA7

#AE8BA7
(174,139,167)
#B595AF
(181,149,175)
#BC9FB7
(188,159,183)
#C3A9BF
(195,169,191)
#CAB3C7
(202,179,199)
#D1BDCF
(209,189,207)
#D8C7D7
(216,199,215)
#DFD1DF
(223,209,223)
#E6DBE7
(230,219,231)
#EDE5EF
(237,229,239)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8BA7; }

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

This text font color is #AE8BA7.


Background Color

.myBgColor { background-color: #AE8BA7; }

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

This div background color is #AE8BA7.


Border color

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

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

This div border color is #AE8BA7.


Opacity

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

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

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

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

This text has shadow with #AE8BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8BA7 on black background.


Color preview on white background

This text has color #AE8BA7 on white background.



Black color preview on #AE8BA7 background

This text has black color on #AE8BA7 background.


White color preview on #AE8BA7 background

This text has white color on #AE8BA7 background.