COLOR #AB987D

HEX: #AB987D
RGB: (171,152,125)

Color info

#AB987D contains red, green and blue colors in about the same proportion. Web safe color of #AB987D is #999966 (or #996).

RGB color model

#AB987D color RGB value is (171,152,125).

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

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 125 of 255 = 49%

171
152
125

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

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 125 = 448 (100%)
R 171 of 448 ~ 38.17%
G 152 of 448 ~ 33.93%
B 125 of 448 ~ 27.9%

%38.17
%33.93
%27.9

CMYK color model

#AB987D color CMYK value is (0,11,27,33).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(0,11,27,33)
C0M11Y27K33 
(0%,11%,27%,33%)
(0.00/0.11/0.27/0.33)	

CMYK percentages

%0
%11.11
%26.9
%32.94

Codes

Color #AB987D in popluar color models

AB987D
RGB171152125
HSL35°21.50%58.04%
HSB/HSV35°26.90%67.06%
CMYK0.00%11.11%26.90%
32.94%

Color #AB987D in popluar number systems.

HEXAB987D
Decimal171152125
Binary10101011100110001111101
Octal253230175

Shades and tints

Shades of #AB987D

#AB987D
(171,152,125)
#9C8B72
(156,139,114)
#8D7E67
(141,126,103)
#7E715C
(126,113,92)
#6F6451
(111,100,81)
#605746
(96,87,70)
#514A3B
(81,74,59)
#423D30
(66,61,48)
#333025
(51,48,37)
#24231A
(36,35,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #AB987D

#AB987D
(171,152,125)
#B2A188
(178,161,136)
#B9AA93
(185,170,147)
#C0B39E
(192,179,158)
#C7BCA9
(199,188,169)
#CEC5B4
(206,197,180)
#D5CEBF
(213,206,191)
#DCD7CA
(220,215,202)
#E3E0D5
(227,224,213)
#EAE9E0
(234,233,224)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB987D; }

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

This text font color is #AB987D.


Background Color

.myBgColor { background-color: #AB987D; }

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

This div background color is #AB987D.


Border color

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

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

This div border color is #AB987D.


Opacity

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

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

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

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

This text has shadow with #AB987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB987D on black background.


Color preview on white background

This text has color #AB987D on white background.



Black color preview on #AB987D background

This text has black color on #AB987D background.


White color preview on #AB987D background

This text has white color on #AB987D background.