COLOR #7F9998

HEX: #7F9998
RGB: (127,153,152)

Color info

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

RGB color model

#7F9998 color RGB value is (127,153,152).

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

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 152 of 255 = 60%

127
153
152

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

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 152 = 432 (100%)
R 127 of 432 ~ 29.4%
G 153 of 432 ~ 35.42%
B 152 of 432 ~ 35.19%

%29.4
%35.42
%35.19

CMYK color model

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

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK:
(17,0,1,40)
C17M0Y1K40 
(17%,0%,1%,40%)
(0.17/0.00/0.01/0.40)	

CMYK percentages

%16.99
%0
%0.65
%40

Codes

Color #7F9998 in popluar color models

7F9998
RGB127153152
HSL178°11.30%54.90%
HSB/HSV178°16.99%60.00%
CMYK16.99%0.00%0.65%
40.00%

Color #7F9998 in popluar number systems.

HEX7F9998
Decimal127153152
Binary11111111001100110011000
Octal177231230

Shades and tints

Shades of #7F9998

#7F9998
(127,153,152)
#748C8B
(116,140,139)
#697F7E
(105,127,126)
#5E7271
(94,114,113)
#536564
(83,101,100)
#485857
(72,88,87)
#3D4B4A
(61,75,74)
#323E3D
(50,62,61)
#273130
(39,49,48)
#1C2423
(28,36,35)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #7F9998

#7F9998
(127,153,152)
#8AA2A1
(138,162,161)
#95ABAA
(149,171,170)
#A0B4B3
(160,180,179)
#ABBDBC
(171,189,188)
#B6C6C5
(182,198,197)
#C1CFCE
(193,207,206)
#CCD8D7
(204,216,215)
#D7E1E0
(215,225,224)
#E2EAE9
(226,234,233)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9998; }

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

This text font color is #7F9998.


Background Color

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

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

This div background color is #7F9998.


Border color

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

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

This div border color is #7F9998.


Opacity

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

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

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

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

This text has shadow with #7F9998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9998 on black background.


Color preview on white background

This text has color #7F9998 on white background.



Black color preview on #7F9998 background

This text has black color on #7F9998 background.


White color preview on #7F9998 background

This text has white color on #7F9998 background.