COLOR #7E9696

HEX: #7E9696
RGB: (126,150,150)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
150
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 150 + 150 = 426 (100%)
R 126 of 426 ~ 29.58%
G 150 of 426 ~ 35.21%
B 150 of 426 ~ 35.21%

%29.58
%35.21
%35.21

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16
%0
%0
%41.18

Codes

Color #7E9696 in popluar color models

7E9696
RGB126150150
HSL180°10.26%54.12%
HSB/HSV180°16.00%58.82%
CMYK16.00%0.00%0.00%
41.18%

Color #7E9696 in popluar number systems.

HEX7E9696
Decimal126150150
Binary11111101001011010010110
Octal176226226

Shades and tints

Shades of #7E9696

#7E9696
(126,150,150)
#738989
(115,137,137)
#687C7C
(104,124,124)
#5D6F6F
(93,111,111)
#526262
(82,98,98)
#475555
(71,85,85)
#3C4848
(60,72,72)
#313B3B
(49,59,59)
#262E2E
(38,46,46)
#1B2121
(27,33,33)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #7E9696

#7E9696
(126,150,150)
#899F9F
(137,159,159)
#94A8A8
(148,168,168)
#9FB1B1
(159,177,177)
#AABABA
(170,186,186)
#B5C3C3
(181,195,195)
#C0CCCC
(192,204,204)
#CBD5D5
(203,213,213)
#D6DEDE
(214,222,222)
#E1E7E7
(225,231,231)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9696; }

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

This text font color is #7E9696.


Background Color

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

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

This div background color is #7E9696.


Border color

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

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

This div border color is #7E9696.


Opacity

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

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

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

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

This text has shadow with #7E9696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9696 on black background.


Color preview on white background

This text has color #7E9696 on white background.



Black color preview on #7E9696 background

This text has black color on #7E9696 background.


White color preview on #7E9696 background

This text has white color on #7E9696 background.