COLOR #7EB492

HEX: #7EB492
RGB: (126,180,146)

Renk bilgisi

#7EB492 contains red, green and blue colors in about the same proportion. #7EB492 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7EB492 color RGB value is (126,180,146).

  • kırmız ton 126;
  • yeşil ton 180;
  • mavi ton 146.
RGB:
(126,180,146)
(49%,71%,57%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 180 of 255 = 71%
B 146 of 255 = 57%

126
180
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 180 + 146 = 452 (100%)
R 126 of 452 ~ 27.88%
G 180 of 452 ~ 39.82%
B 146 of 452 ~ 32.3%

%27.88
%39.82
%32.3

CMYK RENK MODELİ

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

  • camgöbeği tonu 30.00%
  • eflatun tonu 0.00%
  • sarı tonu 18.89%
  • ana renk tonu 29.41%
CMYK:
(30,0,19,29)
C30M0Y19K29 
(30%,0%,19%,29%)
(0.30/0.00/0.19/0.29)	

CMYK yüzdeleri

%30
%0
%18.89
%29.41

Codes

Color #7EB492 in popluar color models

7EB492
RGB126180146
HSL142°26.47%60.00%
HSB/HSV142°30.00%70.59%
CMYK30.00%0.00%18.89%
29.41%

Color #7EB492 in popluar number systems.

HEX7EB492
Decimal126180146
Binary11111101011010010010010
Octal176264222

Shades and tints

Shades of #7EB492

#7EB492
(126,180,146)
#73A485
(115,164,133)
#689478
(104,148,120)
#5D846B
(93,132,107)
#52745E
(82,116,94)
#476451
(71,100,81)
#3C5444
(60,84,68)
#314437
(49,68,55)
#26342A
(38,52,42)
#1B241D
(27,36,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7EB492

#7EB492
(126,180,146)
#89BA9B
(137,186,155)
#94C0A4
(148,192,164)
#9FC6AD
(159,198,173)
#AACCB6
(170,204,182)
#B5D2BF
(181,210,191)
#C0D8C8
(192,216,200)
#CBDED1
(203,222,209)
#D6E4DA
(214,228,218)
#E1EAE3
(225,234,227)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB492 color. Also use rgb(126,180,146) instead hex code.

Text Font Color

.myTextColor { color: #7EB492; }

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

This text font color is #7EB492.


Background Color

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

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

This div background color is #7EB492.


Border color

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

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

This div border color is #7EB492.


Opacity

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

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

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

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

This text has shadow with #7EB492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB492 on black background.


Color preview on white background

This text has color #7EB492 on white background.



Black color preview on #7EB492 background

This text has black color on #7EB492 background.


White color preview on #7EB492 background

This text has white color on #7EB492 background.