COLOR #7EDA99

HEX: #7EDA99
RGB: (126,218,153)

Renk bilgisi

#7EDA99 contains mainly green color. #7EDA99 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7EDA99 color RGB value is (126,218,153).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 218 of 255 = 85%
B 153 of 255 = 60%

126
218
153

R + G + B ~ 65%. #7EDA99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 218 + 153 = 497 (100%)
R 126 of 497 ~ 25.35%
G 218 of 497 ~ 43.86%
B 153 of 497 ~ 30.78%

%25.35
%43.86
%30.78

CMYK RENK MODELİ

#7EDA99 rengi CMYK tonu (42,0,30,15).

  • camgöbeği tonu 42.20%
  • eflatun tonu 0.00%
  • sarı tonu 29.82%
  • ana renk tonu 14.51%
CMYK:
(42,0,30,15)
C42M0Y30K15 
(42%,0%,30%,15%)
(0.42/0.00/0.30/0.15)	

CMYK yüzdeleri

%42.2
%0
%29.82
%14.51

Codes

Color #7EDA99 in popluar color models

7EDA99
RGB126218153
HSL138°55.42%67.45%
HSB/HSV138°42.20%85.49%
CMYK42.20%0.00%29.82%
14.51%

Color #7EDA99 in popluar number systems.

HEX7EDA99
Decimal126218153
Binary11111101101101010011001
Octal176332231

Shades and tints

Shades of #7EDA99

#7EDA99
(126,218,153)
#73C78C
(115,199,140)
#68B47F
(104,180,127)
#5DA172
(93,161,114)
#528E65
(82,142,101)
#477B58
(71,123,88)
#3C684B
(60,104,75)
#31553E
(49,85,62)
#264231
(38,66,49)
#1B2F24
(27,47,36)
#101C17
(16,28,23)
#000000
(0,0,0)

Tints of #7EDA99

#7EDA99
(126,218,153)
#89DDA2
(137,221,162)
#94E0AB
(148,224,171)
#9FE3B4
(159,227,180)
#AAE6BD
(170,230,189)
#B5E9C6
(181,233,198)
#C0ECCF
(192,236,207)
#CBEFD8
(203,239,216)
#D6F2E1
(214,242,225)
#E1F5EA
(225,245,234)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EDA99; }

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

This text font color is #7EDA99.


Background Color

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

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

This div background color is #7EDA99.


Border color

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

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

This div border color is #7EDA99.


Opacity

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

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

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

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

This text has shadow with #7EDA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDA99 on black background.


Color preview on white background

This text has color #7EDA99 on white background.



Black color preview on #7EDA99 background

This text has black color on #7EDA99 background.


White color preview on #7EDA99 background

This text has white color on #7EDA99 background.