COLOR #7EBB9D

HEX: #7EBB9D
RGB: (126,187,157)

Renk bilgisi

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

RGB renk modeli

#7EBB9D color RGB value is (126,187,157).

  • kırmız ton 126;
  • yeşil ton 187;
  • mavi ton 157.
RGB:
(126,187,157)
(49%,73%,62%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 187 of 255 = 73%
B 157 of 255 = 62%

126
187
157

R + G + B ~ 61%. #7EBB9D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 187 + 157 = 470 (100%)
R 126 of 470 ~ 26.81%
G 187 of 470 ~ 39.79%
B 157 of 470 ~ 33.4%

%26.81
%39.79
%33.4

CMYK RENK MODELİ

#7EBB9D rengi CMYK tonu (33,0,16,27).

  • camgöbeği tonu 32.62%
  • eflatun tonu 0.00%
  • sarı tonu 16.04%
  • ana renk tonu 26.67%
CMYK:
(33,0,16,27)
C33M0Y16K27 
(33%,0%,16%,27%)
(0.33/0.00/0.16/0.27)	

CMYK yüzdeleri

%32.62
%0
%16.04
%26.67

Codes

Color #7EBB9D in popluar color models

7EBB9D
RGB126187157
HSL150°30.96%61.37%
HSB/HSV150°32.62%73.33%
CMYK32.62%0.00%16.04%
26.67%

Color #7EBB9D in popluar number systems.

HEX7EBB9D
Decimal126187157
Binary11111101011101110011101
Octal176273235

Shades and tints

Shades of #7EBB9D

#7EBB9D
(126,187,157)
#73AA8F
(115,170,143)
#689981
(104,153,129)
#5D8873
(93,136,115)
#527765
(82,119,101)
#476657
(71,102,87)
#3C5549
(60,85,73)
#31443B
(49,68,59)
#26332D
(38,51,45)
#1B221F
(27,34,31)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7EBB9D

#7EBB9D
(126,187,157)
#89C1A5
(137,193,165)
#94C7AD
(148,199,173)
#9FCDB5
(159,205,181)
#AAD3BD
(170,211,189)
#B5D9C5
(181,217,197)
#C0DFCD
(192,223,205)
#CBE5D5
(203,229,213)
#D6EBDD
(214,235,221)
#E1F1E5
(225,241,229)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBB9D color. Also use rgb(126,187,157) instead hex code.

Text Font Color

.myTextColor { color: #7EBB9D; }

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

This text font color is #7EBB9D.


Background Color

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

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

This div background color is #7EBB9D.


Border color

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

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

This div border color is #7EBB9D.


Opacity

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

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

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

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

This text has shadow with #7EBB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBB9D on black background.


Color preview on white background

This text has color #7EBB9D on white background.



Black color preview on #7EBB9D background

This text has black color on #7EBB9D background.


White color preview on #7EBB9D background

This text has white color on #7EBB9D background.