COLOR #987F82

HEX: #987F82 RGB: (152,127,130)

Color info

#987F82 contains red, green and blue colors in about the same proportion. Web safe color of #987F82 is #996699 (or #969).

RGB color model

#987F82 color RGB value is (152,127,130).

RGB: (152,127,130) (60%, 50%, 51%)

RGB channels and saturation

R 152 of 255 = 60%
G 127 of 255 = 50%
B 130 of 255 = 51%

152
127
130

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

Portions of RGB colors in percentages

R + G + B = 152 + 127 + 130 = 409 (100%)
R 152 of 409 ~ 37.16%
G 127 of 409 ~ 31.05%
B 130 of 409 ~ 31.78'%

%37.16
%31.05
%31.78

CMYK color model

#987F82 color CMYK value is (0,16,14,40).

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

CMYK: (0,16,14,40)
C0M16Y14K40 (0%, 16%, 14%, 40%)
(0.00 / 0.16 / 0.14 / 0.40)

CMYK percentages

%0
%16.45
%14.47
%40.39

Codes

Color #987F82 in popluar color models

98 7F 82
RGB 152 127 130
HSL 353° 10.82% 54.71%
HSB/HSV 353° 16.45% 59.61%
CMYK 0.00% 16.45% 14.47%
40.39%

Color #987F82 in popluar number systems.

HEX 98 7F 82
Decimal 152 127 130
Binary 10011000 1111111 10000010
Octal 230 177 202

Shades and tints

Shades of #987F82

#987F82
(152,127,130)
#8B7477
(139,116,119)
#7E696C
(126,105,108)
#715E61
(113,94,97)
#645356
(100,83,86)
#57484B
(87,72,75)
#4A3D40
(74,61,64)
#3D3235
(61,50,53)
#30272A
(48,39,42)
#231C1F
(35,28,31)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #987F82

#987F82
(152,127,130)
#A18A8D
(161,138,141)
#AA9598
(170,149,152)
#B3A0A3
(179,160,163)
#BCABAE
(188,171,174)
#C5B6B9
(197,182,185)
#CEC1C4
(206,193,196)
#D7CCCF
(215,204,207)
#E0D7DA
(224,215,218)
#E9E2E5
(233,226,229)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987F82; }

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

This text font color is #987F82.

Background Color

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

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

This div background color is #987F82.

Border color

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

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

This div border color is #987F82.

Opacity

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

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

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

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

This text has shadow with #987F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987F82.

Preview

Color preview on black background

This text has color #987F82 on black background.


Color preview on white background

This text has color #987F82 on white background.


Black color preview on #987F82 background

This text has black color on #987F82 background.


White color preview on #987F82 background

This text has white color on #987F82 background.


Related colors

Complementary color

Complementary color for #hex is #67807D.


I love getcolorcode.com

Triadic colors

1 #82987F and #7F8298 with #987F82 are triadic colors.

2 #827F98 and #7F9882 with #987F82 are triadic colors.