COLOR #7EBE88

HEX: #7EBE88
RGB: (126,190,136)

Renk bilgisi

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

RGB renk modeli

#7EBE88 color RGB value is (126,190,136).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 190 of 255 = 75%
B 136 of 255 = 53%

126
190
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 190 + 136 = 452 (100%)
R 126 of 452 ~ 27.88%
G 190 of 452 ~ 42.04%
B 136 of 452 ~ 30.09%

%27.88
%42.04
%30.09

CMYK RENK MODELİ

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

  • camgöbeği tonu 33.68%
  • eflatun tonu 0.00%
  • sarı tonu 28.42%
  • 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
%28.42
%25.49

Codes

Color #7EBE88 in popluar color models

7EBE88
RGB126190136
HSL129°32.99%61.96%
HSB/HSV129°33.68%74.51%
CMYK33.68%0.00%28.42%
25.49%

Color #7EBE88 in popluar number systems.

HEX7EBE88
Decimal126190136
Binary11111101011111010001000
Octal176276210

Shades and tints

Shades of #7EBE88

#7EBE88
(126,190,136)
#73AD7C
(115,173,124)
#689C70
(104,156,112)
#5D8B64
(93,139,100)
#527A58
(82,122,88)
#47694C
(71,105,76)
#3C5840
(60,88,64)
#314734
(49,71,52)
#263628
(38,54,40)
#1B251C
(27,37,28)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7EBE88

#7EBE88
(126,190,136)
#89C392
(137,195,146)
#94C89C
(148,200,156)
#9FCDA6
(159,205,166)
#AAD2B0
(170,210,176)
#B5D7BA
(181,215,186)
#C0DCC4
(192,220,196)
#CBE1CE
(203,225,206)
#D6E6D8
(214,230,216)
#E1EBE2
(225,235,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBE88; }

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

This text font color is #7EBE88.


Background Color

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

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

This div background color is #7EBE88.


Border color

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

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

This div border color is #7EBE88.


Opacity

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

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

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

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

This text has shadow with #7EBE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBE88 on black background.


Color preview on white background

This text has color #7EBE88 on white background.



Black color preview on #7EBE88 background

This text has black color on #7EBE88 background.


White color preview on #7EBE88 background

This text has white color on #7EBE88 background.