COLOR #7E7B96

HEX: #7E7B96
RGB: (126,123,150)

Renk bilgisi

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

RGB renk modeli

#7E7B96 color RGB value is (126,123,150).

  • kırmız ton 126;
  • yeşil ton 123;
  • mavi ton 150.
RGB:
(126,123,150)
(49%,48%,59%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 123 of 255 = 48%
B 150 of 255 = 59%

126
123
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 123 + 150 = 399 (100%)
R 126 of 399 ~ 31.58%
G 123 of 399 ~ 30.83%
B 150 of 399 ~ 37.59%

%31.58
%30.83
%37.59

CMYK RENK MODELİ

#7E7B96 rengi CMYK tonu (16,18,0,41).

  • camgöbeği tonu 16.00%
  • eflatun tonu 18.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(16,18,0,41)
C16M18Y0K41 
(16%,18%,0%,41%)
(0.16/0.18/0.00/0.41)	

CMYK yüzdeleri

%16
%18
%0
%41.18

Codes

Color #7E7B96 in popluar color models

7E7B96
RGB126123150
HSL247°11.39%53.53%
HSB/HSV247°18.00%58.82%
CMYK16.00%18.00%0.00%
41.18%

Color #7E7B96 in popluar number systems.

HEX7E7B96
Decimal126123150
Binary1111110111101110010110
Octal176173226

Shades and tints

Shades of #7E7B96

#7E7B96
(126,123,150)
#737089
(115,112,137)
#68657C
(104,101,124)
#5D5A6F
(93,90,111)
#524F62
(82,79,98)
#474455
(71,68,85)
#3C3948
(60,57,72)
#312E3B
(49,46,59)
#26232E
(38,35,46)
#1B1821
(27,24,33)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #7E7B96

#7E7B96
(126,123,150)
#89879F
(137,135,159)
#9493A8
(148,147,168)
#9F9FB1
(159,159,177)
#AAABBA
(170,171,186)
#B5B7C3
(181,183,195)
#C0C3CC
(192,195,204)
#CBCFD5
(203,207,213)
#D6DBDE
(214,219,222)
#E1E7E7
(225,231,231)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7B96; }

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

This text font color is #7E7B96.


Background Color

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

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

This div background color is #7E7B96.


Border color

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

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

This div border color is #7E7B96.


Opacity

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

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

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

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

This text has shadow with #7E7B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7B96 on black background.


Color preview on white background

This text has color #7E7B96 on white background.



Black color preview on #7E7B96 background

This text has black color on #7E7B96 background.


White color preview on #7E7B96 background

This text has white color on #7E7B96 background.