COLOR #7E828B

HEX: #7E828B
RGB: (126,130,139)

Renk bilgisi

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

RGB renk modeli

#7E828B color RGB value is (126,130,139).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 130 of 255 = 51%
B 139 of 255 = 55%

126
130
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 130 + 139 = 395 (100%)
R 126 of 395 ~ 31.9%
G 130 of 395 ~ 32.91%
B 139 of 395 ~ 35.19%

%31.9
%32.91
%35.19

CMYK RENK MODELİ

#7E828B rengi CMYK tonu (9,6,0,45).

  • camgöbeği tonu 9.35%
  • eflatun tonu 6.47%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(9,6,0,45)
C9M6Y0K45 
(9%,6%,0%,45%)
(0.09/0.06/0.00/0.45)	

CMYK yüzdeleri

%9.35
%6.47
%0
%45.49

Codes

Color #7E828B in popluar color models

7E828B
RGB126130139
HSL222°5.31%51.96%
HSB/HSV222°9.35%54.51%
CMYK9.35%6.47%0.00%
45.49%

Color #7E828B in popluar number systems.

HEX7E828B
Decimal126130139
Binary11111101000001010001011
Octal176202213

Shades and tints

Shades of #7E828B

#7E828B
(126,130,139)
#73777F
(115,119,127)
#686C73
(104,108,115)
#5D6167
(93,97,103)
#52565B
(82,86,91)
#474B4F
(71,75,79)
#3C4043
(60,64,67)
#313537
(49,53,55)
#262A2B
(38,42,43)
#1B1F1F
(27,31,31)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #7E828B

#7E828B
(126,130,139)
#898D95
(137,141,149)
#94989F
(148,152,159)
#9FA3A9
(159,163,169)
#AAAEB3
(170,174,179)
#B5B9BD
(181,185,189)
#C0C4C7
(192,196,199)
#CBCFD1
(203,207,209)
#D6DADB
(214,218,219)
#E1E5E5
(225,229,229)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E828B; }

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

This text font color is #7E828B.


Background Color

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

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

This div background color is #7E828B.


Border color

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

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

This div border color is #7E828B.


Opacity

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

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

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

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

This text has shadow with #7E828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E828B on black background.


Color preview on white background

This text has color #7E828B on white background.



Black color preview on #7E828B background

This text has black color on #7E828B background.


White color preview on #7E828B background

This text has white color on #7E828B background.