COLOR #7F899B

HEX: #7F899B
RGB: (127,137,155)

Color info

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

RGB color model

#7F899B color RGB value is (127,137,155).

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

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 155 of 255 = 61%

127
137
155

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

Portions of RGB colors in percentages

R + G + B =
127 + 137 + 155 = 419 (100%)
R 127 of 419 ~ 30.31%
G 137 of 419 ~ 32.7%
B 155 of 419 ~ 36.99%

%30.31
%32.7
%36.99

CMYK color model

#7F899B color CMYK value is (18,12,0,39).

  • cyan value is 18.06%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(18,12,0,39)
C18M12Y0K39 
(18%,12%,0%,39%)
(0.18/0.12/0.00/0.39)	

CMYK percentages

%18.06
%11.61
%0
%39.22

Codes

Color #7F899B in popluar color models

7F899B
RGB127137155
HSL219°12.28%55.29%
HSB/HSV219°18.06%60.78%
CMYK18.06%11.61%0.00%
39.22%

Color #7F899B in popluar number systems.

HEX7F899B
Decimal127137155
Binary11111111000100110011011
Octal177211233

Shades and tints

Shades of #7F899B

#7F899B
(127,137,155)
#747D8D
(116,125,141)
#69717F
(105,113,127)
#5E6571
(94,101,113)
#535963
(83,89,99)
#484D55
(72,77,85)
#3D4147
(61,65,71)
#323539
(50,53,57)
#27292B
(39,41,43)
#1C1D1D
(28,29,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #7F899B

#7F899B
(127,137,155)
#8A93A4
(138,147,164)
#959DAD
(149,157,173)
#A0A7B6
(160,167,182)
#ABB1BF
(171,177,191)
#B6BBC8
(182,187,200)
#C1C5D1
(193,197,209)
#CCCFDA
(204,207,218)
#D7D9E3
(215,217,227)
#E2E3EC
(226,227,236)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F899B; }

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

This text font color is #7F899B.


Background Color

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

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

This div background color is #7F899B.


Border color

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

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

This div border color is #7F899B.


Opacity

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

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

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

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

This text has shadow with #7F899B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F899B on black background.


Color preview on white background

This text has color #7F899B on white background.



Black color preview on #7F899B background

This text has black color on #7F899B background.


White color preview on #7F899B background

This text has white color on #7F899B background.