COLOR #7E7E83

HEX: #7E7E83
RGB: (126,126,131)

Renk bilgisi

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

RGB renk modeli

#7E7E83 color RGB value is (126,126,131).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 126 of 255 = 49%
B 131 of 255 = 51%

126
126
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 126 + 131 = 383 (100%)
R 126 of 383 ~ 32.9%
G 126 of 383 ~ 32.9%
B 131 of 383 ~ 34.2%

%32.9
%32.9
%34.2

CMYK RENK MODELİ

#7E7E83 rengi CMYK tonu (4,4,0,49).

  • camgöbeği tonu 3.82%
  • eflatun tonu 3.82%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(4,4,0,49)
C4M4Y0K49 
(4%,4%,0%,49%)
(0.04/0.04/0.00/0.49)	

CMYK yüzdeleri

%3.82
%3.82
%0
%48.63

Codes

Color #7E7E83 in popluar color models

7E7E83
RGB126126131
HSL240°1.98%50.39%
HSB/HSV240°3.82%51.37%
CMYK3.82%3.82%0.00%
48.63%

Color #7E7E83 in popluar number systems.

HEX7E7E83
Decimal126126131
Binary1111110111111010000011
Octal176176203

Shades and tints

Shades of #7E7E83

#7E7E83
(126,126,131)
#737378
(115,115,120)
#68686D
(104,104,109)
#5D5D62
(93,93,98)
#525257
(82,82,87)
#47474C
(71,71,76)
#3C3C41
(60,60,65)
#313136
(49,49,54)
#26262B
(38,38,43)
#1B1B20
(27,27,32)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7E7E83

#7E7E83
(126,126,131)
#89898E
(137,137,142)
#949499
(148,148,153)
#9F9FA4
(159,159,164)
#AAAAAF
(170,170,175)
#B5B5BA
(181,181,186)
#C0C0C5
(192,192,197)
#CBCBD0
(203,203,208)
#D6D6DB
(214,214,219)
#E1E1E6
(225,225,230)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7E83; }

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

This text font color is #7E7E83.


Background Color

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

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

This div background color is #7E7E83.


Border color

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

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

This div border color is #7E7E83.


Opacity

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

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

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

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

This text has shadow with #7E7E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7E83 on black background.


Color preview on white background

This text has color #7E7E83 on white background.



Black color preview on #7E7E83 background

This text has black color on #7E7E83 background.


White color preview on #7E7E83 background

This text has white color on #7E7E83 background.