COLOR #AB8D90

HEX: #AB8D90
RGB: (171,141,144)

Color info

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

RGB color model

#AB8D90 color RGB value is (171,141,144).

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

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 144 of 255 = 56%

171
141
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 144 = 456 (100%)
R 171 of 456 ~ 37.5%
G 141 of 456 ~ 30.92%
B 144 of 456 ~ 31.58%

%37.5
%30.92
%31.58

CMYK color model

#AB8D90 color CMYK value is (0,18,16,33).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,18,16,33)
C0M18Y16K33 
(0%,18%,16%,33%)
(0.00/0.18/0.16/0.33)	

CMYK percentages

%0
%17.54
%15.79
%32.94

Codes

Color #AB8D90 in popluar color models

AB8D90
RGB171141144
HSL354°15.15%61.18%
HSB/HSV354°17.54%67.06%
CMYK0.00%17.54%15.79%
32.94%

Color #AB8D90 in popluar number systems.

HEXAB8D90
Decimal171141144
Binary101010111000110110010000
Octal253215220

Shades and tints

Shades of #AB8D90

#AB8D90
(171,141,144)
#9C8183
(156,129,131)
#8D7576
(141,117,118)
#7E6969
(126,105,105)
#6F5D5C
(111,93,92)
#60514F
(96,81,79)
#514542
(81,69,66)
#423935
(66,57,53)
#332D28
(51,45,40)
#24211B
(36,33,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #AB8D90

#AB8D90
(171,141,144)
#B2979A
(178,151,154)
#B9A1A4
(185,161,164)
#C0ABAE
(192,171,174)
#C7B5B8
(199,181,184)
#CEBFC2
(206,191,194)
#D5C9CC
(213,201,204)
#DCD3D6
(220,211,214)
#E3DDE0
(227,221,224)
#EAE7EA
(234,231,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8D90; }

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

This text font color is #AB8D90.


Background Color

.myBgColor { background-color: #AB8D90; }

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

This div background color is #AB8D90.


Border color

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

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

This div border color is #AB8D90.


Opacity

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

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

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

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

This text has shadow with #AB8D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8D90 on black background.


Color preview on white background

This text has color #AB8D90 on white background.



Black color preview on #AB8D90 background

This text has black color on #AB8D90 background.


White color preview on #AB8D90 background

This text has white color on #AB8D90 background.