COLOR #987E7E

HEX: #987E7E RGB: (152,126,126)

Color info

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

RGB color model

#987E7E color RGB value is (152,126,126).

RGB: (152,126,126) (60%, 49%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 126 of 255 = 49%
B 126 of 255 = 49%

152
126
126

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

Portions of RGB colors in percentages

R + G + B = 152 + 126 + 126 = 404 (100%)
R 152 of 404 ~ 37.62%
G 126 of 404 ~ 31.19%
B 126 of 404 ~ 31.19'%

%37.62
%31.19
%31.19

CMYK color model

#987E7E color CMYK value is (0,17,17,40).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 17.11%
  • key color value is 40.39%

CMYK: (0,17,17,40)
C0M17Y17K40 (0%, 17%, 17%, 40%)
(0.00 / 0.17 / 0.17 / 0.40)

CMYK percentages

%0
%17.11
%17.11
%40.39

Codes

Color #987E7E in popluar color models

98 7E 7E
RGB 152 126 126
HSL 11.21% 54.51%
HSB/HSV 17.11% 59.61%
CMYK 0.00% 17.11% 17.11%
40.39%

Color #987E7E in popluar number systems.

HEX 98 7E 7E
Decimal 152 126 126
Binary 10011000 1111110 1111110
Octal 230 176 176

Shades and tints

Shades of #987E7E

#987E7E
(152,126,126)
#8B7373
(139,115,115)
#7E6868
(126,104,104)
#715D5D
(113,93,93)
#645252
(100,82,82)
#574747
(87,71,71)
#4A3C3C
(74,60,60)
#3D3131
(61,49,49)
#302626
(48,38,38)
#231B1B
(35,27,27)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #987E7E

#987E7E
(152,126,126)
#A18989
(161,137,137)
#AA9494
(170,148,148)
#B39F9F
(179,159,159)
#BCAAAA
(188,170,170)
#C5B5B5
(197,181,181)
#CEC0C0
(206,192,192)
#D7CBCB
(215,203,203)
#E0D6D6
(224,214,214)
#E9E1E1
(233,225,225)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987E7E; }

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

This text font color is #987E7E.

Background Color

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

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

This div background color is #987E7E.

Border color

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

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

This div border color is #987E7E.

Opacity

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

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

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

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

This text has shadow with #987E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987E7E.

Preview

Color preview on black background

This text has color #987E7E on black background.


Color preview on white background

This text has color #987E7E on white background.


Black color preview on #987E7E background

This text has black color on #987E7E background.


White color preview on #987E7E background

This text has white color on #987E7E background.


Related colors

Complementary color

Complementary color for #hex is #678181.


I love getcolorcode.com