COLOR #7EC289

HEX: #7EC289
RGB: (126,194,137)

Renk bilgisi

#7EC289 contains mainly green and blue colors. #7EC289 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7EC289 color RGB value is (126,194,137).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 194 of 255 = 76%
B 137 of 255 = 54%

126
194
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 194 + 137 = 457 (100%)
R 126 of 457 ~ 27.57%
G 194 of 457 ~ 42.45%
B 137 of 457 ~ 29.98%

%27.57
%42.45
%29.98

CMYK RENK MODELİ

#7EC289 rengi CMYK tonu (35,0,29,24).

  • camgöbeği tonu 35.05%
  • eflatun tonu 0.00%
  • sarı tonu 29.38%
  • ana renk tonu 23.92%
CMYK:
(35,0,29,24)
C35M0Y29K24 
(35%,0%,29%,24%)
(0.35/0.00/0.29/0.24)	

CMYK yüzdeleri

%35.05
%0
%29.38
%23.92

Codes

Color #7EC289 in popluar color models

7EC289
RGB126194137
HSL130°35.79%62.75%
HSB/HSV130°35.05%76.08%
CMYK35.05%0.00%29.38%
23.92%

Color #7EC289 in popluar number systems.

HEX7EC289
Decimal126194137
Binary11111101100001010001001
Octal176302211

Shades and tints

Shades of #7EC289

#7EC289
(126,194,137)
#73B17D
(115,177,125)
#68A071
(104,160,113)
#5D8F65
(93,143,101)
#527E59
(82,126,89)
#476D4D
(71,109,77)
#3C5C41
(60,92,65)
#314B35
(49,75,53)
#263A29
(38,58,41)
#1B291D
(27,41,29)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #7EC289

#7EC289
(126,194,137)
#89C793
(137,199,147)
#94CC9D
(148,204,157)
#9FD1A7
(159,209,167)
#AAD6B1
(170,214,177)
#B5DBBB
(181,219,187)
#C0E0C5
(192,224,197)
#CBE5CF
(203,229,207)
#D6EAD9
(214,234,217)
#E1EFE3
(225,239,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC289; }

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

This text font color is #7EC289.


Background Color

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

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

This div background color is #7EC289.


Border color

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

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

This div border color is #7EC289.


Opacity

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

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

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

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

This text has shadow with #7EC289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC289 on black background.


Color preview on white background

This text has color #7EC289 on white background.



Black color preview on #7EC289 background

This text has black color on #7EC289 background.


White color preview on #7EC289 background

This text has white color on #7EC289 background.