COLOR #7E8587

HEX: #7E8587
RGB: (126,133,135)

Renk bilgisi

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

RGB renk modeli

#7E8587 color RGB value is (126,133,135).

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

RGB bağlantıları ve doygunluk

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

126
133
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 133 + 135 = 394 (100%)
R 126 of 394 ~ 31.98%
G 133 of 394 ~ 33.76%
B 135 of 394 ~ 34.26%

%31.98
%33.76
%34.26

CMYK RENK MODELİ

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

  • camgöbeği tonu 6.67%
  • eflatun tonu 1.48%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,1,0,47)
C7M1Y0K47 
(7%,1%,0%,47%)
(0.07/0.01/0.00/0.47)	

CMYK yüzdeleri

%6.67
%1.48
%0
%47.06

Codes

Color #7E8587 in popluar color models

7E8587
RGB126133135
HSL193°3.61%51.18%
HSB/HSV193°6.67%52.94%
CMYK6.67%1.48%0.00%
47.06%

Color #7E8587 in popluar number systems.

HEX7E8587
Decimal126133135
Binary11111101000010110000111
Octal176205207

Shades and tints

Shades of #7E8587

#7E8587
(126,133,135)
#73797B
(115,121,123)
#686D6F
(104,109,111)
#5D6163
(93,97,99)
#525557
(82,85,87)
#47494B
(71,73,75)
#3C3D3F
(60,61,63)
#313133
(49,49,51)
#262527
(38,37,39)
#1B191B
(27,25,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E8587

#7E8587
(126,133,135)
#899091
(137,144,145)
#949B9B
(148,155,155)
#9FA6A5
(159,166,165)
#AAB1AF
(170,177,175)
#B5BCB9
(181,188,185)
#C0C7C3
(192,199,195)
#CBD2CD
(203,210,205)
#D6DDD7
(214,221,215)
#E1E8E1
(225,232,225)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8587; }

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

This text font color is #7E8587.


Background Color

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

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

This div background color is #7E8587.


Border color

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

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

This div border color is #7E8587.


Opacity

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

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

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

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

This text has shadow with #7E8587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8587 on black background.


Color preview on white background

This text has color #7E8587 on white background.



Black color preview on #7E8587 background

This text has black color on #7E8587 background.


White color preview on #7E8587 background

This text has white color on #7E8587 background.