COLOR #7E998B

HEX: #7E998B
RGB: (126,153,139)

Renk bilgisi

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

RGB renk modeli

#7E998B color RGB value is (126,153,139).

  • kırmız ton 126;
  • yeşil ton 153;
  • mavi ton 139.
RGB:
(126,153,139)
(49%,60%,55%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 153 of 255 = 60%
B 139 of 255 = 55%

126
153
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 153 + 139 = 418 (100%)
R 126 of 418 ~ 30.14%
G 153 of 418 ~ 36.6%
B 139 of 418 ~ 33.25%

%30.14
%36.6
%33.25

CMYK RENK MODELİ

#7E998B rengi CMYK tonu (18,0,9,40).

  • camgöbeği tonu 17.65%
  • eflatun tonu 0.00%
  • sarı tonu 9.15%
  • ana renk tonu 40.00%
CMYK:
(18,0,9,40)
C18M0Y9K40 
(18%,0%,9%,40%)
(0.18/0.00/0.09/0.40)	

CMYK yüzdeleri

%17.65
%0
%9.15
%40

Codes

Color #7E998B in popluar color models

7E998B
RGB126153139
HSL149°11.69%54.71%
HSB/HSV149°17.65%60.00%
CMYK17.65%0.00%9.15%
40.00%

Color #7E998B in popluar number systems.

HEX7E998B
Decimal126153139
Binary11111101001100110001011
Octal176231213

Shades and tints

Shades of #7E998B

#7E998B
(126,153,139)
#738C7F
(115,140,127)
#687F73
(104,127,115)
#5D7267
(93,114,103)
#52655B
(82,101,91)
#47584F
(71,88,79)
#3C4B43
(60,75,67)
#313E37
(49,62,55)
#26312B
(38,49,43)
#1B241F
(27,36,31)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #7E998B

#7E998B
(126,153,139)
#89A295
(137,162,149)
#94AB9F
(148,171,159)
#9FB4A9
(159,180,169)
#AABDB3
(170,189,179)
#B5C6BD
(181,198,189)
#C0CFC7
(192,207,199)
#CBD8D1
(203,216,209)
#D6E1DB
(214,225,219)
#E1EAE5
(225,234,229)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E998B; }

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

This text font color is #7E998B.


Background Color

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

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

This div background color is #7E998B.


Border color

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

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

This div border color is #7E998B.


Opacity

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

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

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

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

This text has shadow with #7E998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E998B on black background.


Color preview on white background

This text has color #7E998B on white background.



Black color preview on #7E998B background

This text has black color on #7E998B background.


White color preview on #7E998B background

This text has white color on #7E998B background.