COLOR #AB8492

HEX: #AB8492
RGB: (171,132,146)

Color info

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

RGB color model

#AB8492 color RGB value is (171,132,146).

  • red value is 171;
  • green value is 132;
  • blue value is 146.
RGB:
(171,132,146)
(67%,52%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 146 of 255 = 57%

171
132
146

R + G + B ~ 59%. #AB8492 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 132 + 146 = 449 (100%)
R 171 of 449 ~ 38.08%
G 132 of 449 ~ 29.4%
B 146 of 449 ~ 32.52%

%38.08
%29.4
%32.52

CMYK color model

#AB8492 color CMYK value is (0,23,15,33).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 14.62%
  • key color value is 32.94%
CMYK:
(0,23,15,33)
C0M23Y15K33 
(0%,23%,15%,33%)
(0.00/0.23/0.15/0.33)	

CMYK percentages

%0
%22.81
%14.62
%32.94

Codes

Color #AB8492 in popluar color models

AB8492
RGB171132146
HSL338°18.84%59.41%
HSB/HSV338°22.81%67.06%
CMYK0.00%22.81%14.62%
32.94%

Color #AB8492 in popluar number systems.

HEXAB8492
Decimal171132146
Binary101010111000010010010010
Octal253204222

Shades and tints

Shades of #AB8492

#AB8492
(171,132,146)
#9C7885
(156,120,133)
#8D6C78
(141,108,120)
#7E606B
(126,96,107)
#6F545E
(111,84,94)
#604851
(96,72,81)
#513C44
(81,60,68)
#423037
(66,48,55)
#33242A
(51,36,42)
#24181D
(36,24,29)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #AB8492

#AB8492
(171,132,146)
#B28F9B
(178,143,155)
#B99AA4
(185,154,164)
#C0A5AD
(192,165,173)
#C7B0B6
(199,176,182)
#CEBBBF
(206,187,191)
#D5C6C8
(213,198,200)
#DCD1D1
(220,209,209)
#E3DCDA
(227,220,218)
#EAE7E3
(234,231,227)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8492 color. Also use rgb(171,132,146) instead hex code.

Text Font Color

.myTextColor { color: #AB8492; }

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

This text font color is #AB8492.


Background Color

.myBgColor { background-color: #AB8492; }

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

This div background color is #AB8492.


Border color

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

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

This div border color is #AB8492.


Opacity

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

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

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

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

This text has shadow with #AB8492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8492 on black background.


Color preview on white background

This text has color #AB8492 on white background.



Black color preview on #AB8492 background

This text has black color on #AB8492 background.


White color preview on #AB8492 background

This text has white color on #AB8492 background.