COLOR #7F8683

HEX: #7F8683
RGB: (127,134,131)

Color info

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

RGB color model

#7F8683 color RGB value is (127,134,131).

  • red value is 127;
  • green value is 134;
  • blue value is 131.
RGB:
(127,134,131)
(50%,53%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 134 of 255 = 53%
B 131 of 255 = 51%

127
134
131

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

Portions of RGB colors in percentages

R + G + B =
127 + 134 + 131 = 392 (100%)
R 127 of 392 ~ 32.4%
G 134 of 392 ~ 34.18%
B 131 of 392 ~ 33.42%

%32.4
%34.18
%33.42

CMYK color model

#7F8683 color CMYK value is (5,0,2,47).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 2.24%
  • key color value is 47.45%
CMYK:
(5,0,2,47)
C5M0Y2K47 
(5%,0%,2%,47%)
(0.05/0.00/0.02/0.47)	

CMYK percentages

%5.22
%0
%2.24
%47.45

Codes

Color #7F8683 in popluar color models

7F8683
RGB127134131
HSL154°2.81%51.18%
HSB/HSV154°5.22%52.55%
CMYK5.22%0.00%2.24%
47.45%

Color #7F8683 in popluar number systems.

HEX7F8683
Decimal127134131
Binary11111111000011010000011
Octal177206203

Shades and tints

Shades of #7F8683

#7F8683
(127,134,131)
#747A78
(116,122,120)
#696E6D
(105,110,109)
#5E6262
(94,98,98)
#535657
(83,86,87)
#484A4C
(72,74,76)
#3D3E41
(61,62,65)
#323236
(50,50,54)
#27262B
(39,38,43)
#1C1A20
(28,26,32)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #7F8683

#7F8683
(127,134,131)
#8A918E
(138,145,142)
#959C99
(149,156,153)
#A0A7A4
(160,167,164)
#ABB2AF
(171,178,175)
#B6BDBA
(182,189,186)
#C1C8C5
(193,200,197)
#CCD3D0
(204,211,208)
#D7DEDB
(215,222,219)
#E2E9E6
(226,233,230)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8683 color. Also use rgb(127,134,131) instead hex code.

Text Font Color

.myTextColor { color: #7F8683; }

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

This text font color is #7F8683.


Background Color

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

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

This div background color is #7F8683.


Border color

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

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

This div border color is #7F8683.


Opacity

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

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

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

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

This text has shadow with #7F8683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8683 on black background.


Color preview on white background

This text has color #7F8683 on white background.



Black color preview on #7F8683 background

This text has black color on #7F8683 background.


White color preview on #7F8683 background

This text has white color on #7F8683 background.