COLOR #7E8494

HEX: #7E8494
RGB: (126,132,148)

Renk bilgisi

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

RGB renk modeli

#7E8494 color RGB value is (126,132,148).

  • kırmız ton 126;
  • yeşil ton 132;
  • mavi ton 148.
RGB:
(126,132,148)
(49%,52%,58%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 132 of 255 = 52%
B 148 of 255 = 58%

126
132
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 132 + 148 = 406 (100%)
R 126 of 406 ~ 31.03%
G 132 of 406 ~ 32.51%
B 148 of 406 ~ 36.45%

%31.03
%32.51
%36.45

CMYK RENK MODELİ

#7E8494 rengi CMYK tonu (15,11,0,42).

  • camgöbeği tonu 14.86%
  • eflatun tonu 10.81%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(15,11,0,42)
C15M11Y0K42 
(15%,11%,0%,42%)
(0.15/0.11/0.00/0.42)	

CMYK yüzdeleri

%14.86
%10.81
%0
%41.96

Codes

Color #7E8494 in popluar color models

7E8494
RGB126132148
HSL224°9.32%53.73%
HSB/HSV224°14.86%58.04%
CMYK14.86%10.81%0.00%
41.96%

Color #7E8494 in popluar number systems.

HEX7E8494
Decimal126132148
Binary11111101000010010010100
Octal176204224

Shades and tints

Shades of #7E8494

#7E8494
(126,132,148)
#737887
(115,120,135)
#686C7A
(104,108,122)
#5D606D
(93,96,109)
#525460
(82,84,96)
#474853
(71,72,83)
#3C3C46
(60,60,70)
#313039
(49,48,57)
#26242C
(38,36,44)
#1B181F
(27,24,31)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #7E8494

#7E8494
(126,132,148)
#898F9D
(137,143,157)
#949AA6
(148,154,166)
#9FA5AF
(159,165,175)
#AAB0B8
(170,176,184)
#B5BBC1
(181,187,193)
#C0C6CA
(192,198,202)
#CBD1D3
(203,209,211)
#D6DCDC
(214,220,220)
#E1E7E5
(225,231,229)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8494; }

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

This text font color is #7E8494.


Background Color

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

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

This div background color is #7E8494.


Border color

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

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

This div border color is #7E8494.


Opacity

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

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

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

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

This text has shadow with #7E8494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8494 on black background.


Color preview on white background

This text has color #7E8494 on white background.



Black color preview on #7E8494 background

This text has black color on #7E8494 background.


White color preview on #7E8494 background

This text has white color on #7E8494 background.