COLOR #80B396

HEX: #80B396
RGB: (128,179,150)

Renk bilgisi

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

RGB renk modeli

#80B396 color RGB value is (128,179,150).

  • kırmız ton 128;
  • yeşil ton 179;
  • mavi ton 150.
RGB:
(128,179,150)
(50%,70%,59%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 179 of 255 = 70%
B 150 of 255 = 59%

128
179
150

R + G + B ~ 60%. #80B396 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 179 + 150 = 457 (100%)
R 128 of 457 ~ 28.01%
G 179 of 457 ~ 39.17%
B 150 of 457 ~ 32.82%

%28.01
%39.17
%32.82

CMYK RENK MODELİ

#80B396 rengi CMYK tonu (28,0,16,30).

  • camgöbeği tonu 28.49%
  • eflatun tonu 0.00%
  • sarı tonu 16.20%
  • ana renk tonu 29.80%
CMYK:
(28,0,16,30)
C28M0Y16K30 
(28%,0%,16%,30%)
(0.28/0.00/0.16/0.30)	

CMYK yüzdeleri

%28.49
%0
%16.2
%29.8

Codes

Color #80B396 in popluar color models

80B396
RGB128179150
HSL146°25.12%60.20%
HSB/HSV146°28.49%70.20%
CMYK28.49%0.00%16.20%
29.80%

Color #80B396 in popluar number systems.

HEX80B396
Decimal128179150
Binary100000001011001110010110
Octal200263226

Shades and tints

Shades of #80B396

#80B396
(128,179,150)
#75A389
(117,163,137)
#6A937C
(106,147,124)
#5F836F
(95,131,111)
#547362
(84,115,98)
#496355
(73,99,85)
#3E5348
(62,83,72)
#33433B
(51,67,59)
#28332E
(40,51,46)
#1D2321
(29,35,33)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #80B396

#80B396
(128,179,150)
#8BB99F
(139,185,159)
#96BFA8
(150,191,168)
#A1C5B1
(161,197,177)
#ACCBBA
(172,203,186)
#B7D1C3
(183,209,195)
#C2D7CC
(194,215,204)
#CDDDD5
(205,221,213)
#D8E3DE
(216,227,222)
#E3E9E7
(227,233,231)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B396 color. Also use rgb(128,179,150) instead hex code.

Text Font Color

.myTextColor { color: #80B396; }

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

This text font color is #80B396.


Background Color

.myBgColor { background-color: #80B396; }

<div style="background-color:#80B396">Inner text</div>

This div background color is #80B396.


Border color

.myBorderColor { border: 1px solid #80B396; }

<div style="border:3px solid #80B396">Div</div>

This div border color is #80B396.


Opacity

.myOpacity80 { color: #80B396; opacity: 0.8; }

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

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

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

This text has shadow with #80B396 color.

.textShadow {text-shadow: 3px 3px 1px #80B396, 3px 3px 1px red;}

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

This text has shadow with #80B396 primary color and red secondary color.


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

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

This text has shadow with #80B396 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B396 on black background.


Color preview on white background

This text has color #80B396 on white background.



Black color preview on #80B396 background

This text has black color on #80B396 background.


White color preview on #80B396 background

This text has white color on #80B396 background.