COLOR #7E8B86

HEX: #7E8B86
RGB: (126,139,134)

Renk bilgisi

#7E8B86 contains red, green and blue colors in about the same proportion. #7E8B86 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7E8B86 color RGB value is (126,139,134).

  • kırmız ton 126;
  • yeşil ton 139;
  • mavi ton 134.
RGB:
(126,139,134)
(49%,55%,53%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 139 of 255 = 55%
B 134 of 255 = 53%

126
139
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 139 + 134 = 399 (100%)
R 126 of 399 ~ 31.58%
G 139 of 399 ~ 34.84%
B 134 of 399 ~ 33.58%

%31.58
%34.84
%33.58

CMYK RENK MODELİ

#7E8B86 rengi CMYK tonu (9,0,4,45).

  • camgöbeği tonu 9.35%
  • eflatun tonu 0.00%
  • sarı tonu 3.60%
  • ana renk tonu 45.49%
CMYK:
(9,0,4,45)
C9M0Y4K45 
(9%,0%,4%,45%)
(0.09/0.00/0.04/0.45)	

CMYK yüzdeleri

%9.35
%0
%3.6
%45.49

Codes

Color #7E8B86 in popluar color models

7E8B86
RGB126139134
HSL157°5.31%51.96%
HSB/HSV157°9.35%54.51%
CMYK9.35%0.00%3.60%
45.49%

Color #7E8B86 in popluar number systems.

HEX7E8B86
Decimal126139134
Binary11111101000101110000110
Octal176213206

Shades and tints

Shades of #7E8B86

#7E8B86
(126,139,134)
#737F7A
(115,127,122)
#68736E
(104,115,110)
#5D6762
(93,103,98)
#525B56
(82,91,86)
#474F4A
(71,79,74)
#3C433E
(60,67,62)
#313732
(49,55,50)
#262B26
(38,43,38)
#1B1F1A
(27,31,26)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #7E8B86

#7E8B86
(126,139,134)
#899591
(137,149,145)
#949F9C
(148,159,156)
#9FA9A7
(159,169,167)
#AAB3B2
(170,179,178)
#B5BDBD
(181,189,189)
#C0C7C8
(192,199,200)
#CBD1D3
(203,209,211)
#D6DBDE
(214,219,222)
#E1E5E9
(225,229,233)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8B86 color. Also use rgb(126,139,134) instead hex code.

Text Font Color

.myTextColor { color: #7E8B86; }

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

This text font color is #7E8B86.


Background Color

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

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

This div background color is #7E8B86.


Border color

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

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

This div border color is #7E8B86.


Opacity

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

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

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

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

This text has shadow with #7E8B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8B86 on black background.


Color preview on white background

This text has color #7E8B86 on white background.



Black color preview on #7E8B86 background

This text has black color on #7E8B86 background.


White color preview on #7E8B86 background

This text has white color on #7E8B86 background.