COLOR #7F9897

HEX: #7F9897
RGB: (127,152,151)

Color info

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

RGB color model

#7F9897 color RGB value is (127,152,151).

  • red value is 127;
  • green value is 152;
  • blue value is 151.
RGB:
(127,152,151)
(50%,60%,59%)

RGB channels and saturation

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

127
152
151

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 151 = 430 (100%)
R 127 of 430 ~ 29.53%
G 152 of 430 ~ 35.35%
B 151 of 430 ~ 35.12%

%29.53
%35.35
%35.12

CMYK color model

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

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 0.66%
  • 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
%0.66
%40.39

Codes

Color #7F9897 in popluar color models

7F9897
RGB127152151
HSL178°10.82%54.71%
HSB/HSV178°16.45%59.61%
CMYK16.45%0.00%0.66%
40.39%

Color #7F9897 in popluar number systems.

HEX7F9897
Decimal127152151
Binary11111111001100010010111
Octal177230227

Shades and tints

Shades of #7F9897

#7F9897
(127,152,151)
#748B8A
(116,139,138)
#697E7D
(105,126,125)
#5E7170
(94,113,112)
#536463
(83,100,99)
#485756
(72,87,86)
#3D4A49
(61,74,73)
#323D3C
(50,61,60)
#27302F
(39,48,47)
#1C2322
(28,35,34)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #7F9897

#7F9897
(127,152,151)
#8AA1A0
(138,161,160)
#95AAA9
(149,170,169)
#A0B3B2
(160,179,178)
#ABBCBB
(171,188,187)
#B6C5C4
(182,197,196)
#C1CECD
(193,206,205)
#CCD7D6
(204,215,214)
#D7E0DF
(215,224,223)
#E2E9E8
(226,233,232)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9897; }

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

This text font color is #7F9897.


Background Color

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

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

This div background color is #7F9897.


Border color

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

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

This div border color is #7F9897.


Opacity

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

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

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

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

This text has shadow with #7F9897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9897 on black background.


Color preview on white background

This text has color #7F9897 on white background.



Black color preview on #7F9897 background

This text has black color on #7F9897 background.


White color preview on #7F9897 background

This text has white color on #7F9897 background.