COLOR #AB8B88

HEX: #AB8B88
RGB: (171,139,136)

Color info

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

RGB color model

#AB8B88 color RGB value is (171,139,136).

  • red value is 171;
  • green value is 139;
  • blue value is 136.
RGB:
(171,139,136)
(67%,55%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 136 of 255 = 53%

171
139
136

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

Portions of RGB colors in percentages

R + G + B =
171 + 139 + 136 = 446 (100%)
R 171 of 446 ~ 38.34%
G 139 of 446 ~ 31.17%
B 136 of 446 ~ 30.49%

%38.34
%31.17
%30.49

CMYK color model

#AB8B88 color CMYK value is (0,19,20,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK:
(0,19,20,33)
C0M19Y20K33 
(0%,19%,20%,33%)
(0.00/0.19/0.20/0.33)	

CMYK percentages

%0
%18.71
%20.47
%32.94

Codes

Color #AB8B88 in popluar color models

AB8B88
RGB171139136
HSL17.24%60.20%
HSB/HSV20.47%67.06%
CMYK0.00%18.71%20.47%
32.94%

Color #AB8B88 in popluar number systems.

HEXAB8B88
Decimal171139136
Binary101010111000101110001000
Octal253213210

Shades and tints

Shades of #AB8B88

#AB8B88
(171,139,136)
#9C7F7C
(156,127,124)
#8D7370
(141,115,112)
#7E6764
(126,103,100)
#6F5B58
(111,91,88)
#604F4C
(96,79,76)
#514340
(81,67,64)
#423734
(66,55,52)
#332B28
(51,43,40)
#241F1C
(36,31,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #AB8B88

#AB8B88
(171,139,136)
#B29592
(178,149,146)
#B99F9C
(185,159,156)
#C0A9A6
(192,169,166)
#C7B3B0
(199,179,176)
#CEBDBA
(206,189,186)
#D5C7C4
(213,199,196)
#DCD1CE
(220,209,206)
#E3DBD8
(227,219,216)
#EAE5E2
(234,229,226)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8B88 color. Also use rgb(171,139,136) instead hex code.

Text Font Color

.myTextColor { color: #AB8B88; }

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

This text font color is #AB8B88.


Background Color

.myBgColor { background-color: #AB8B88; }

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

This div background color is #AB8B88.


Border color

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

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

This div border color is #AB8B88.


Opacity

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

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

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

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

This text has shadow with #AB8B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8B88 on black background.


Color preview on white background

This text has color #AB8B88 on white background.



Black color preview on #AB8B88 background

This text has black color on #AB8B88 background.


White color preview on #AB8B88 background

This text has white color on #AB8B88 background.