COLOR #7EC096

HEX: #7EC096
RGB: (126,192,150)

Renk bilgisi

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

RGB renk modeli

#7EC096 color RGB value is (126,192,150).

  • kırmız ton 126;
  • yeşil ton 192;
  • mavi ton 150.
RGB:
(126,192,150)
(49%,75%,59%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 192 of 255 = 75%
B 150 of 255 = 59%

126
192
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 192 + 150 = 468 (100%)
R 126 of 468 ~ 26.92%
G 192 of 468 ~ 41.03%
B 150 of 468 ~ 32.05%

%26.92
%41.03
%32.05

CMYK RENK MODELİ

#7EC096 rengi CMYK tonu (34,0,22,25).

  • camgöbeği tonu 34.38%
  • eflatun tonu 0.00%
  • sarı tonu 21.88%
  • ana renk tonu 24.71%
CMYK:
(34,0,22,25)
C34M0Y22K25 
(34%,0%,22%,25%)
(0.34/0.00/0.22/0.25)	

CMYK yüzdeleri

%34.38
%0
%21.88
%24.71

Codes

Color #7EC096 in popluar color models

7EC096
RGB126192150
HSL142°34.38%62.35%
HSB/HSV142°34.38%75.29%
CMYK34.38%0.00%21.88%
24.71%

Color #7EC096 in popluar number systems.

HEX7EC096
Decimal126192150
Binary11111101100000010010110
Octal176300226

Shades and tints

Shades of #7EC096

#7EC096
(126,192,150)
#73AF89
(115,175,137)
#689E7C
(104,158,124)
#5D8D6F
(93,141,111)
#527C62
(82,124,98)
#476B55
(71,107,85)
#3C5A48
(60,90,72)
#31493B
(49,73,59)
#26382E
(38,56,46)
#1B2721
(27,39,33)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #7EC096

#7EC096
(126,192,150)
#89C59F
(137,197,159)
#94CAA8
(148,202,168)
#9FCFB1
(159,207,177)
#AAD4BA
(170,212,186)
#B5D9C3
(181,217,195)
#C0DECC
(192,222,204)
#CBE3D5
(203,227,213)
#D6E8DE
(214,232,222)
#E1EDE7
(225,237,231)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC096 color. Also use rgb(126,192,150) instead hex code.

Text Font Color

.myTextColor { color: #7EC096; }

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

This text font color is #7EC096.


Background Color

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

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

This div background color is #7EC096.


Border color

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

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

This div border color is #7EC096.


Opacity

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

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

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

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

This text has shadow with #7EC096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC096 on black background.


Color preview on white background

This text has color #7EC096 on white background.



Black color preview on #7EC096 background

This text has black color on #7EC096 background.


White color preview on #7EC096 background

This text has white color on #7EC096 background.