COLOR #7EC294

HEX: #7EC294
RGB: (126,194,148)

Renk bilgisi

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

RGB renk modeli

#7EC294 color RGB value is (126,194,148).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 194 of 255 = 76%
B 148 of 255 = 58%

126
194
148

R + G + B ~ 61%. #7EC294 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 194 + 148 = 468 (100%)
R 126 of 468 ~ 26.92%
G 194 of 468 ~ 41.45%
B 148 of 468 ~ 31.62%

%26.92
%41.45
%31.62

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%35.05
%0
%23.71
%23.92

Codes

Color #7EC294 in popluar color models

7EC294
RGB126194148
HSL139°35.79%62.75%
HSB/HSV139°35.05%76.08%
CMYK35.05%0.00%23.71%
23.92%

Color #7EC294 in popluar number systems.

HEX7EC294
Decimal126194148
Binary11111101100001010010100
Octal176302224

Shades and tints

Shades of #7EC294

#7EC294
(126,194,148)
#73B187
(115,177,135)
#68A07A
(104,160,122)
#5D8F6D
(93,143,109)
#527E60
(82,126,96)
#476D53
(71,109,83)
#3C5C46
(60,92,70)
#314B39
(49,75,57)
#263A2C
(38,58,44)
#1B291F
(27,41,31)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #7EC294

#7EC294
(126,194,148)
#89C79D
(137,199,157)
#94CCA6
(148,204,166)
#9FD1AF
(159,209,175)
#AAD6B8
(170,214,184)
#B5DBC1
(181,219,193)
#C0E0CA
(192,224,202)
#CBE5D3
(203,229,211)
#D6EADC
(214,234,220)
#E1EFE5
(225,239,229)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC294; }

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

This text font color is #7EC294.


Background Color

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

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

This div background color is #7EC294.


Border color

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

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

This div border color is #7EC294.


Opacity

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

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

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

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

This text has shadow with #7EC294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC294 on black background.


Color preview on white background

This text has color #7EC294 on white background.



Black color preview on #7EC294 background

This text has black color on #7EC294 background.


White color preview on #7EC294 background

This text has white color on #7EC294 background.