COLOR #7E828A

HEX: #7E828A
RGB: (126,130,138)

Renk bilgisi

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

RGB renk modeli

#7E828A color RGB value is (126,130,138).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 130 of 255 = 51%
B 138 of 255 = 54%

126
130
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 130 + 138 = 394 (100%)
R 126 of 394 ~ 31.98%
G 130 of 394 ~ 32.99%
B 138 of 394 ~ 35.03%

%31.98
%32.99
%35.03

CMYK RENK MODELİ

#7E828A rengi CMYK tonu (9,6,0,46).

  • camgöbeği tonu 8.70%
  • eflatun tonu 5.80%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(9,6,0,46)
C9M6Y0K46 
(9%,6%,0%,46%)
(0.09/0.06/0.00/0.46)	

CMYK yüzdeleri

%8.7
%5.8
%0
%45.88

Codes

Color #7E828A in popluar color models

7E828A
RGB126130138
HSL220°4.88%51.76%
HSB/HSV220°8.70%54.12%
CMYK8.70%5.80%0.00%
45.88%

Color #7E828A in popluar number systems.

HEX7E828A
Decimal126130138
Binary11111101000001010001010
Octal176202212

Shades and tints

Shades of #7E828A

#7E828A
(126,130,138)
#73777E
(115,119,126)
#686C72
(104,108,114)
#5D6166
(93,97,102)
#52565A
(82,86,90)
#474B4E
(71,75,78)
#3C4042
(60,64,66)
#313536
(49,53,54)
#262A2A
(38,42,42)
#1B1F1E
(27,31,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7E828A

#7E828A
(126,130,138)
#898D94
(137,141,148)
#94989E
(148,152,158)
#9FA3A8
(159,163,168)
#AAAEB2
(170,174,178)
#B5B9BC
(181,185,188)
#C0C4C6
(192,196,198)
#CBCFD0
(203,207,208)
#D6DADA
(214,218,218)
#E1E5E4
(225,229,228)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E828A; }

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

This text font color is #7E828A.


Background Color

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

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

This div background color is #7E828A.


Border color

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

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

This div border color is #7E828A.


Opacity

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

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

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

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

This text has shadow with #7E828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E828A on black background.


Color preview on white background

This text has color #7E828A on white background.



Black color preview on #7E828A background

This text has black color on #7E828A background.


White color preview on #7E828A background

This text has white color on #7E828A background.