COLOR #7EC497

HEX: #7EC497
RGB: (126,196,151)

Renk bilgisi

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

RGB renk modeli

#7EC497 color RGB value is (126,196,151).

  • kırmız ton 126;
  • yeşil ton 196;
  • mavi ton 151.
RGB:
(126,196,151)
(49%,77%,59%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 196 of 255 = 77%
B 151 of 255 = 59%

126
196
151

R + G + B ~ 62%. #7EC497 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 196 + 151 = 473 (100%)
R 126 of 473 ~ 26.64%
G 196 of 473 ~ 41.44%
B 151 of 473 ~ 31.92%

%26.64
%41.44
%31.92

CMYK RENK MODELİ

#7EC497 rengi CMYK tonu (36,0,23,23).

  • camgöbeği tonu 35.71%
  • eflatun tonu 0.00%
  • sarı tonu 22.96%
  • ana renk tonu 23.14%
CMYK:
(36,0,23,23)
C36M0Y23K23 
(36%,0%,23%,23%)
(0.36/0.00/0.23/0.23)	

CMYK yüzdeleri

%35.71
%0
%22.96
%23.14

Codes

Color #7EC497 in popluar color models

7EC497
RGB126196151
HSL141°37.23%63.14%
HSB/HSV141°35.71%76.86%
CMYK35.71%0.00%22.96%
23.14%

Color #7EC497 in popluar number systems.

HEX7EC497
Decimal126196151
Binary11111101100010010010111
Octal176304227

Shades and tints

Shades of #7EC497

#7EC497
(126,196,151)
#73B38A
(115,179,138)
#68A27D
(104,162,125)
#5D9170
(93,145,112)
#528063
(82,128,99)
#476F56
(71,111,86)
#3C5E49
(60,94,73)
#314D3C
(49,77,60)
#263C2F
(38,60,47)
#1B2B22
(27,43,34)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #7EC497

#7EC497
(126,196,151)
#89C9A0
(137,201,160)
#94CEA9
(148,206,169)
#9FD3B2
(159,211,178)
#AAD8BB
(170,216,187)
#B5DDC4
(181,221,196)
#C0E2CD
(192,226,205)
#CBE7D6
(203,231,214)
#D6ECDF
(214,236,223)
#E1F1E8
(225,241,232)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC497 color. Also use rgb(126,196,151) instead hex code.

Text Font Color

.myTextColor { color: #7EC497; }

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

This text font color is #7EC497.


Background Color

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

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

This div background color is #7EC497.


Border color

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

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

This div border color is #7EC497.


Opacity

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

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

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

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

This text has shadow with #7EC497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC497 on black background.


Color preview on white background

This text has color #7EC497 on white background.



Black color preview on #7EC497 background

This text has black color on #7EC497 background.


White color preview on #7EC497 background

This text has white color on #7EC497 background.