COLOR #7EA389

HEX: #7EA389
RGB: (126,163,137)

Renk bilgisi

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

RGB renk modeli

#7EA389 color RGB value is (126,163,137).

  • kırmız ton 126;
  • yeşil ton 163;
  • mavi ton 137.
RGB:
(126,163,137)
(49%,64%,54%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 163 of 255 = 64%
B 137 of 255 = 54%

126
163
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 163 + 137 = 426 (100%)
R 126 of 426 ~ 29.58%
G 163 of 426 ~ 38.26%
B 137 of 426 ~ 32.16%

%29.58
%38.26
%32.16

CMYK RENK MODELİ

#7EA389 rengi CMYK tonu (23,0,16,36).

  • camgöbeği tonu 22.70%
  • eflatun tonu 0.00%
  • sarı tonu 15.95%
  • ana renk tonu 36.08%
CMYK:
(23,0,16,36)
C23M0Y16K36 
(23%,0%,16%,36%)
(0.23/0.00/0.16/0.36)	

CMYK yüzdeleri

%22.7
%0
%15.95
%36.08

Codes

Color #7EA389 in popluar color models

7EA389
RGB126163137
HSL138°16.74%56.67%
HSB/HSV138°22.70%63.92%
CMYK22.70%0.00%15.95%
36.08%

Color #7EA389 in popluar number systems.

HEX7EA389
Decimal126163137
Binary11111101010001110001001
Octal176243211

Shades and tints

Shades of #7EA389

#7EA389
(126,163,137)
#73957D
(115,149,125)
#688771
(104,135,113)
#5D7965
(93,121,101)
#526B59
(82,107,89)
#475D4D
(71,93,77)
#3C4F41
(60,79,65)
#314135
(49,65,53)
#263329
(38,51,41)
#1B251D
(27,37,29)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #7EA389

#7EA389
(126,163,137)
#89AB93
(137,171,147)
#94B39D
(148,179,157)
#9FBBA7
(159,187,167)
#AAC3B1
(170,195,177)
#B5CBBB
(181,203,187)
#C0D3C5
(192,211,197)
#CBDBCF
(203,219,207)
#D6E3D9
(214,227,217)
#E1EBE3
(225,235,227)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA389 color. Also use rgb(126,163,137) instead hex code.

Text Font Color

.myTextColor { color: #7EA389; }

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

This text font color is #7EA389.


Background Color

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

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

This div background color is #7EA389.


Border color

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

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

This div border color is #7EA389.


Opacity

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

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

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

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

This text has shadow with #7EA389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA389 on black background.


Color preview on white background

This text has color #7EA389 on white background.



Black color preview on #7EA389 background

This text has black color on #7EA389 background.


White color preview on #7EA389 background

This text has white color on #7EA389 background.