COLOR #7F9096

HEX: #7F9096
RGB: (127,144,150)

Color info

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

RGB color model

#7F9096 color RGB value is (127,144,150).

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

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 150 of 255 = 59%

127
144
150

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 150 = 421 (100%)
R 127 of 421 ~ 30.17%
G 144 of 421 ~ 34.2%
B 150 of 421 ~ 35.63%

%30.17
%34.2
%35.63

CMYK color model

#7F9096 color CMYK value is (15,4,0,41).

  • cyan value is 15.33%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(15,4,0,41)
C15M4Y0K41 
(15%,4%,0%,41%)
(0.15/0.04/0.00/0.41)	

CMYK percentages

%15.33
%4
%0
%41.18

Codes

Color #7F9096 in popluar color models

7F9096
RGB127144150
HSL196°9.87%54.31%
HSB/HSV196°15.33%58.82%
CMYK15.33%4.00%0.00%
41.18%

Color #7F9096 in popluar number systems.

HEX7F9096
Decimal127144150
Binary11111111001000010010110
Octal177220226

Shades and tints

Shades of #7F9096

#7F9096
(127,144,150)
#748389
(116,131,137)
#69767C
(105,118,124)
#5E696F
(94,105,111)
#535C62
(83,92,98)
#484F55
(72,79,85)
#3D4248
(61,66,72)
#32353B
(50,53,59)
#27282E
(39,40,46)
#1C1B21
(28,27,33)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #7F9096

#7F9096
(127,144,150)
#8A9A9F
(138,154,159)
#95A4A8
(149,164,168)
#A0AEB1
(160,174,177)
#ABB8BA
(171,184,186)
#B6C2C3
(182,194,195)
#C1CCCC
(193,204,204)
#CCD6D5
(204,214,213)
#D7E0DE
(215,224,222)
#E2EAE7
(226,234,231)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9096; }

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

This text font color is #7F9096.


Background Color

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

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

This div background color is #7F9096.


Border color

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

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

This div border color is #7F9096.


Opacity

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

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

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

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

This text has shadow with #7F9096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9096 on black background.


Color preview on white background

This text has color #7F9096 on white background.



Black color preview on #7F9096 background

This text has black color on #7F9096 background.


White color preview on #7F9096 background

This text has white color on #7F9096 background.