COLOR #7EB094

HEX: #7EB094
RGB: (126,176,148)

Renk bilgisi

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

RGB renk modeli

#7EB094 color RGB value is (126,176,148).

  • kırmız ton 126;
  • yeşil ton 176;
  • mavi ton 148.
RGB:
(126,176,148)
(49%,69%,58%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 176 of 255 = 69%
B 148 of 255 = 58%

126
176
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 176 + 148 = 450 (100%)
R 126 of 450 ~ 28%
G 176 of 450 ~ 39.11%
B 148 of 450 ~ 32.89%

%28
%39.11
%32.89

CMYK RENK MODELİ

#7EB094 rengi CMYK tonu (28,0,16,31).

  • camgöbeği tonu 28.41%
  • eflatun tonu 0.00%
  • sarı tonu 15.91%
  • ana renk tonu 30.98%
CMYK:
(28,0,16,31)
C28M0Y16K31 
(28%,0%,16%,31%)
(0.28/0.00/0.16/0.31)	

CMYK yüzdeleri

%28.41
%0
%15.91
%30.98

Codes

Color #7EB094 in popluar color models

7EB094
RGB126176148
HSL146°24.04%59.22%
HSB/HSV146°28.41%69.02%
CMYK28.41%0.00%15.91%
30.98%

Color #7EB094 in popluar number systems.

HEX7EB094
Decimal126176148
Binary11111101011000010010100
Octal176260224

Shades and tints

Shades of #7EB094

#7EB094
(126,176,148)
#73A087
(115,160,135)
#68907A
(104,144,122)
#5D806D
(93,128,109)
#527060
(82,112,96)
#476053
(71,96,83)
#3C5046
(60,80,70)
#314039
(49,64,57)
#26302C
(38,48,44)
#1B201F
(27,32,31)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #7EB094

#7EB094
(126,176,148)
#89B79D
(137,183,157)
#94BEA6
(148,190,166)
#9FC5AF
(159,197,175)
#AACCB8
(170,204,184)
#B5D3C1
(181,211,193)
#C0DACA
(192,218,202)
#CBE1D3
(203,225,211)
#D6E8DC
(214,232,220)
#E1EFE5
(225,239,229)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB094 color. Also use rgb(126,176,148) instead hex code.

Text Font Color

.myTextColor { color: #7EB094; }

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

This text font color is #7EB094.


Background Color

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

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

This div background color is #7EB094.


Border color

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

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

This div border color is #7EB094.


Opacity

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

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

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

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

This text has shadow with #7EB094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB094 on black background.


Color preview on white background

This text has color #7EB094 on white background.



Black color preview on #7EB094 background

This text has black color on #7EB094 background.


White color preview on #7EB094 background

This text has white color on #7EB094 background.