COLOR #7EC7A4

HEX: #7EC7A4
RGB: (126,199,164)

Renk bilgisi

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

RGB renk modeli

#7EC7A4 color RGB value is (126,199,164).

  • kırmız ton 126;
  • yeşil ton 199;
  • mavi ton 164.
RGB:
(126,199,164)
(49%,78%,64%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 199 of 255 = 78%
B 164 of 255 = 64%

126
199
164

R + G + B ~ 64%. #7EC7A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 199 + 164 = 489 (100%)
R 126 of 489 ~ 25.77%
G 199 of 489 ~ 40.7%
B 164 of 489 ~ 33.54%

%25.77
%40.7
%33.54

CMYK RENK MODELİ

#7EC7A4 rengi CMYK tonu (37,0,18,22).

  • camgöbeği tonu 36.68%
  • eflatun tonu 0.00%
  • sarı tonu 17.59%
  • ana renk tonu 21.96%
CMYK:
(37,0,18,22)
C37M0Y18K22 
(37%,0%,18%,22%)
(0.37/0.00/0.18/0.22)	

CMYK yüzdeleri

%36.68
%0
%17.59
%21.96

Codes

Color #7EC7A4 in popluar color models

7EC7A4
RGB126199164
HSL151°39.46%63.73%
HSB/HSV151°36.68%78.04%
CMYK36.68%0.00%17.59%
21.96%

Color #7EC7A4 in popluar number systems.

HEX7EC7A4
Decimal126199164
Binary11111101100011110100100
Octal176307244

Shades and tints

Shades of #7EC7A4

#7EC7A4
(126,199,164)
#73B596
(115,181,150)
#68A388
(104,163,136)
#5D917A
(93,145,122)
#527F6C
(82,127,108)
#476D5E
(71,109,94)
#3C5B50
(60,91,80)
#314942
(49,73,66)
#263734
(38,55,52)
#1B2526
(27,37,38)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #7EC7A4

#7EC7A4
(126,199,164)
#89CCAC
(137,204,172)
#94D1B4
(148,209,180)
#9FD6BC
(159,214,188)
#AADBC4
(170,219,196)
#B5E0CC
(181,224,204)
#C0E5D4
(192,229,212)
#CBEADC
(203,234,220)
#D6EFE4
(214,239,228)
#E1F4EC
(225,244,236)
#ECF9F4
(236,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC7A4 color. Also use rgb(126,199,164) instead hex code.

Text Font Color

.myTextColor { color: #7EC7A4; }

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

This text font color is #7EC7A4.


Background Color

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

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

This div background color is #7EC7A4.


Border color

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

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

This div border color is #7EC7A4.


Opacity

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

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

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

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

This text has shadow with #7EC7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC7A4 on black background.


Color preview on white background

This text has color #7EC7A4 on white background.



Black color preview on #7EC7A4 background

This text has black color on #7EC7A4 background.


White color preview on #7EC7A4 background

This text has white color on #7EC7A4 background.