COLOR #7EB290

HEX: #7EB290
RGB: (126,178,144)

Renk bilgisi

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

RGB renk modeli

#7EB290 color RGB value is (126,178,144).

  • kırmız ton 126;
  • yeşil ton 178;
  • mavi ton 144.
RGB:
(126,178,144)
(49%,70%,56%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 178 of 255 = 70%
B 144 of 255 = 56%

126
178
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 178 + 144 = 448 (100%)
R 126 of 448 ~ 28.13%
G 178 of 448 ~ 39.73%
B 144 of 448 ~ 32.14%

%28.13
%39.73
%32.14

CMYK RENK MODELİ

#7EB290 rengi CMYK tonu (29,0,19,30).

  • camgöbeği tonu 29.21%
  • eflatun tonu 0.00%
  • sarı tonu 19.10%
  • ana renk tonu 30.20%
CMYK:
(29,0,19,30)
C29M0Y19K30 
(29%,0%,19%,30%)
(0.29/0.00/0.19/0.30)	

CMYK yüzdeleri

%29.21
%0
%19.1
%30.2

Codes

Color #7EB290 in popluar color models

7EB290
RGB126178144
HSL141°25.24%59.61%
HSB/HSV141°29.21%69.80%
CMYK29.21%0.00%19.10%
30.20%

Color #7EB290 in popluar number systems.

HEX7EB290
Decimal126178144
Binary11111101011001010010000
Octal176262220

Shades and tints

Shades of #7EB290

#7EB290
(126,178,144)
#73A283
(115,162,131)
#689276
(104,146,118)
#5D8269
(93,130,105)
#52725C
(82,114,92)
#47624F
(71,98,79)
#3C5242
(60,82,66)
#314235
(49,66,53)
#263228
(38,50,40)
#1B221B
(27,34,27)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #7EB290

#7EB290
(126,178,144)
#89B99A
(137,185,154)
#94C0A4
(148,192,164)
#9FC7AE
(159,199,174)
#AACEB8
(170,206,184)
#B5D5C2
(181,213,194)
#C0DCCC
(192,220,204)
#CBE3D6
(203,227,214)
#D6EAE0
(214,234,224)
#E1F1EA
(225,241,234)
#ECF8F4
(236,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB290 color. Also use rgb(126,178,144) instead hex code.

Text Font Color

.myTextColor { color: #7EB290; }

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

This text font color is #7EB290.


Background Color

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

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

This div background color is #7EB290.


Border color

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

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

This div border color is #7EB290.


Opacity

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

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

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

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

This text has shadow with #7EB290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB290 on black background.


Color preview on white background

This text has color #7EB290 on white background.



Black color preview on #7EB290 background

This text has black color on #7EB290 background.


White color preview on #7EB290 background

This text has white color on #7EB290 background.