COLOR #7E8594

HEX: #7E8594
RGB: (126,133,148)

Renk bilgisi

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

RGB renk modeli

#7E8594 color RGB value is (126,133,148).

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

RGB bağlantıları ve doygunluk

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

126
133
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 133 + 148 = 407 (100%)
R 126 of 407 ~ 30.96%
G 133 of 407 ~ 32.68%
B 148 of 407 ~ 36.36%

%30.96
%32.68
%36.36

CMYK RENK MODELİ

#7E8594 rengi CMYK tonu (15,10,0,42).

  • camgöbeği tonu 14.86%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(15,10,0,42)
C15M10Y0K42 
(15%,10%,0%,42%)
(0.15/0.10/0.00/0.42)	

CMYK yüzdeleri

%14.86
%10.14
%0
%41.96

Codes

Color #7E8594 in popluar color models

7E8594
RGB126133148
HSL221°9.32%53.73%
HSB/HSV221°14.86%58.04%
CMYK14.86%10.14%0.00%
41.96%

Color #7E8594 in popluar number systems.

HEX7E8594
Decimal126133148
Binary11111101000010110010100
Octal176205224

Shades and tints

Shades of #7E8594

#7E8594
(126,133,148)
#737987
(115,121,135)
#686D7A
(104,109,122)
#5D616D
(93,97,109)
#525560
(82,85,96)
#474953
(71,73,83)
#3C3D46
(60,61,70)
#313139
(49,49,57)
#26252C
(38,37,44)
#1B191F
(27,25,31)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E8594

#7E8594
(126,133,148)
#89909D
(137,144,157)
#949BA6
(148,155,166)
#9FA6AF
(159,166,175)
#AAB1B8
(170,177,184)
#B5BCC1
(181,188,193)
#C0C7CA
(192,199,202)
#CBD2D3
(203,210,211)
#D6DDDC
(214,221,220)
#E1E8E5
(225,232,229)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8594; }

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

This text font color is #7E8594.


Background Color

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

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

This div background color is #7E8594.


Border color

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

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

This div border color is #7E8594.


Opacity

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

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

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

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

This text has shadow with #7E8594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8594 on black background.


Color preview on white background

This text has color #7E8594 on white background.



Black color preview on #7E8594 background

This text has black color on #7E8594 background.


White color preview on #7E8594 background

This text has white color on #7E8594 background.