COLOR #7F999F

HEX: #7F999F
RGB: (127,153,159)

Color info

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

RGB color model

#7F999F color RGB value is (127,153,159).

  • red value is 127;
  • green value is 153;
  • blue value is 159.
RGB:
(127,153,159)
(50%,60%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 159 of 255 = 62%

127
153
159

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

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 159 = 439 (100%)
R 127 of 439 ~ 28.93%
G 153 of 439 ~ 34.85%
B 159 of 439 ~ 36.22%

%28.93
%34.85
%36.22

CMYK color model

#7F999F color CMYK value is (20,4,0,38).

  • cyan value is 20.13%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(20,4,0,38)
C20M4Y0K38 
(20%,4%,0%,38%)
(0.20/0.04/0.00/0.38)	

CMYK percentages

%20.13
%3.77
%0
%37.65

Codes

Color #7F999F in popluar color models

7F999F
RGB127153159
HSL191°14.29%56.08%
HSB/HSV191°20.13%62.35%
CMYK20.13%3.77%0.00%
37.65%

Color #7F999F in popluar number systems.

HEX7F999F
Decimal127153159
Binary11111111001100110011111
Octal177231237

Shades and tints

Shades of #7F999F

#7F999F
(127,153,159)
#748C91
(116,140,145)
#697F83
(105,127,131)
#5E7275
(94,114,117)
#536567
(83,101,103)
#485859
(72,88,89)
#3D4B4B
(61,75,75)
#323E3D
(50,62,61)
#27312F
(39,49,47)
#1C2421
(28,36,33)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #7F999F

#7F999F
(127,153,159)
#8AA2A7
(138,162,167)
#95ABAF
(149,171,175)
#A0B4B7
(160,180,183)
#ABBDBF
(171,189,191)
#B6C6C7
(182,198,199)
#C1CFCF
(193,207,207)
#CCD8D7
(204,216,215)
#D7E1DF
(215,225,223)
#E2EAE7
(226,234,231)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F999F color. Also use rgb(127,153,159) instead hex code.

Text Font Color

.myTextColor { color: #7F999F; }

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

This text font color is #7F999F.


Background Color

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

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

This div background color is #7F999F.


Border color

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

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

This div border color is #7F999F.


Opacity

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

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

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

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

This text has shadow with #7F999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F999F on black background.


Color preview on white background

This text has color #7F999F on white background.



Black color preview on #7F999F background

This text has black color on #7F999F background.


White color preview on #7F999F background

This text has white color on #7F999F background.