COLOR #AE8B9B

HEX: #AE8B9B
RGB: (174,139,155)

Color info

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

RGB color model

#AE8B9B color RGB value is (174,139,155).

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

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 155 of 255 = 61%

174
139
155

R + G + B ~ 61%. #AE8B9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 139 + 155 = 468 (100%)
R 174 of 468 ~ 37.18%
G 139 of 468 ~ 29.7%
B 155 of 468 ~ 33.12%

%37.18
%29.7
%33.12

CMYK color model

#AE8B9B color CMYK value is (0,20,11,32).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(0,20,11,32)
C0M20Y11K32 
(0%,20%,11%,32%)
(0.00/0.20/0.11/0.32)	

CMYK percentages

%0
%20.11
%10.92
%31.76

Codes

Color #AE8B9B in popluar color models

AE8B9B
RGB174139155
HSL333°17.77%61.37%
HSB/HSV333°20.11%68.24%
CMYK0.00%20.11%10.92%
31.76%

Color #AE8B9B in popluar number systems.

HEXAE8B9B
Decimal174139155
Binary101011101000101110011011
Octal256213233

Shades and tints

Shades of #AE8B9B

#AE8B9B
(174,139,155)
#9F7F8D
(159,127,141)
#90737F
(144,115,127)
#816771
(129,103,113)
#725B63
(114,91,99)
#634F55
(99,79,85)
#544347
(84,67,71)
#453739
(69,55,57)
#362B2B
(54,43,43)
#271F1D
(39,31,29)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AE8B9B

#AE8B9B
(174,139,155)
#B595A4
(181,149,164)
#BC9FAD
(188,159,173)
#C3A9B6
(195,169,182)
#CAB3BF
(202,179,191)
#D1BDC8
(209,189,200)
#D8C7D1
(216,199,209)
#DFD1DA
(223,209,218)
#E6DBE3
(230,219,227)
#EDE5EC
(237,229,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8B9B; }

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

This text font color is #AE8B9B.


Background Color

.myBgColor { background-color: #AE8B9B; }

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

This div background color is #AE8B9B.


Border color

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

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

This div border color is #AE8B9B.


Opacity

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

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

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

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

This text has shadow with #AE8B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8B9B on black background.


Color preview on white background

This text has color #AE8B9B on white background.



Black color preview on #AE8B9B background

This text has black color on #AE8B9B background.


White color preview on #AE8B9B background

This text has white color on #AE8B9B background.