COLOR #AB988D

HEX: #AB988D
RGB: (171,152,141)

Color info

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

RGB color model

#AB988D color RGB value is (171,152,141).

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

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 141 of 255 = 55%

171
152
141

R + G + B ~ 61%. #AB988D is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 141 = 464 (100%)
R 171 of 464 ~ 36.85%
G 152 of 464 ~ 32.76%
B 141 of 464 ~ 30.39%

%36.85
%32.76
%30.39

CMYK color model

#AB988D color CMYK value is (0,11,18,33).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(0,11,18,33)
C0M11Y18K33 
(0%,11%,18%,33%)
(0.00/0.11/0.18/0.33)	

CMYK percentages

%0
%11.11
%17.54
%32.94

Codes

Color #AB988D in popluar color models

AB988D
RGB171152141
HSL22°15.15%61.18%
HSB/HSV22°17.54%67.06%
CMYK0.00%11.11%17.54%
32.94%

Color #AB988D in popluar number systems.

HEXAB988D
Decimal171152141
Binary101010111001100010001101
Octal253230215

Shades and tints

Shades of #AB988D

#AB988D
(171,152,141)
#9C8B81
(156,139,129)
#8D7E75
(141,126,117)
#7E7169
(126,113,105)
#6F645D
(111,100,93)
#605751
(96,87,81)
#514A45
(81,74,69)
#423D39
(66,61,57)
#33302D
(51,48,45)
#242321
(36,35,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #AB988D

#AB988D
(171,152,141)
#B2A197
(178,161,151)
#B9AAA1
(185,170,161)
#C0B3AB
(192,179,171)
#C7BCB5
(199,188,181)
#CEC5BF
(206,197,191)
#D5CEC9
(213,206,201)
#DCD7D3
(220,215,211)
#E3E0DD
(227,224,221)
#EAE9E7
(234,233,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB988D; }

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

This text font color is #AB988D.


Background Color

.myBgColor { background-color: #AB988D; }

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

This div background color is #AB988D.


Border color

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

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

This div border color is #AB988D.


Opacity

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

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

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

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

This text has shadow with #AB988D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB988D on black background.


Color preview on white background

This text has color #AB988D on white background.



Black color preview on #AB988D background

This text has black color on #AB988D background.


White color preview on #AB988D background

This text has white color on #AB988D background.