COLOR #7E8389

HEX: #7E8389
RGB: (126,131,137)

Renk bilgisi

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

RGB renk modeli

#7E8389 color RGB value is (126,131,137).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 131 of 255 = 51%
B 137 of 255 = 54%

126
131
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 131 + 137 = 394 (100%)
R 126 of 394 ~ 31.98%
G 131 of 394 ~ 33.25%
B 137 of 394 ~ 34.77%

%31.98
%33.25
%34.77

CMYK RENK MODELİ

#7E8389 rengi CMYK tonu (8,4,0,46).

  • camgöbeği tonu 8.03%
  • eflatun tonu 4.38%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(8,4,0,46)
C8M4Y0K46 
(8%,4%,0%,46%)
(0.08/0.04/0.00/0.46)	

CMYK yüzdeleri

%8.03
%4.38
%0
%46.27

Codes

Color #7E8389 in popluar color models

7E8389
RGB126131137
HSL213°4.45%51.57%
HSB/HSV213°8.03%53.73%
CMYK8.03%4.38%0.00%
46.27%

Color #7E8389 in popluar number systems.

HEX7E8389
Decimal126131137
Binary11111101000001110001001
Octal176203211

Shades and tints

Shades of #7E8389

#7E8389
(126,131,137)
#73787D
(115,120,125)
#686D71
(104,109,113)
#5D6265
(93,98,101)
#525759
(82,87,89)
#474C4D
(71,76,77)
#3C4141
(60,65,65)
#313635
(49,54,53)
#262B29
(38,43,41)
#1B201D
(27,32,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #7E8389

#7E8389
(126,131,137)
#898E93
(137,142,147)
#94999D
(148,153,157)
#9FA4A7
(159,164,167)
#AAAFB1
(170,175,177)
#B5BABB
(181,186,187)
#C0C5C5
(192,197,197)
#CBD0CF
(203,208,207)
#D6DBD9
(214,219,217)
#E1E6E3
(225,230,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8389; }

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

This text font color is #7E8389.


Background Color

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

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

This div background color is #7E8389.


Border color

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

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

This div border color is #7E8389.


Opacity

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

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

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

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

This text has shadow with #7E8389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8389 on black background.


Color preview on white background

This text has color #7E8389 on white background.



Black color preview on #7E8389 background

This text has black color on #7E8389 background.


White color preview on #7E8389 background

This text has white color on #7E8389 background.