COLOR #AB888C

HEX: #AB888C
RGB: (171,136,140)

Color info

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

RGB color model

#AB888C color RGB value is (171,136,140).

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

RGB channels and saturation

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

171
136
140

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

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 140 = 447 (100%)
R 171 of 447 ~ 38.26%
G 136 of 447 ~ 30.43%
B 140 of 447 ~ 31.32%

%38.26
%30.43
%31.32

CMYK color model

#AB888C color CMYK value is (0,20,18,33).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 18.13%
  • key color value is 32.94%
CMYK:
(0,20,18,33)
C0M20Y18K33 
(0%,20%,18%,33%)
(0.00/0.20/0.18/0.33)	

CMYK percentages

%0
%20.47
%18.13
%32.94

Codes

Color #AB888C in popluar color models

AB888C
RGB171136140
HSL353°17.24%60.20%
HSB/HSV353°20.47%67.06%
CMYK0.00%20.47%18.13%
32.94%

Color #AB888C in popluar number systems.

HEXAB888C
Decimal171136140
Binary101010111000100010001100
Octal253210214

Shades and tints

Shades of #AB888C

#AB888C
(171,136,140)
#9C7C80
(156,124,128)
#8D7074
(141,112,116)
#7E6468
(126,100,104)
#6F585C
(111,88,92)
#604C50
(96,76,80)
#514044
(81,64,68)
#423438
(66,52,56)
#33282C
(51,40,44)
#241C20
(36,28,32)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB888C

#AB888C
(171,136,140)
#B29296
(178,146,150)
#B99CA0
(185,156,160)
#C0A6AA
(192,166,170)
#C7B0B4
(199,176,180)
#CEBABE
(206,186,190)
#D5C4C8
(213,196,200)
#DCCED2
(220,206,210)
#E3D8DC
(227,216,220)
#EAE2E6
(234,226,230)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB888C; }

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

This text font color is #AB888C.


Background Color

.myBgColor { background-color: #AB888C; }

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

This div background color is #AB888C.


Border color

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

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

This div border color is #AB888C.


Opacity

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

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

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

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

This text has shadow with #AB888C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB888C on black background.


Color preview on white background

This text has color #AB888C on white background.



Black color preview on #AB888C background

This text has black color on #AB888C background.


White color preview on #AB888C background

This text has white color on #AB888C background.