COLOR #7E8C87

HEX: #7E8C87
RGB: (126,140,135)

Renk bilgisi

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

RGB renk modeli

#7E8C87 color RGB value is (126,140,135).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 140 of 255 = 55%
B 135 of 255 = 53%

126
140
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 140 + 135 = 401 (100%)
R 126 of 401 ~ 31.42%
G 140 of 401 ~ 34.91%
B 135 of 401 ~ 33.67%

%31.42
%34.91
%33.67

CMYK RENK MODELİ

#7E8C87 rengi CMYK tonu (10,0,4,45).

  • camgöbeği tonu 10.00%
  • eflatun tonu 0.00%
  • sarı tonu 3.57%
  • ana renk tonu 45.10%
CMYK:
(10,0,4,45)
C10M0Y4K45 
(10%,0%,4%,45%)
(0.10/0.00/0.04/0.45)	

CMYK yüzdeleri

%10
%0
%3.57
%45.1

Codes

Color #7E8C87 in popluar color models

7E8C87
RGB126140135
HSL159°5.74%52.16%
HSB/HSV159°10.00%54.90%
CMYK10.00%0.00%3.57%
45.10%

Color #7E8C87 in popluar number systems.

HEX7E8C87
Decimal126140135
Binary11111101000110010000111
Octal176214207

Shades and tints

Shades of #7E8C87

#7E8C87
(126,140,135)
#73807B
(115,128,123)
#68746F
(104,116,111)
#5D6863
(93,104,99)
#525C57
(82,92,87)
#47504B
(71,80,75)
#3C443F
(60,68,63)
#313833
(49,56,51)
#262C27
(38,44,39)
#1B201B
(27,32,27)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E8C87

#7E8C87
(126,140,135)
#899691
(137,150,145)
#94A09B
(148,160,155)
#9FAAA5
(159,170,165)
#AAB4AF
(170,180,175)
#B5BEB9
(181,190,185)
#C0C8C3
(192,200,195)
#CBD2CD
(203,210,205)
#D6DCD7
(214,220,215)
#E1E6E1
(225,230,225)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8C87; }

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

This text font color is #7E8C87.


Background Color

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

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

This div background color is #7E8C87.


Border color

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

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

This div border color is #7E8C87.


Opacity

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

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

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

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

This text has shadow with #7E8C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8C87 on black background.


Color preview on white background

This text has color #7E8C87 on white background.



Black color preview on #7E8C87 background

This text has black color on #7E8C87 background.


White color preview on #7E8C87 background

This text has white color on #7E8C87 background.