COLOR #7EB39F

HEX: #7EB39F
RGB: (126,179,159)

Renk bilgisi

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

RGB renk modeli

#7EB39F color RGB value is (126,179,159).

  • kırmız ton 126;
  • yeşil ton 179;
  • mavi ton 159.
RGB:
(126,179,159)
(49%,70%,62%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 179 of 255 = 70%
B 159 of 255 = 62%

126
179
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 179 + 159 = 464 (100%)
R 126 of 464 ~ 27.16%
G 179 of 464 ~ 38.58%
B 159 of 464 ~ 34.27%

%27.16
%38.58
%34.27

CMYK RENK MODELİ

#7EB39F rengi CMYK tonu (30,0,11,30).

  • camgöbeği tonu 29.61%
  • eflatun tonu 0.00%
  • sarı tonu 11.17%
  • ana renk tonu 29.80%
CMYK:
(30,0,11,30)
C30M0Y11K30 
(30%,0%,11%,30%)
(0.30/0.00/0.11/0.30)	

CMYK yüzdeleri

%29.61
%0
%11.17
%29.8

Codes

Color #7EB39F in popluar color models

7EB39F
RGB126179159
HSL157°25.85%59.80%
HSB/HSV157°29.61%70.20%
CMYK29.61%0.00%11.17%
29.80%

Color #7EB39F in popluar number systems.

HEX7EB39F
Decimal126179159
Binary11111101011001110011111
Octal176263237

Shades and tints

Shades of #7EB39F

#7EB39F
(126,179,159)
#73A391
(115,163,145)
#689383
(104,147,131)
#5D8375
(93,131,117)
#527367
(82,115,103)
#476359
(71,99,89)
#3C534B
(60,83,75)
#31433D
(49,67,61)
#26332F
(38,51,47)
#1B2321
(27,35,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7EB39F

#7EB39F
(126,179,159)
#89B9A7
(137,185,167)
#94BFAF
(148,191,175)
#9FC5B7
(159,197,183)
#AACBBF
(170,203,191)
#B5D1C7
(181,209,199)
#C0D7CF
(192,215,207)
#CBDDD7
(203,221,215)
#D6E3DF
(214,227,223)
#E1E9E7
(225,233,231)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB39F color. Also use rgb(126,179,159) instead hex code.

Text Font Color

.myTextColor { color: #7EB39F; }

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

This text font color is #7EB39F.


Background Color

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

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

This div background color is #7EB39F.


Border color

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

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

This div border color is #7EB39F.


Opacity

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

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

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

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

This text has shadow with #7EB39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB39F on black background.


Color preview on white background

This text has color #7EB39F on white background.



Black color preview on #7EB39F background

This text has black color on #7EB39F background.


White color preview on #7EB39F background

This text has white color on #7EB39F background.