COLOR #7F8987

HEX: #7F8987
RGB: (127,137,135)

Color info

#7F8987 contains red, green and blue colors in about the same proportion. Web safe color of #7F8987 is #669999 (or #699).

RGB color model

#7F8987 color RGB value is (127,137,135).

  • red value is 127;
  • green value is 137;
  • blue value is 135.
RGB:
(127,137,135)
(50%,54%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 135 of 255 = 53%

127
137
135

R + G + B ~ 52%. #7F8987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 137 + 135 = 399 (100%)
R 127 of 399 ~ 31.83%
G 137 of 399 ~ 34.34%
B 135 of 399 ~ 33.83%

%31.83
%34.34
%33.83

CMYK color model

#7F8987 color CMYK value is (7,0,1,46).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 46.27%
CMYK:
(7,0,1,46)
C7M0Y1K46 
(7%,0%,1%,46%)
(0.07/0.00/0.01/0.46)	

CMYK percentages

%7.3
%0
%1.46
%46.27

Codes

Color #7F8987 in popluar color models

7F8987
RGB127137135
HSL168°4.07%51.76%
HSB/HSV168°7.30%53.73%
CMYK7.30%0.00%1.46%
46.27%

Color #7F8987 in popluar number systems.

HEX7F8987
Decimal127137135
Binary11111111000100110000111
Octal177211207

Shades and tints

Shades of #7F8987

#7F8987
(127,137,135)
#747D7B
(116,125,123)
#69716F
(105,113,111)
#5E6563
(94,101,99)
#535957
(83,89,87)
#484D4B
(72,77,75)
#3D413F
(61,65,63)
#323533
(50,53,51)
#272927
(39,41,39)
#1C1D1B
(28,29,27)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #7F8987

#7F8987
(127,137,135)
#8A9391
(138,147,145)
#959D9B
(149,157,155)
#A0A7A5
(160,167,165)
#ABB1AF
(171,177,175)
#B6BBB9
(182,187,185)
#C1C5C3
(193,197,195)
#CCCFCD
(204,207,205)
#D7D9D7
(215,217,215)
#E2E3E1
(226,227,225)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8987 color. Also use rgb(127,137,135) instead hex code.

Text Font Color

.myTextColor { color: #7F8987; }

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

This text font color is #7F8987.


Background Color

.myBgColor { background-color: #7F8987; }

<div style="background-color:#7F8987">Inner text</div>

This div background color is #7F8987.


Border color

.myBorderColor { border: 1px solid #7F8987; }

<div style="border:3px solid #7F8987">Div</div>

This div border color is #7F8987.


Opacity

.myOpacity80 { color: #7F8987; opacity: 0.8; }

<p style="color:#7F8987;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F8987 color.

.textShadow {text-shadow: 3px 3px 1px #7F8987, 3px 3px 1px red;}

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

This text has shadow with #7F8987 primary color and red secondary color.


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

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

This text has shadow with #7F8987 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8987 on black background.


Color preview on white background

This text has color #7F8987 on white background.



Black color preview on #7F8987 background

This text has black color on #7F8987 background.


White color preview on #7F8987 background

This text has white color on #7F8987 background.