COLOR #7F9896

HEX: #7F9896 RGB: (127,152,150)

Color info

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

RGB color model

#7F9896 color RGB value is (127,152,150).

RGB: (127,152,150) (50%, 60%, 59%)

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 150 of 255 = 59%

127
152
150

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

Portions of RGB colors in percentages

R + G + B = 127 + 152 + 150 = 429 (100%)
R 127 of 429 ~ 29.6%
G 152 of 429 ~ 35.43%
B 150 of 429 ~ 34.97'%

%29.6
%35.43
%34.97

CMYK color model

#7F9896 color CMYK value is (16,0,1,40).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 40.39%

CMYK: (16,0,1,40)
C16M0Y1K40 (16%, 0%, 1%, 40%)
(0.16 / 0.00 / 0.01 / 0.40)

CMYK percentages

%16.45
%0
%1.32
%40.39

Codes

Color #7F9896 in popluar color models

7F 98 96
RGB 127 152 150
HSL 175° 10.82% 54.71%
HSB/HSV 175° 16.45% 59.61%
CMYK 16.45% 0.00% 1.32%
40.39%

Color #7F9896 in popluar number systems.

HEX 7F 98 96
Decimal 127 152 150
Binary 1111111 10011000 10010110
Octal 177 230 226

Shades and tints

Shades of #7F9896

#7F9896
(127,152,150)
#748B89
(116,139,137)
#697E7C
(105,126,124)
#5E716F
(94,113,111)
#536462
(83,100,98)
#485755
(72,87,85)
#3D4A48
(61,74,72)
#323D3B
(50,61,59)
#27302E
(39,48,46)
#1C2321
(28,35,33)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #7F9896

#7F9896
(127,152,150)
#8AA19F
(138,161,159)
#95AAA8
(149,170,168)
#A0B3B1
(160,179,177)
#ABBCBA
(171,188,186)
#B6C5C3
(182,197,195)
#C1CECC
(193,206,204)
#CCD7D5
(204,215,213)
#D7E0DE
(215,224,222)
#E2E9E7
(226,233,231)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9896; }

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

This text font color is #7F9896.

Background Color

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

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

This div background color is #7F9896.

Border color

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

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

This div border color is #7F9896.

Opacity

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

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

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

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

This text has shadow with #7F9896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9896.

Preview

Color preview on black background

This text has color #7F9896 on black background.


Color preview on white background

This text has color #7F9896 on white background.


Black color preview on #7F9896 background

This text has black color on #7F9896 background.


White color preview on #7F9896 background

This text has white color on #7F9896 background.


Related colors

Complementary color

Complementary color for #hex is #806769.


I love getcolorcode.com

Triadic colors

1 #967F98 and #98967F with #7F9896 are triadic colors.

2 #96987F and #987F96 with #7F9896 are triadic colors.