COLOR #AB8990

HEX: #AB8990
RGB: (171,137,144)

Color info

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

RGB color model

#AB8990 color RGB value is (171,137,144).

  • red value is 171;
  • green value is 137;
  • blue value is 144.
RGB:
(171,137,144)
(67%,54%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 144 of 255 = 56%

171
137
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 144 = 452 (100%)
R 171 of 452 ~ 37.83%
G 137 of 452 ~ 30.31%
B 144 of 452 ~ 31.86%

%37.83
%30.31
%31.86

CMYK color model

#AB8990 color CMYK value is (0,20,16,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,20,16,33)
C0M20Y16K33 
(0%,20%,16%,33%)
(0.00/0.20/0.16/0.33)	

CMYK percentages

%0
%19.88
%15.79
%32.94

Codes

Color #AB8990 in popluar color models

AB8990
RGB171137144
HSL348°16.83%60.39%
HSB/HSV348°19.88%67.06%
CMYK0.00%19.88%15.79%
32.94%

Color #AB8990 in popluar number systems.

HEXAB8990
Decimal171137144
Binary101010111000100110010000
Octal253211220

Shades and tints

Shades of #AB8990

#AB8990
(171,137,144)
#9C7D83
(156,125,131)
#8D7176
(141,113,118)
#7E6569
(126,101,105)
#6F595C
(111,89,92)
#604D4F
(96,77,79)
#514142
(81,65,66)
#423535
(66,53,53)
#332928
(51,41,40)
#241D1B
(36,29,27)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #AB8990

#AB8990
(171,137,144)
#B2939A
(178,147,154)
#B99DA4
(185,157,164)
#C0A7AE
(192,167,174)
#C7B1B8
(199,177,184)
#CEBBC2
(206,187,194)
#D5C5CC
(213,197,204)
#DCCFD6
(220,207,214)
#E3D9E0
(227,217,224)
#EAE3EA
(234,227,234)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8990 color. Also use rgb(171,137,144) instead hex code.

Text Font Color

.myTextColor { color: #AB8990; }

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

This text font color is #AB8990.


Background Color

.myBgColor { background-color: #AB8990; }

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

This div background color is #AB8990.


Border color

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

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

This div border color is #AB8990.


Opacity

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

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

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

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

This text has shadow with #AB8990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8990 on black background.


Color preview on white background

This text has color #AB8990 on white background.



Black color preview on #AB8990 background

This text has black color on #AB8990 background.


White color preview on #AB8990 background

This text has white color on #AB8990 background.