COLOR #987B71

HEX: #987B71
RGB: (152,123,113)

Color info

#987B71 contains red, green and blue colors in about the same proportion. Web safe color of #987B71 is #996666 (or #966).

RGB color model

#987B71 color RGB value is (152,123,113).

  • red value is 152;
  • green value is 123;
  • blue value is 113.
RGB: (152,123,113) (60%,48%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 123 of 255 = 48%
B 113 of 255 = 44%

152
123
113

R + G + B ~ 51%. #987B71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 123 + 113 = 388 (100%)
R 152 of 388 ~ 39.18%
G 123 of 388 ~ 31.7%
B 113 of 388 ~ 29.12%

%39.18
%31.7
%29.12

CMYK color model

#987B71 color CMYK value is (0,19,26,40).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK: (0,19,26,40) C0M19Y26K40 (0%,19%,26%,40%) (0.00/0.19/0.26/0.40)

CMYK percentages

%0
%19.08
%25.66
%40.39

Codes

Color #987B71 in popluar color models

987B71
RGB152123113
HSL15°15.92%51.96%
HSB/HSV15°25.66%59.61%
CMYK0.00%19.08%25.66%
40.39%

Color #987B71 in popluar number systems.

HEX987B71
Decimal152123113
Binary1001100011110111110001
Octal230173161

Shades and tints

Shades of #987B71

#987B71
(152,123,113)
#8B7067
(139,112,103)
#7E655D
(126,101,93)
#715A53
(113,90,83)
#644F49
(100,79,73)
#57443F
(87,68,63)
#4A3935
(74,57,53)
#3D2E2B
(61,46,43)
#302321
(48,35,33)
#231817
(35,24,23)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #987B71

#987B71
(152,123,113)
#A1877D
(161,135,125)
#AA9389
(170,147,137)
#B39F95
(179,159,149)
#BCABA1
(188,171,161)
#C5B7AD
(197,183,173)
#CEC3B9
(206,195,185)
#D7CFC5
(215,207,197)
#E0DBD1
(224,219,209)
#E9E7DD
(233,231,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987B71 color. Also use rgb(152,123,113) instead hex code.

Text Font Color

.myTextColor { color: #987B71; }

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

This text font color is #987B71.


Background Color

.myBgColor { background-color: #987B71; }

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

This div background color is #987B71.


Border color

.myBorderColor { border: 1px solid #987B71; }

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

This div border color is #987B71.


Opacity

.myOpacity80 { color: #987B71; opacity: 0.8; }

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

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

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

This text has shadow with #987B71 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #987B71 on black background.


Color preview on white background

This text has color #987B71 on white background.



Black color preview on #987B71 background

This text has black color on #987B71 background.


White color preview on #987B71 background

This text has white color on #987B71 background.