COLOR #7F968F

HEX: #7F968F RGB: (127,150,143)

Color info

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

RGB color model

#7F968F color RGB value is (127,150,143).

RGB: (127,150,143) (50%, 59%, 56%)

RGB channels and saturation

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

127
150
143

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

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 143 = 420 (100%)
R 127 of 420 ~ 30.24%
G 150 of 420 ~ 35.71%
B 143 of 420 ~ 34.05'%

%30.24
%35.71
%34.05

CMYK color model

#7F968F color CMYK value is (15,0,5,41).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 41.18%

CMYK: (15,0,5,41)
C15M0Y5K41 (15%, 0%, 5%, 41%)
(0.15 / 0.00 / 0.05 / 0.41)

CMYK percentages

%15.33
%0
%4.67
%41.18

Codes

Color #7F968F in popluar color models

7F 96 8F
RGB 127 150 143
HSL 162° 9.87% 54.31%
HSB/HSV 162° 15.33% 58.82%
CMYK 15.33% 0.00% 4.67%
41.18%

Color #7F968F in popluar number systems.

HEX 7F 96 8F
Decimal 127 150 143
Binary 1111111 10010110 10001111
Octal 177 226 217

Shades and tints

Shades of #7F968F

#7F968F
(127,150,143)
#748982
(116,137,130)
#697C75
(105,124,117)
#5E6F68
(94,111,104)
#53625B
(83,98,91)
#48554E
(72,85,78)
#3D4841
(61,72,65)
#323B34
(50,59,52)
#272E27
(39,46,39)
#1C211A
(28,33,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #7F968F

#7F968F
(127,150,143)
#8A9F99
(138,159,153)
#95A8A3
(149,168,163)
#A0B1AD
(160,177,173)
#ABBAB7
(171,186,183)
#B6C3C1
(182,195,193)
#C1CCCB
(193,204,203)
#CCD5D5
(204,213,213)
#D7DEDF
(215,222,223)
#E2E7E9
(226,231,233)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F968F; }

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

This text font color is #7F968F.

Background Color

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

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

This div background color is #7F968F.

Border color

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

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

This div border color is #7F968F.

Opacity

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

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

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

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

This text has shadow with #7F968F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F968F.

Preview

Color preview on black background

This text has color #7F968F on black background.


Color preview on white background

This text has color #7F968F on white background.


Black color preview on #7F968F background

This text has black color on #7F968F background.


White color preview on #7F968F background

This text has white color on #7F968F background.


Related colors

Complementary color

Complementary color for #hex is #806970.


I love getcolorcode.com

Triadic colors

1 #8F7F96 and #968F7F with #7F968F are triadic colors.

2 #8F967F and #967F8F with #7F968F are triadic colors.