COLOR #7F9B98

HEX: #7F9B98
RGB: (127,155,152)

Color info

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

RGB color model

#7F9B98 color RGB value is (127,155,152).

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

RGB channels and saturation

R 127 of 255 = 50%
G 155 of 255 = 61%
B 152 of 255 = 60%

127
155
152

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

Portions of RGB colors in percentages

R + G + B =
127 + 155 + 152 = 434 (100%)
R 127 of 434 ~ 29.26%
G 155 of 434 ~ 35.71%
B 152 of 434 ~ 35.02%

%29.26
%35.71
%35.02

CMYK color model

#7F9B98 color CMYK value is (18,0,2,39).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • key color value is 39.22%
CMYK:
(18,0,2,39)
C18M0Y2K39 
(18%,0%,2%,39%)
(0.18/0.00/0.02/0.39)	

CMYK percentages

%18.06
%0
%1.94
%39.22

Codes

Color #7F9B98 in popluar color models

7F9B98
RGB127155152
HSL174°12.28%55.29%
HSB/HSV174°18.06%60.78%
CMYK18.06%0.00%1.94%
39.22%

Color #7F9B98 in popluar number systems.

HEX7F9B98
Decimal127155152
Binary11111111001101110011000
Octal177233230

Shades and tints

Shades of #7F9B98

#7F9B98
(127,155,152)
#748D8B
(116,141,139)
#697F7E
(105,127,126)
#5E7171
(94,113,113)
#536364
(83,99,100)
#485557
(72,85,87)
#3D474A
(61,71,74)
#32393D
(50,57,61)
#272B30
(39,43,48)
#1C1D23
(28,29,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #7F9B98

#7F9B98
(127,155,152)
#8AA4A1
(138,164,161)
#95ADAA
(149,173,170)
#A0B6B3
(160,182,179)
#ABBFBC
(171,191,188)
#B6C8C5
(182,200,197)
#C1D1CE
(193,209,206)
#CCDAD7
(204,218,215)
#D7E3E0
(215,227,224)
#E2ECE9
(226,236,233)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9B98; }

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

This text font color is #7F9B98.


Background Color

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

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

This div background color is #7F9B98.


Border color

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

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

This div border color is #7F9B98.


Opacity

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

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

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

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

This text has shadow with #7F9B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9B98 on black background.


Color preview on white background

This text has color #7F9B98 on white background.



Black color preview on #7F9B98 background

This text has black color on #7F9B98 background.


White color preview on #7F9B98 background

This text has white color on #7F9B98 background.