COLOR #AB8495

HEX: #AB8495
RGB: (171,132,149)

Color info

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

RGB color model

#AB8495 color RGB value is (171,132,149).

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

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 149 of 255 = 58%

171
132
149

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

Portions of RGB colors in percentages

R + G + B =
171 + 132 + 149 = 452 (100%)
R 171 of 452 ~ 37.83%
G 132 of 452 ~ 29.2%
B 149 of 452 ~ 32.96%

%37.83
%29.2
%32.96

CMYK color model

#AB8495 color CMYK value is (0,23,13,33).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(0,23,13,33)
C0M23Y13K33 
(0%,23%,13%,33%)
(0.00/0.23/0.13/0.33)	

CMYK percentages

%0
%22.81
%12.87
%32.94

Codes

Color #AB8495 in popluar color models

AB8495
RGB171132149
HSL334°18.84%59.41%
HSB/HSV334°22.81%67.06%
CMYK0.00%22.81%12.87%
32.94%

Color #AB8495 in popluar number systems.

HEXAB8495
Decimal171132149
Binary101010111000010010010101
Octal253204225

Shades and tints

Shades of #AB8495

#AB8495
(171,132,149)
#9C7888
(156,120,136)
#8D6C7B
(141,108,123)
#7E606E
(126,96,110)
#6F5461
(111,84,97)
#604854
(96,72,84)
#513C47
(81,60,71)
#42303A
(66,48,58)
#33242D
(51,36,45)
#241820
(36,24,32)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #AB8495

#AB8495
(171,132,149)
#B28F9E
(178,143,158)
#B99AA7
(185,154,167)
#C0A5B0
(192,165,176)
#C7B0B9
(199,176,185)
#CEBBC2
(206,187,194)
#D5C6CB
(213,198,203)
#DCD1D4
(220,209,212)
#E3DCDD
(227,220,221)
#EAE7E6
(234,231,230)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8495; }

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

This text font color is #AB8495.


Background Color

.myBgColor { background-color: #AB8495; }

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

This div background color is #AB8495.


Border color

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

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

This div border color is #AB8495.


Opacity

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

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

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

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

This text has shadow with #AB8495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8495 on black background.


Color preview on white background

This text has color #AB8495 on white background.



Black color preview on #AB8495 background

This text has black color on #AB8495 background.


White color preview on #AB8495 background

This text has white color on #AB8495 background.