COLOR #AB8A90

HEX: #AB8A90
RGB: (171,138,144)

Color info

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

RGB color model

#AB8A90 color RGB value is (171,138,144).

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

RGB channels and saturation

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

171
138
144

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

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 144 = 453 (100%)
R 171 of 453 ~ 37.75%
G 138 of 453 ~ 30.46%
B 144 of 453 ~ 31.79%

%37.75
%30.46
%31.79

CMYK color model

#AB8A90 color CMYK value is (0,19,16,33).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(0,19,16,33)
C0M19Y16K33 
(0%,19%,16%,33%)
(0.00/0.19/0.16/0.33)	

CMYK percentages

%0
%19.3
%15.79
%32.94

Codes

Color #AB8A90 in popluar color models

AB8A90
RGB171138144
HSL349°16.42%60.59%
HSB/HSV349°19.30%67.06%
CMYK0.00%19.30%15.79%
32.94%

Color #AB8A90 in popluar number systems.

HEXAB8A90
Decimal171138144
Binary101010111000101010010000
Octal253212220

Shades and tints

Shades of #AB8A90

#AB8A90
(171,138,144)
#9C7E83
(156,126,131)
#8D7276
(141,114,118)
#7E6669
(126,102,105)
#6F5A5C
(111,90,92)
#604E4F
(96,78,79)
#514242
(81,66,66)
#423635
(66,54,53)
#332A28
(51,42,40)
#241E1B
(36,30,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #AB8A90

#AB8A90
(171,138,144)
#B2949A
(178,148,154)
#B99EA4
(185,158,164)
#C0A8AE
(192,168,174)
#C7B2B8
(199,178,184)
#CEBCC2
(206,188,194)
#D5C6CC
(213,198,204)
#DCD0D6
(220,208,214)
#E3DAE0
(227,218,224)
#EAE4EA
(234,228,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8A90; }

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

This text font color is #AB8A90.


Background Color

.myBgColor { background-color: #AB8A90; }

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

This div background color is #AB8A90.


Border color

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

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

This div border color is #AB8A90.


Opacity

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

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

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

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

This text has shadow with #AB8A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8A90 on black background.


Color preview on white background

This text has color #AB8A90 on white background.



Black color preview on #AB8A90 background

This text has black color on #AB8A90 background.


White color preview on #AB8A90 background

This text has white color on #AB8A90 background.