COLOR #7F9889

HEX: #7F9889
RGB: (127,152,137)

Color info

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

RGB color model

#7F9889 color RGB value is (127,152,137).

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

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 137 of 255 = 54%

127
152
137

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

Portions of RGB colors in percentages

R + G + B =
127 + 152 + 137 = 416 (100%)
R 127 of 416 ~ 30.53%
G 152 of 416 ~ 36.54%
B 137 of 416 ~ 32.93%

%30.53
%36.54
%32.93

CMYK color model

#7F9889 color CMYK value is (16,0,10,40).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(16,0,10,40)
C16M0Y10K40 
(16%,0%,10%,40%)
(0.16/0.00/0.10/0.40)	

CMYK percentages

%16.45
%0
%9.87
%40.39

Codes

Color #7F9889 in popluar color models

7F9889
RGB127152137
HSL144°10.82%54.71%
HSB/HSV144°16.45%59.61%
CMYK16.45%0.00%9.87%
40.39%

Color #7F9889 in popluar number systems.

HEX7F9889
Decimal127152137
Binary11111111001100010001001
Octal177230211

Shades and tints

Shades of #7F9889

#7F9889
(127,152,137)
#748B7D
(116,139,125)
#697E71
(105,126,113)
#5E7165
(94,113,101)
#536459
(83,100,89)
#48574D
(72,87,77)
#3D4A41
(61,74,65)
#323D35
(50,61,53)
#273029
(39,48,41)
#1C231D
(28,35,29)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #7F9889

#7F9889
(127,152,137)
#8AA193
(138,161,147)
#95AA9D
(149,170,157)
#A0B3A7
(160,179,167)
#ABBCB1
(171,188,177)
#B6C5BB
(182,197,187)
#C1CEC5
(193,206,197)
#CCD7CF
(204,215,207)
#D7E0D9
(215,224,217)
#E2E9E3
(226,233,227)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9889; }

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

This text font color is #7F9889.


Background Color

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

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

This div background color is #7F9889.


Border color

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

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

This div border color is #7F9889.


Opacity

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

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

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

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

This text has shadow with #7F9889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9889 on black background.


Color preview on white background

This text has color #7F9889 on white background.



Black color preview on #7F9889 background

This text has black color on #7F9889 background.


White color preview on #7F9889 background

This text has white color on #7F9889 background.