COLOR #7EBE89

HEX: #7EBE89
RGB: (126,190,137)

Renk bilgisi

#7EBE89 contains mainly green and blue colors. #7EBE89 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7EBE89 color RGB value is (126,190,137).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 190 of 255 = 75%
B 137 of 255 = 54%

126
190
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 190 + 137 = 453 (100%)
R 126 of 453 ~ 27.81%
G 190 of 453 ~ 41.94%
B 137 of 453 ~ 30.24%

%27.81
%41.94
%30.24

CMYK RENK MODELİ

#7EBE89 rengi CMYK tonu (34,0,28,25).

  • camgöbeği tonu 33.68%
  • eflatun tonu 0.00%
  • sarı tonu 27.89%
  • ana renk tonu 25.49%
CMYK:
(34,0,28,25)
C34M0Y28K25 
(34%,0%,28%,25%)
(0.34/0.00/0.28/0.25)	

CMYK yüzdeleri

%33.68
%0
%27.89
%25.49

Codes

Color #7EBE89 in popluar color models

7EBE89
RGB126190137
HSL130°32.99%61.96%
HSB/HSV130°33.68%74.51%
CMYK33.68%0.00%27.89%
25.49%

Color #7EBE89 in popluar number systems.

HEX7EBE89
Decimal126190137
Binary11111101011111010001001
Octal176276211

Shades and tints

Shades of #7EBE89

#7EBE89
(126,190,137)
#73AD7D
(115,173,125)
#689C71
(104,156,113)
#5D8B65
(93,139,101)
#527A59
(82,122,89)
#47694D
(71,105,77)
#3C5841
(60,88,65)
#314735
(49,71,53)
#263629
(38,54,41)
#1B251D
(27,37,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7EBE89

#7EBE89
(126,190,137)
#89C393
(137,195,147)
#94C89D
(148,200,157)
#9FCDA7
(159,205,167)
#AAD2B1
(170,210,177)
#B5D7BB
(181,215,187)
#C0DCC5
(192,220,197)
#CBE1CF
(203,225,207)
#D6E6D9
(214,230,217)
#E1EBE3
(225,235,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBE89; }

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

This text font color is #7EBE89.


Background Color

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

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

This div background color is #7EBE89.


Border color

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

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

This div border color is #7EBE89.


Opacity

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

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

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

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

This text has shadow with #7EBE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBE89 on black background.


Color preview on white background

This text has color #7EBE89 on white background.



Black color preview on #7EBE89 background

This text has black color on #7EBE89 background.


White color preview on #7EBE89 background

This text has white color on #7EBE89 background.