COLOR #7F998F

HEX: #7F998F
RGB: (127,153,143)

Color info

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

RGB color model

#7F998F color RGB value is (127,153,143).

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

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 143 of 255 = 56%

127
153
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 143 = 423 (100%)
R 127 of 423 ~ 30.02%
G 153 of 423 ~ 36.17%
B 143 of 423 ~ 33.81%

%30.02
%36.17
%33.81

CMYK color model

#7F998F color CMYK value is (17,0,7,40).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(17,0,7,40)
C17M0Y7K40 
(17%,0%,7%,40%)
(0.17/0.00/0.07/0.40)	

CMYK percentages

%16.99
%0
%6.54
%40

Codes

Color #7F998F in popluar color models

7F998F
RGB127153143
HSL157°11.30%54.90%
HSB/HSV157°16.99%60.00%
CMYK16.99%0.00%6.54%
40.00%

Color #7F998F in popluar number systems.

HEX7F998F
Decimal127153143
Binary11111111001100110001111
Octal177231217

Shades and tints

Shades of #7F998F

#7F998F
(127,153,143)
#748C82
(116,140,130)
#697F75
(105,127,117)
#5E7268
(94,114,104)
#53655B
(83,101,91)
#48584E
(72,88,78)
#3D4B41
(61,75,65)
#323E34
(50,62,52)
#273127
(39,49,39)
#1C241A
(28,36,26)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #7F998F

#7F998F
(127,153,143)
#8AA299
(138,162,153)
#95ABA3
(149,171,163)
#A0B4AD
(160,180,173)
#ABBDB7
(171,189,183)
#B6C6C1
(182,198,193)
#C1CFCB
(193,207,203)
#CCD8D5
(204,216,213)
#D7E1DF
(215,225,223)
#E2EAE9
(226,234,233)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F998F; }

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

This text font color is #7F998F.


Background Color

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

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

This div background color is #7F998F.


Border color

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

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

This div border color is #7F998F.


Opacity

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

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

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

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

This text has shadow with #7F998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F998F on black background.


Color preview on white background

This text has color #7F998F on white background.



Black color preview on #7F998F background

This text has black color on #7F998F background.


White color preview on #7F998F background

This text has white color on #7F998F background.