COLOR #80D096

HEX: #80D096
RGB: (128,208,150)

Renk bilgisi

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

RGB renk modeli

#80D096 color RGB value is (128,208,150).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 208 of 255 = 82%
B 150 of 255 = 59%

128
208
150

R + G + B ~ 64%. #80D096 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 208 + 150 = 486 (100%)
R 128 of 486 ~ 26.34%
G 208 of 486 ~ 42.8%
B 150 of 486 ~ 30.86%

%26.34
%42.8
%30.86

CMYK RENK MODELİ

#80D096 rengi CMYK tonu (38,0,28,18).

  • camgöbeği tonu 38.46%
  • eflatun tonu 0.00%
  • sarı tonu 27.88%
  • ana renk tonu 18.43%
CMYK:
(38,0,28,18)
C38M0Y28K18 
(38%,0%,28%,18%)
(0.38/0.00/0.28/0.18)	

CMYK yüzdeleri

%38.46
%0
%27.88
%18.43

Codes

Color #80D096 in popluar color models

80D096
RGB128208150
HSL137°45.98%65.88%
HSB/HSV137°38.46%81.57%
CMYK38.46%0.00%27.88%
18.43%

Color #80D096 in popluar number systems.

HEX80D096
Decimal128208150
Binary100000001101000010010110
Octal200320226

Shades and tints

Shades of #80D096

#80D096
(128,208,150)
#75BE89
(117,190,137)
#6AAC7C
(106,172,124)
#5F9A6F
(95,154,111)
#548862
(84,136,98)
#497655
(73,118,85)
#3E6448
(62,100,72)
#33523B
(51,82,59)
#28402E
(40,64,46)
#1D2E21
(29,46,33)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #80D096

#80D096
(128,208,150)
#8BD49F
(139,212,159)
#96D8A8
(150,216,168)
#A1DCB1
(161,220,177)
#ACE0BA
(172,224,186)
#B7E4C3
(183,228,195)
#C2E8CC
(194,232,204)
#CDECD5
(205,236,213)
#D8F0DE
(216,240,222)
#E3F4E7
(227,244,231)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D096; }

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

This text font color is #80D096.


Background Color

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

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

This div background color is #80D096.


Border color

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

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

This div border color is #80D096.


Opacity

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

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

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

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

This text has shadow with #80D096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D096 on black background.


Color preview on white background

This text has color #80D096 on white background.



Black color preview on #80D096 background

This text has black color on #80D096 background.


White color preview on #80D096 background

This text has white color on #80D096 background.