COLOR #7E8B8D

HEX: #7E8B8D
RGB: (126,139,141)

Renk bilgisi

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

RGB renk modeli

#7E8B8D color RGB value is (126,139,141).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 139 of 255 = 55%
B 141 of 255 = 55%

126
139
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 139 + 141 = 406 (100%)
R 126 of 406 ~ 31.03%
G 139 of 406 ~ 34.24%
B 141 of 406 ~ 34.73%

%31.03
%34.24
%34.73

CMYK RENK MODELİ

#7E8B8D rengi CMYK tonu (11,1,0,45).

  • camgöbeği tonu 10.64%
  • eflatun tonu 1.42%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(11,1,0,45)
C11M1Y0K45 
(11%,1%,0%,45%)
(0.11/0.01/0.00/0.45)	

CMYK yüzdeleri

%10.64
%1.42
%0
%44.71

Codes

Color #7E8B8D in popluar color models

7E8B8D
RGB126139141
HSL188°6.17%52.35%
HSB/HSV188°10.64%55.29%
CMYK10.64%1.42%0.00%
44.71%

Color #7E8B8D in popluar number systems.

HEX7E8B8D
Decimal126139141
Binary11111101000101110001101
Octal176213215

Shades and tints

Shades of #7E8B8D

#7E8B8D
(126,139,141)
#737F81
(115,127,129)
#687375
(104,115,117)
#5D6769
(93,103,105)
#525B5D
(82,91,93)
#474F51
(71,79,81)
#3C4345
(60,67,69)
#313739
(49,55,57)
#262B2D
(38,43,45)
#1B1F21
(27,31,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #7E8B8D

#7E8B8D
(126,139,141)
#899597
(137,149,151)
#949FA1
(148,159,161)
#9FA9AB
(159,169,171)
#AAB3B5
(170,179,181)
#B5BDBF
(181,189,191)
#C0C7C9
(192,199,201)
#CBD1D3
(203,209,211)
#D6DBDD
(214,219,221)
#E1E5E7
(225,229,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8B8D color. Also use rgb(126,139,141) instead hex code.

Text Font Color

.myTextColor { color: #7E8B8D; }

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

This text font color is #7E8B8D.


Background Color

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

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

This div background color is #7E8B8D.


Border color

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

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

This div border color is #7E8B8D.


Opacity

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

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

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

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

This text has shadow with #7E8B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8B8D on black background.


Color preview on white background

This text has color #7E8B8D on white background.



Black color preview on #7E8B8D background

This text has black color on #7E8B8D background.


White color preview on #7E8B8D background

This text has white color on #7E8B8D background.