COLOR #7E8387

HEX: #7E8387
RGB: (126,131,135)

Renk bilgisi

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

RGB renk modeli

#7E8387 color RGB value is (126,131,135).

  • kırmız ton 126;
  • yeşil ton 131;
  • mavi ton 135.
RGB:
(126,131,135)
(49%,51%,53%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 131 of 255 = 51%
B 135 of 255 = 53%

126
131
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 131 + 135 = 392 (100%)
R 126 of 392 ~ 32.14%
G 131 of 392 ~ 33.42%
B 135 of 392 ~ 34.44%

%32.14
%33.42
%34.44

CMYK RENK MODELİ

#7E8387 rengi CMYK tonu (7,3,0,47).

  • camgöbeği tonu 6.67%
  • eflatun tonu 2.96%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,3,0,47)
C7M3Y0K47 
(7%,3%,0%,47%)
(0.07/0.03/0.00/0.47)	

CMYK yüzdeleri

%6.67
%2.96
%0
%47.06

Codes

Color #7E8387 in popluar color models

7E8387
RGB126131135
HSL207°3.61%51.18%
HSB/HSV207°6.67%52.94%
CMYK6.67%2.96%0.00%
47.06%

Color #7E8387 in popluar number systems.

HEX7E8387
Decimal126131135
Binary11111101000001110000111
Octal176203207

Shades and tints

Shades of #7E8387

#7E8387
(126,131,135)
#73787B
(115,120,123)
#686D6F
(104,109,111)
#5D6263
(93,98,99)
#525757
(82,87,87)
#474C4B
(71,76,75)
#3C413F
(60,65,63)
#313633
(49,54,51)
#262B27
(38,43,39)
#1B201B
(27,32,27)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #7E8387

#7E8387
(126,131,135)
#898E91
(137,142,145)
#94999B
(148,153,155)
#9FA4A5
(159,164,165)
#AAAFAF
(170,175,175)
#B5BAB9
(181,186,185)
#C0C5C3
(192,197,195)
#CBD0CD
(203,208,205)
#D6DBD7
(214,219,215)
#E1E6E1
(225,230,225)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8387 color. Also use rgb(126,131,135) instead hex code.

Text Font Color

.myTextColor { color: #7E8387; }

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

This text font color is #7E8387.


Background Color

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

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

This div background color is #7E8387.


Border color

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

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

This div border color is #7E8387.


Opacity

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

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

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

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

This text has shadow with #7E8387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8387 on black background.


Color preview on white background

This text has color #7E8387 on white background.



Black color preview on #7E8387 background

This text has black color on #7E8387 background.


White color preview on #7E8387 background

This text has white color on #7E8387 background.