COLOR #7F9C8E

HEX: #7F9C8E
RGB: (127,156,142)

Color info

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

RGB color model

#7F9C8E color RGB value is (127,156,142).

  • red value is 127;
  • green value is 156;
  • blue value is 142.
RGB:
(127,156,142)
(50%,61%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 142 of 255 = 56%

127
156
142

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

Portions of RGB colors in percentages

R + G + B =
127 + 156 + 142 = 425 (100%)
R 127 of 425 ~ 29.88%
G 156 of 425 ~ 36.71%
B 142 of 425 ~ 33.41%

%29.88
%36.71
%33.41

CMYK color model

#7F9C8E color CMYK value is (19,0,9,39).

  • cyan value is 18.59%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(19,0,9,39)
C19M0Y9K39 
(19%,0%,9%,39%)
(0.19/0.00/0.09/0.39)	

CMYK percentages

%18.59
%0
%8.97
%38.82

Codes

Color #7F9C8E in popluar color models

7F9C8E
RGB127156142
HSL151°12.78%55.49%
HSB/HSV151°18.59%61.18%
CMYK18.59%0.00%8.97%
38.82%

Color #7F9C8E in popluar number systems.

HEX7F9C8E
Decimal127156142
Binary11111111001110010001110
Octal177234216

Shades and tints

Shades of #7F9C8E

#7F9C8E
(127,156,142)
#748E82
(116,142,130)
#698076
(105,128,118)
#5E726A
(94,114,106)
#53645E
(83,100,94)
#485652
(72,86,82)
#3D4846
(61,72,70)
#323A3A
(50,58,58)
#272C2E
(39,44,46)
#1C1E22
(28,30,34)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #7F9C8E

#7F9C8E
(127,156,142)
#8AA598
(138,165,152)
#95AEA2
(149,174,162)
#A0B7AC
(160,183,172)
#ABC0B6
(171,192,182)
#B6C9C0
(182,201,192)
#C1D2CA
(193,210,202)
#CCDBD4
(204,219,212)
#D7E4DE
(215,228,222)
#E2EDE8
(226,237,232)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9C8E color. Also use rgb(127,156,142) instead hex code.

Text Font Color

.myTextColor { color: #7F9C8E; }

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

This text font color is #7F9C8E.


Background Color

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

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

This div background color is #7F9C8E.


Border color

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

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

This div border color is #7F9C8E.


Opacity

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

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

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

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

This text has shadow with #7F9C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9C8E on black background.


Color preview on white background

This text has color #7F9C8E on white background.



Black color preview on #7F9C8E background

This text has black color on #7F9C8E background.


White color preview on #7F9C8E background

This text has white color on #7F9C8E background.