COLOR #7E8896

HEX: #7E8896
RGB: (126,136,150)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
136
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 136 + 150 = 412 (100%)
R 126 of 412 ~ 30.58%
G 136 of 412 ~ 33.01%
B 150 of 412 ~ 36.41%

%30.58
%33.01
%36.41

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16
%9.33
%0
%41.18

Codes

Color #7E8896 in popluar color models

7E8896
RGB126136150
HSL215°10.26%54.12%
HSB/HSV215°16.00%58.82%
CMYK16.00%9.33%0.00%
41.18%

Color #7E8896 in popluar number systems.

HEX7E8896
Decimal126136150
Binary11111101000100010010110
Octal176210226

Shades and tints

Shades of #7E8896

#7E8896
(126,136,150)
#737C89
(115,124,137)
#68707C
(104,112,124)
#5D646F
(93,100,111)
#525862
(82,88,98)
#474C55
(71,76,85)
#3C4048
(60,64,72)
#31343B
(49,52,59)
#26282E
(38,40,46)
#1B1C21
(27,28,33)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7E8896

#7E8896
(126,136,150)
#89929F
(137,146,159)
#949CA8
(148,156,168)
#9FA6B1
(159,166,177)
#AAB0BA
(170,176,186)
#B5BAC3
(181,186,195)
#C0C4CC
(192,196,204)
#CBCED5
(203,206,213)
#D6D8DE
(214,216,222)
#E1E2E7
(225,226,231)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8896; }

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

This text font color is #7E8896.


Background Color

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

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

This div background color is #7E8896.


Border color

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

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

This div border color is #7E8896.


Opacity

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

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

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

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

This text has shadow with #7E8896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8896 on black background.


Color preview on white background

This text has color #7E8896 on white background.



Black color preview on #7E8896 background

This text has black color on #7E8896 background.


White color preview on #7E8896 background

This text has white color on #7E8896 background.