COLOR #7F9B96

HEX: #7F9B96
RGB: (127,155,150)

Color info

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

RGB color model

#7F9B96 color RGB value is (127,155,150).

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

RGB channels and saturation

R 127 of 255 = 50%
G 155 of 255 = 61%
B 150 of 255 = 59%

127
155
150

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

Portions of RGB colors in percentages

R + G + B =
127 + 155 + 150 = 432 (100%)
R 127 of 432 ~ 29.4%
G 155 of 432 ~ 35.88%
B 150 of 432 ~ 34.72%

%29.4
%35.88
%34.72

CMYK color model

#7F9B96 color CMYK value is (18,0,3,39).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(18,0,3,39)
C18M0Y3K39 
(18%,0%,3%,39%)
(0.18/0.00/0.03/0.39)	

CMYK percentages

%18.06
%0
%3.23
%39.22

Codes

Color #7F9B96 in popluar color models

7F9B96
RGB127155150
HSL169°12.28%55.29%
HSB/HSV169°18.06%60.78%
CMYK18.06%0.00%3.23%
39.22%

Color #7F9B96 in popluar number systems.

HEX7F9B96
Decimal127155150
Binary11111111001101110010110
Octal177233226

Shades and tints

Shades of #7F9B96

#7F9B96
(127,155,150)
#748D89
(116,141,137)
#697F7C
(105,127,124)
#5E716F
(94,113,111)
#536362
(83,99,98)
#485555
(72,85,85)
#3D4748
(61,71,72)
#32393B
(50,57,59)
#272B2E
(39,43,46)
#1C1D21
(28,29,33)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #7F9B96

#7F9B96
(127,155,150)
#8AA49F
(138,164,159)
#95ADA8
(149,173,168)
#A0B6B1
(160,182,177)
#ABBFBA
(171,191,186)
#B6C8C3
(182,200,195)
#C1D1CC
(193,209,204)
#CCDAD5
(204,218,213)
#D7E3DE
(215,227,222)
#E2ECE7
(226,236,231)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9B96; }

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

This text font color is #7F9B96.


Background Color

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

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

This div background color is #7F9B96.


Border color

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

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

This div border color is #7F9B96.


Opacity

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

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

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

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

This text has shadow with #7F9B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9B96 on black background.


Color preview on white background

This text has color #7F9B96 on white background.



Black color preview on #7F9B96 background

This text has black color on #7F9B96 background.


White color preview on #7F9B96 background

This text has white color on #7F9B96 background.