COLOR #80D4B0

HEX: #80D4B0
RGB: (128,212,176)

Renk bilgisi

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

RGB renk modeli

#80D4B0 color RGB value is (128,212,176).

  • kırmız ton 128;
  • yeşil ton 212;
  • mavi ton 176.
RGB:
(128,212,176)
(50%,83%,69%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 212 of 255 = 83%
B 176 of 255 = 69%

128
212
176

R + G + B ~ 67%. #80D4B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 212 + 176 = 516 (100%)
R 128 of 516 ~ 24.81%
G 212 of 516 ~ 41.09%
B 176 of 516 ~ 34.11%

%24.81
%41.09
%34.11

CMYK RENK MODELİ

#80D4B0 rengi CMYK tonu (40,0,17,17).

  • camgöbeği tonu 39.62%
  • eflatun tonu 0.00%
  • sarı tonu 16.98%
  • ana renk tonu 16.86%
CMYK:
(40,0,17,17)
C40M0Y17K17 
(40%,0%,17%,17%)
(0.40/0.00/0.17/0.17)	

CMYK yüzdeleri

%39.62
%0
%16.98
%16.86

Codes

Color #80D4B0 in popluar color models

80D4B0
RGB128212176
HSL154°49.41%66.67%
HSB/HSV154°39.62%83.14%
CMYK39.62%0.00%16.98%
16.86%

Color #80D4B0 in popluar number systems.

HEX80D4B0
Decimal128212176
Binary100000001101010010110000
Octal200324260

Shades and tints

Shades of #80D4B0

#80D4B0
(128,212,176)
#75C1A0
(117,193,160)
#6AAE90
(106,174,144)
#5F9B80
(95,155,128)
#548870
(84,136,112)
#497560
(73,117,96)
#3E6250
(62,98,80)
#334F40
(51,79,64)
#283C30
(40,60,48)
#1D2920
(29,41,32)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #80D4B0

#80D4B0
(128,212,176)
#8BD7B7
(139,215,183)
#96DABE
(150,218,190)
#A1DDC5
(161,221,197)
#ACE0CC
(172,224,204)
#B7E3D3
(183,227,211)
#C2E6DA
(194,230,218)
#CDE9E1
(205,233,225)
#D8ECE8
(216,236,232)
#E3EFEF
(227,239,239)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D4B0 color. Also use rgb(128,212,176) instead hex code.

Text Font Color

.myTextColor { color: #80D4B0; }

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

This text font color is #80D4B0.


Background Color

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

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

This div background color is #80D4B0.


Border color

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

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

This div border color is #80D4B0.


Opacity

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

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

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

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

This text has shadow with #80D4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4B0 on black background.


Color preview on white background

This text has color #80D4B0 on white background.



Black color preview on #80D4B0 background

This text has black color on #80D4B0 background.


White color preview on #80D4B0 background

This text has white color on #80D4B0 background.