COLOR #AB888D

HEX: #AB888D
RGB: (171,136,141)

Color info

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

RGB color model

#AB888D color RGB value is (171,136,141).

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

RGB channels and saturation

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

171
136
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 141 = 448 (100%)
R 171 of 448 ~ 38.17%
G 136 of 448 ~ 30.36%
B 141 of 448 ~ 31.47%

%38.17
%30.36
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 17.54%
  • 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
%17.54
%32.94

Codes

Color #AB888D in popluar color models

AB888D
RGB171136141
HSL351°17.24%60.20%
HSB/HSV351°20.47%67.06%
CMYK0.00%20.47%17.54%
32.94%

Color #AB888D in popluar number systems.

HEXAB888D
Decimal171136141
Binary101010111000100010001101
Octal253210215

Shades and tints

Shades of #AB888D

#AB888D
(171,136,141)
#9C7C81
(156,124,129)
#8D7075
(141,112,117)
#7E6469
(126,100,105)
#6F585D
(111,88,93)
#604C51
(96,76,81)
#514045
(81,64,69)
#423439
(66,52,57)
#33282D
(51,40,45)
#241C21
(36,28,33)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #AB888D

#AB888D
(171,136,141)
#B29297
(178,146,151)
#B99CA1
(185,156,161)
#C0A6AB
(192,166,171)
#C7B0B5
(199,176,181)
#CEBABF
(206,186,191)
#D5C4C9
(213,196,201)
#DCCED3
(220,206,211)
#E3D8DD
(227,216,221)
#EAE2E7
(234,226,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB888D; }

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

This text font color is #AB888D.


Background Color

.myBgColor { background-color: #AB888D; }

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

This div background color is #AB888D.


Border color

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

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

This div border color is #AB888D.


Opacity

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

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

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

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

This text has shadow with #AB888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB888D on black background.


Color preview on white background

This text has color #AB888D on white background.



Black color preview on #AB888D background

This text has black color on #AB888D background.


White color preview on #AB888D background

This text has white color on #AB888D background.