COLOR #7F8690

HEX: #7F8690
RGB: (127,134,144)

Color info

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

RGB color model

#7F8690 color RGB value is (127,134,144).

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

RGB channels and saturation

R 127 of 255 = 50%
G 134 of 255 = 53%
B 144 of 255 = 56%

127
134
144

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

Portions of RGB colors in percentages

R + G + B =
127 + 134 + 144 = 405 (100%)
R 127 of 405 ~ 31.36%
G 134 of 405 ~ 33.09%
B 144 of 405 ~ 35.56%

%31.36
%33.09
%35.56

CMYK color model

#7F8690 color CMYK value is (12,7,0,44).

  • cyan value is 11.81%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(12,7,0,44)
C12M7Y0K44 
(12%,7%,0%,44%)
(0.12/0.07/0.00/0.44)	

CMYK percentages

%11.81
%6.94
%0
%43.53

Codes

Color #7F8690 in popluar color models

7F8690
RGB127134144
HSL215°7.11%53.14%
HSB/HSV215°11.81%56.47%
CMYK11.81%6.94%0.00%
43.53%

Color #7F8690 in popluar number systems.

HEX7F8690
Decimal127134144
Binary11111111000011010010000
Octal177206220

Shades and tints

Shades of #7F8690

#7F8690
(127,134,144)
#747A83
(116,122,131)
#696E76
(105,110,118)
#5E6269
(94,98,105)
#53565C
(83,86,92)
#484A4F
(72,74,79)
#3D3E42
(61,62,66)
#323235
(50,50,53)
#272628
(39,38,40)
#1C1A1B
(28,26,27)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #7F8690

#7F8690
(127,134,144)
#8A919A
(138,145,154)
#959CA4
(149,156,164)
#A0A7AE
(160,167,174)
#ABB2B8
(171,178,184)
#B6BDC2
(182,189,194)
#C1C8CC
(193,200,204)
#CCD3D6
(204,211,214)
#D7DEE0
(215,222,224)
#E2E9EA
(226,233,234)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8690; }

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

This text font color is #7F8690.


Background Color

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

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

This div background color is #7F8690.


Border color

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

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

This div border color is #7F8690.


Opacity

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

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

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

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

This text has shadow with #7F8690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8690 on black background.


Color preview on white background

This text has color #7F8690 on white background.



Black color preview on #7F8690 background

This text has black color on #7F8690 background.


White color preview on #7F8690 background

This text has white color on #7F8690 background.