COLOR #987F6D

HEX: #987F6D RGB: (152,127,109)

Color info

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

RGB color model

#987F6D color RGB value is (152,127,109).

RGB: (152,127,109) (60%, 50%, 43%)

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 109 of 255 = 43%

152
127
109

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

Portions of RGB colors in percentages

R + G + B = 152 + 127 + 109 = 388 (100%)
R 152 of 388 ~ 39.18%
G 127 of 388 ~ 32.73%
B 109 of 388 ~ 28.09'%

%39.18
%32.73
%28.09

CMYK color model

#987F6D color CMYK value is (0,16,28,40).

  • cyan value is 0.00%
  • magenta value is 16.45%
  • yellow value is 28.29%
  • key color value is 40.39%

CMYK: (0,16,28,40)
C0M16Y28K40 (0%, 16%, 28%, 40%)
(0.00 / 0.16 / 0.28 / 0.40)

CMYK percentages

%0
%16.45
%28.29
%40.39

Codes

Color #987F6D in popluar color models

98 7F 6D
RGB 152 127 109
HSL 25° 17.27% 51.18%
HSB/HSV 25° 28.29% 59.61%
CMYK 0.00% 16.45% 28.29%
40.39%

Color #987F6D in popluar number systems.

HEX 98 7F 6D
Decimal 152 127 109
Binary 10011000 1111111 1101101
Octal 230 177 155

Shades and tints

Shades of #987F6D

#987F6D
(152,127,109)
#8B7464
(139,116,100)
#7E695B
(126,105,91)
#715E52
(113,94,82)
#645349
(100,83,73)
#574840
(87,72,64)
#4A3D37
(74,61,55)
#3D322E
(61,50,46)
#302725
(48,39,37)
#231C1C
(35,28,28)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #987F6D

#987F6D
(152,127,109)
#A18A7A
(161,138,122)
#AA9587
(170,149,135)
#B3A094
(179,160,148)
#BCABA1
(188,171,161)
#C5B6AE
(197,182,174)
#CEC1BB
(206,193,187)
#D7CCC8
(215,204,200)
#E0D7D5
(224,215,213)
#E9E2E2
(233,226,226)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987F6D color. Also use rgb(152,127,109) instead hex code.

Text Font Color

.myTextColor { color: #987F6D; }

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

This text font color is #987F6D.

Background Color

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

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

This div background color is #987F6D.

Border color

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

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

This div border color is #987F6D.

Opacity

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

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

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

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

This text has shadow with #987F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987F6D.

Preview

Color preview on black background

This text has color #987F6D on black background.


Color preview on white background

This text has color #987F6D on white background.


Black color preview on #987F6D background

This text has black color on #987F6D background.


White color preview on #987F6D background

This text has white color on #987F6D background.


Related colors

Complementary color

Complementary color for #hex is #678092.


I love getcolorcode.com

Triadic colors

1 #6D987F and #7F6D98 with #987F6D are triadic colors.

2 #6D7F98 and #7F986D with #987F6D are triadic colors.