COLOR #7F8189

HEX: #7F8189
RGB: (127,129,137)

Color info

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

RGB color model

#7F8189 color RGB value is (127,129,137).

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

RGB channels and saturation

R 127 of 255 = 50%
G 129 of 255 = 51%
B 137 of 255 = 54%

127
129
137

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

Portions of RGB colors in percentages

R + G + B =
127 + 129 + 137 = 393 (100%)
R 127 of 393 ~ 32.32%
G 129 of 393 ~ 32.82%
B 137 of 393 ~ 34.86%

%32.32
%32.82
%34.86

CMYK color model

#7F8189 color CMYK value is (7,6,0,46).

  • cyan value is 7.30%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(7,6,0,46)
C7M6Y0K46 
(7%,6%,0%,46%)
(0.07/0.06/0.00/0.46)	

CMYK percentages

%7.3
%5.84
%0
%46.27

Codes

Color #7F8189 in popluar color models

7F8189
RGB127129137
HSL228°4.07%51.76%
HSB/HSV228°7.30%53.73%
CMYK7.30%5.84%0.00%
46.27%

Color #7F8189 in popluar number systems.

HEX7F8189
Decimal127129137
Binary11111111000000110001001
Octal177201211

Shades and tints

Shades of #7F8189

#7F8189
(127,129,137)
#74767D
(116,118,125)
#696B71
(105,107,113)
#5E6065
(94,96,101)
#535559
(83,85,89)
#484A4D
(72,74,77)
#3D3F41
(61,63,65)
#323435
(50,52,53)
#272929
(39,41,41)
#1C1E1D
(28,30,29)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7F8189

#7F8189
(127,129,137)
#8A8C93
(138,140,147)
#95979D
(149,151,157)
#A0A2A7
(160,162,167)
#ABADB1
(171,173,177)
#B6B8BB
(182,184,187)
#C1C3C5
(193,195,197)
#CCCECF
(204,206,207)
#D7D9D9
(215,217,217)
#E2E4E3
(226,228,227)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8189; }

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

This text font color is #7F8189.


Background Color

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

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

This div background color is #7F8189.


Border color

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

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

This div border color is #7F8189.


Opacity

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

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

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

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

This text has shadow with #7F8189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8189 on black background.


Color preview on white background

This text has color #7F8189 on white background.



Black color preview on #7F8189 background

This text has black color on #7F8189 background.


White color preview on #7F8189 background

This text has white color on #7F8189 background.