COLOR #7EC199

HEX: #7EC199
RGB: (126,193,153)

Renk bilgisi

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

RGB renk modeli

#7EC199 color RGB value is (126,193,153).

  • kırmız ton 126;
  • yeşil ton 193;
  • mavi ton 153.
RGB:
(126,193,153)
(49%,76%,60%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 193 of 255 = 76%
B 153 of 255 = 60%

126
193
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 193 + 153 = 472 (100%)
R 126 of 472 ~ 26.69%
G 193 of 472 ~ 40.89%
B 153 of 472 ~ 32.42%

%26.69
%40.89
%32.42

CMYK RENK MODELİ

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

  • camgöbeği tonu 34.72%
  • eflatun tonu 0.00%
  • sarı tonu 20.73%
  • ana renk tonu 24.31%
CMYK:
(35,0,21,24)
C35M0Y21K24 
(35%,0%,21%,24%)
(0.35/0.00/0.21/0.24)	

CMYK yüzdeleri

%34.72
%0
%20.73
%24.31

Codes

Color #7EC199 in popluar color models

7EC199
RGB126193153
HSL144°35.08%62.55%
HSB/HSV144°34.72%75.69%
CMYK34.72%0.00%20.73%
24.31%

Color #7EC199 in popluar number systems.

HEX7EC199
Decimal126193153
Binary11111101100000110011001
Octal176301231

Shades and tints

Shades of #7EC199

#7EC199
(126,193,153)
#73B08C
(115,176,140)
#689F7F
(104,159,127)
#5D8E72
(93,142,114)
#527D65
(82,125,101)
#476C58
(71,108,88)
#3C5B4B
(60,91,75)
#314A3E
(49,74,62)
#263931
(38,57,49)
#1B2824
(27,40,36)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #7EC199

#7EC199
(126,193,153)
#89C6A2
(137,198,162)
#94CBAB
(148,203,171)
#9FD0B4
(159,208,180)
#AAD5BD
(170,213,189)
#B5DAC6
(181,218,198)
#C0DFCF
(192,223,207)
#CBE4D8
(203,228,216)
#D6E9E1
(214,233,225)
#E1EEEA
(225,238,234)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC199 color. Also use rgb(126,193,153) instead hex code.

Text Font Color

.myTextColor { color: #7EC199; }

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

This text font color is #7EC199.


Background Color

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

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

This div background color is #7EC199.


Border color

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

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

This div border color is #7EC199.


Opacity

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

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

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

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

This text has shadow with #7EC199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC199 on black background.


Color preview on white background

This text has color #7EC199 on white background.



Black color preview on #7EC199 background

This text has black color on #7EC199 background.


White color preview on #7EC199 background

This text has white color on #7EC199 background.