COLOR #7F8993

HEX: #7F8993
RGB: (127,137,147)

Color info

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

RGB color model

#7F8993 color RGB value is (127,137,147).

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

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 147 of 255 = 58%

127
137
147

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

Portions of RGB colors in percentages

R + G + B =
127 + 137 + 147 = 411 (100%)
R 127 of 411 ~ 30.9%
G 137 of 411 ~ 33.33%
B 147 of 411 ~ 35.77%

%30.9
%33.33
%35.77

CMYK color model

#7F8993 color CMYK value is (14,7,0,42).

  • cyan value is 13.61%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(14,7,0,42)
C14M7Y0K42 
(14%,7%,0%,42%)
(0.14/0.07/0.00/0.42)	

CMYK percentages

%13.61
%6.8
%0
%42.35

Codes

Color #7F8993 in popluar color models

7F8993
RGB127137147
HSL210°8.47%53.73%
HSB/HSV210°13.61%57.65%
CMYK13.61%6.80%0.00%
42.35%

Color #7F8993 in popluar number systems.

HEX7F8993
Decimal127137147
Binary11111111000100110010011
Octal177211223

Shades and tints

Shades of #7F8993

#7F8993
(127,137,147)
#747D86
(116,125,134)
#697179
(105,113,121)
#5E656C
(94,101,108)
#53595F
(83,89,95)
#484D52
(72,77,82)
#3D4145
(61,65,69)
#323538
(50,53,56)
#27292B
(39,41,43)
#1C1D1E
(28,29,30)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F8993

#7F8993
(127,137,147)
#8A939C
(138,147,156)
#959DA5
(149,157,165)
#A0A7AE
(160,167,174)
#ABB1B7
(171,177,183)
#B6BBC0
(182,187,192)
#C1C5C9
(193,197,201)
#CCCFD2
(204,207,210)
#D7D9DB
(215,217,219)
#E2E3E4
(226,227,228)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8993; }

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

This text font color is #7F8993.


Background Color

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

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

This div background color is #7F8993.


Border color

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

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

This div border color is #7F8993.


Opacity

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

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

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

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

This text has shadow with #7F8993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8993 on black background.


Color preview on white background

This text has color #7F8993 on white background.



Black color preview on #7F8993 background

This text has black color on #7F8993 background.


White color preview on #7F8993 background

This text has white color on #7F8993 background.