COLOR #7F968B

HEX: #7F968B RGB: (127,150,139)

Color info

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

RGB color model

#7F968B color RGB value is (127,150,139).

RGB: (127,150,139) (50%, 59%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 139 of 255 = 55%

127
150
139

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

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 139 = 416 (100%)
R 127 of 416 ~ 30.53%
G 150 of 416 ~ 36.06%
B 139 of 416 ~ 33.41'%

%30.53
%36.06
%33.41

CMYK color model

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

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

CMYK: (15,0,7,41)
C15M0Y7K41 (15%, 0%, 7%, 41%)
(0.15 / 0.00 / 0.07 / 0.41)

CMYK percentages

%15.33
%0
%7.33
%41.18

Codes

Color #7F968B in popluar color models

7F 96 8B
RGB 127 150 139
HSL 151° 9.87% 54.31%
HSB/HSV 151° 15.33% 58.82%
CMYK 15.33% 0.00% 7.33%
41.18%

Color #7F968B in popluar number systems.

HEX 7F 96 8B
Decimal 127 150 139
Binary 1111111 10010110 10001011
Octal 177 226 213

Shades and tints

Shades of #7F968B

#7F968B
(127,150,139)
#74897F
(116,137,127)
#697C73
(105,124,115)
#5E6F67
(94,111,103)
#53625B
(83,98,91)
#48554F
(72,85,79)
#3D4843
(61,72,67)
#323B37
(50,59,55)
#272E2B
(39,46,43)
#1C211F
(28,33,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7F968B

#7F968B
(127,150,139)
#8A9F95
(138,159,149)
#95A89F
(149,168,159)
#A0B1A9
(160,177,169)
#ABBAB3
(171,186,179)
#B6C3BD
(182,195,189)
#C1CCC7
(193,204,199)
#CCD5D1
(204,213,209)
#D7DEDB
(215,222,219)
#E2E7E5
(226,231,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F968B; }

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

This text font color is #7F968B.

Background Color

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

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

This div background color is #7F968B.

Border color

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

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

This div border color is #7F968B.

Opacity

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

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

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

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

This text has shadow with #7F968B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F968B.

Preview

Color preview on black background

This text has color #7F968B on black background.


Color preview on white background

This text has color #7F968B on white background.


Black color preview on #7F968B background

This text has black color on #7F968B background.


White color preview on #7F968B background

This text has white color on #7F968B background.


Related colors

Complementary color

Complementary color for #hex is #806974.


I love getcolorcode.com

Triadic colors

1 #8B7F96 and #968B7F with #7F968B are triadic colors.

2 #8B967F and #967F8B with #7F968B are triadic colors.