COLOR #7F8F9E

HEX: #7F8F9E
RGB: (127,143,158)

Color info

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

RGB color model

#7F8F9E color RGB value is (127,143,158).

  • red value is 127;
  • green value is 143;
  • blue value is 158.
RGB:
(127,143,158)
(50%,56%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 143 of 255 = 56%
B 158 of 255 = 62%

127
143
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 143 + 158 = 428 (100%)
R 127 of 428 ~ 29.67%
G 143 of 428 ~ 33.41%
B 158 of 428 ~ 36.92%

%29.67
%33.41
%36.92

CMYK color model

#7F8F9E color CMYK value is (20,9,0,38).

  • cyan value is 19.62%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,9,0,38)
C20M9Y0K38 
(20%,9%,0%,38%)
(0.20/0.09/0.00/0.38)	

CMYK percentages

%19.62
%9.49
%0
%38.04

Codes

Color #7F8F9E in popluar color models

7F8F9E
RGB127143158
HSL209°13.78%55.88%
HSB/HSV209°19.62%61.96%
CMYK19.62%9.49%0.00%
38.04%

Color #7F8F9E in popluar number systems.

HEX7F8F9E
Decimal127143158
Binary11111111000111110011110
Octal177217236

Shades and tints

Shades of #7F8F9E

#7F8F9E
(127,143,158)
#748290
(116,130,144)
#697582
(105,117,130)
#5E6874
(94,104,116)
#535B66
(83,91,102)
#484E58
(72,78,88)
#3D414A
(61,65,74)
#32343C
(50,52,60)
#27272E
(39,39,46)
#1C1A20
(28,26,32)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #7F8F9E

#7F8F9E
(127,143,158)
#8A99A6
(138,153,166)
#95A3AE
(149,163,174)
#A0ADB6
(160,173,182)
#ABB7BE
(171,183,190)
#B6C1C6
(182,193,198)
#C1CBCE
(193,203,206)
#CCD5D6
(204,213,214)
#D7DFDE
(215,223,222)
#E2E9E6
(226,233,230)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8F9E color. Also use rgb(127,143,158) instead hex code.

Text Font Color

.myTextColor { color: #7F8F9E; }

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

This text font color is #7F8F9E.


Background Color

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

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

This div background color is #7F8F9E.


Border color

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

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

This div border color is #7F8F9E.


Opacity

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

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

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

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

This text has shadow with #7F8F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8F9E on black background.


Color preview on white background

This text has color #7F8F9E on white background.



Black color preview on #7F8F9E background

This text has black color on #7F8F9E background.


White color preview on #7F8F9E background

This text has white color on #7F8F9E background.