COLOR #7E8586

HEX: #7E8586
RGB: (126,133,134)

Renk bilgisi

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

RGB renk modeli

#7E8586 color RGB value is (126,133,134).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 133 of 255 = 52%
B 134 of 255 = 53%

126
133
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 133 + 134 = 393 (100%)
R 126 of 393 ~ 32.06%
G 133 of 393 ~ 33.84%
B 134 of 393 ~ 34.1%

%32.06
%33.84
%34.1

CMYK RENK MODELİ

#7E8586 rengi CMYK tonu (6,1,0,47).

  • camgöbeği tonu 5.97%
  • eflatun tonu 0.75%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(6,1,0,47)
C6M1Y0K47 
(6%,1%,0%,47%)
(0.06/0.01/0.00/0.47)	

CMYK yüzdeleri

%5.97
%0.75
%0
%47.45

Codes

Color #7E8586 in popluar color models

7E8586
RGB126133134
HSL188°3.20%50.98%
HSB/HSV188°5.97%52.55%
CMYK5.97%0.75%0.00%
47.45%

Color #7E8586 in popluar number systems.

HEX7E8586
Decimal126133134
Binary11111101000010110000110
Octal176205206

Shades and tints

Shades of #7E8586

#7E8586
(126,133,134)
#73797A
(115,121,122)
#686D6E
(104,109,110)
#5D6162
(93,97,98)
#525556
(82,85,86)
#47494A
(71,73,74)
#3C3D3E
(60,61,62)
#313132
(49,49,50)
#262526
(38,37,38)
#1B191A
(27,25,26)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #7E8586

#7E8586
(126,133,134)
#899091
(137,144,145)
#949B9C
(148,155,156)
#9FA6A7
(159,166,167)
#AAB1B2
(170,177,178)
#B5BCBD
(181,188,189)
#C0C7C8
(192,199,200)
#CBD2D3
(203,210,211)
#D6DDDE
(214,221,222)
#E1E8E9
(225,232,233)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8586; }

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

This text font color is #7E8586.


Background Color

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

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

This div background color is #7E8586.


Border color

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

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

This div border color is #7E8586.


Opacity

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

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

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

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

This text has shadow with #7E8586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8586 on black background.


Color preview on white background

This text has color #7E8586 on white background.



Black color preview on #7E8586 background

This text has black color on #7E8586 background.


White color preview on #7E8586 background

This text has white color on #7E8586 background.