COLOR #987C69

HEX: #987C69
RGB: (152,124,105)

Color info

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

RGB color model

#987C69 color RGB value is (152,124,105).

  • red value is 152;
  • green value is 124;
  • blue value is 105.
RGB:
(152,124,105)
(60%,49%,41%)

RGB channels and saturation

R 152 of 255 = 60%
G 124 of 255 = 49%
B 105 of 255 = 41%

152
124
105

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

Portions of RGB colors in percentages

R + G + B =
152 + 124 + 105 = 381 (100%)
R 152 of 381 ~ 39.9%
G 124 of 381 ~ 32.55%
B 105 of 381 ~ 27.56%

%39.9
%32.55
%27.56

CMYK color model

#987C69 color CMYK value is (0,18,31,40).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 30.92%
  • key color value is 40.39%
CMYK:
(0,18,31,40)
C0M18Y31K40 
(0%,18%,31%,40%)
(0.00/0.18/0.31/0.40)	

CMYK percentages

%0
%18.42
%30.92
%40.39

Codes

Color #987C69 in popluar color models

987C69
RGB152124105
HSL24°18.58%50.39%
HSB/HSV24°30.92%59.61%
CMYK0.00%18.42%30.92%
40.39%

Color #987C69 in popluar number systems.

HEX987C69
Decimal152124105
Binary1001100011111001101001
Octal230174151

Shades and tints

Shades of #987C69

#987C69
(152,124,105)
#8B7160
(139,113,96)
#7E6657
(126,102,87)
#715B4E
(113,91,78)
#645045
(100,80,69)
#57453C
(87,69,60)
#4A3A33
(74,58,51)
#3D2F2A
(61,47,42)
#302421
(48,36,33)
#231918
(35,25,24)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #987C69

#987C69
(152,124,105)
#A18776
(161,135,118)
#AA9283
(170,146,131)
#B39D90
(179,157,144)
#BCA89D
(188,168,157)
#C5B3AA
(197,179,170)
#CEBEB7
(206,190,183)
#D7C9C4
(215,201,196)
#E0D4D1
(224,212,209)
#E9DFDE
(233,223,222)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987C69 color. Also use rgb(152,124,105) instead hex code.

Text Font Color

.myTextColor { color: #987C69; }

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

This text font color is #987C69.


Background Color

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

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

This div background color is #987C69.


Border color

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

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

This div border color is #987C69.


Opacity

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

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

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

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

This text has shadow with #987C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987C69 on black background.


Color preview on white background

This text has color #987C69 on white background.



Black color preview on #987C69 background

This text has black color on #987C69 background.


White color preview on #987C69 background

This text has white color on #987C69 background.