COLOR #7EB19D

HEX: #7EB19D
RGB: (126,177,157)

Renk bilgisi

#7EB19D contains red, green and blue colors in about the same proportion. #7EB19D ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7EB19D color RGB value is (126,177,157).

  • kırmız ton 126;
  • yeşil ton 177;
  • mavi ton 157.
RGB:
(126,177,157)
(49%,69%,62%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 177 of 255 = 69%
B 157 of 255 = 62%

126
177
157

R + G + B ~ 60%. #7EB19D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 177 + 157 = 460 (100%)
R 126 of 460 ~ 27.39%
G 177 of 460 ~ 38.48%
B 157 of 460 ~ 34.13%

%27.39
%38.48
%34.13

CMYK RENK MODELİ

#7EB19D rengi CMYK tonu (29,0,11,31).

  • camgöbeği tonu 28.81%
  • eflatun tonu 0.00%
  • sarı tonu 11.30%
  • ana renk tonu 30.59%
CMYK:
(29,0,11,31)
C29M0Y11K31 
(29%,0%,11%,31%)
(0.29/0.00/0.11/0.31)	

CMYK yüzdeleri

%28.81
%0
%11.3
%30.59

Codes

Color #7EB19D in popluar color models

7EB19D
RGB126177157
HSL156°24.64%59.41%
HSB/HSV156°28.81%69.41%
CMYK28.81%0.00%11.30%
30.59%

Color #7EB19D in popluar number systems.

HEX7EB19D
Decimal126177157
Binary11111101011000110011101
Octal176261235

Shades and tints

Shades of #7EB19D

#7EB19D
(126,177,157)
#73A18F
(115,161,143)
#689181
(104,145,129)
#5D8173
(93,129,115)
#527165
(82,113,101)
#476157
(71,97,87)
#3C5149
(60,81,73)
#31413B
(49,65,59)
#26312D
(38,49,45)
#1B211F
(27,33,31)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7EB19D

#7EB19D
(126,177,157)
#89B8A5
(137,184,165)
#94BFAD
(148,191,173)
#9FC6B5
(159,198,181)
#AACDBD
(170,205,189)
#B5D4C5
(181,212,197)
#C0DBCD
(192,219,205)
#CBE2D5
(203,226,213)
#D6E9DD
(214,233,221)
#E1F0E5
(225,240,229)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB19D color. Also use rgb(126,177,157) instead hex code.

Text Font Color

.myTextColor { color: #7EB19D; }

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

This text font color is #7EB19D.


Background Color

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

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

This div background color is #7EB19D.


Border color

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

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

This div border color is #7EB19D.


Opacity

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

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

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

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

This text has shadow with #7EB19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB19D on black background.


Color preview on white background

This text has color #7EB19D on white background.



Black color preview on #7EB19D background

This text has black color on #7EB19D background.


White color preview on #7EB19D background

This text has white color on #7EB19D background.