COLOR #7E8993

HEX: #7E8993
RGB: (126,137,147)

Renk bilgisi

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

RGB renk modeli

#7E8993 color RGB value is (126,137,147).

  • kırmız ton 126;
  • yeşil ton 137;
  • mavi ton 147.
RGB:
(126,137,147)
(49%,54%,58%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 137 of 255 = 54%
B 147 of 255 = 58%

126
137
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 137 + 147 = 410 (100%)
R 126 of 410 ~ 30.73%
G 137 of 410 ~ 33.41%
B 147 of 410 ~ 35.85%

%30.73
%33.41
%35.85

CMYK RENK MODELİ

#7E8993 rengi CMYK tonu (14,7,0,42).

  • camgöbeği tonu 14.29%
  • eflatun tonu 6.80%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(14,7,0,42)
C14M7Y0K42 
(14%,7%,0%,42%)
(0.14/0.07/0.00/0.42)	

CMYK yüzdeleri

%14.29
%6.8
%0
%42.35

Codes

Color #7E8993 in popluar color models

7E8993
RGB126137147
HSL209°8.86%53.53%
HSB/HSV209°14.29%57.65%
CMYK14.29%6.80%0.00%
42.35%

Color #7E8993 in popluar number systems.

HEX7E8993
Decimal126137147
Binary11111101000100110010011
Octal176211223

Shades and tints

Shades of #7E8993

#7E8993
(126,137,147)
#737D86
(115,125,134)
#687179
(104,113,121)
#5D656C
(93,101,108)
#52595F
(82,89,95)
#474D52
(71,77,82)
#3C4145
(60,65,69)
#313538
(49,53,56)
#26292B
(38,41,43)
#1B1D1E
(27,29,30)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7E8993

#7E8993
(126,137,147)
#89939C
(137,147,156)
#949DA5
(148,157,165)
#9FA7AE
(159,167,174)
#AAB1B7
(170,177,183)
#B5BBC0
(181,187,192)
#C0C5C9
(192,197,201)
#CBCFD2
(203,207,210)
#D6D9DB
(214,217,219)
#E1E3E4
(225,227,228)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8993; }

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

This text font color is #7E8993.


Background Color

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

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

This div background color is #7E8993.


Border color

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

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

This div border color is #7E8993.


Opacity

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

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

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

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

This text has shadow with #7E8993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8993 on black background.


Color preview on white background

This text has color #7E8993 on white background.



Black color preview on #7E8993 background

This text has black color on #7E8993 background.


White color preview on #7E8993 background

This text has white color on #7E8993 background.