COLOR #80D4C6

HEX: #80D4C6
RGB: (128,212,198)

Renk bilgisi

#80D4C6 contains mainly green and blue colors. #80D4C6 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#80D4C6 color RGB value is (128,212,198).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 212 of 255 = 83%
B 198 of 255 = 78%

128
212
198

R + G + B ~ 70%. #80D4C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 212 + 198 = 538 (100%)
R 128 of 538 ~ 23.79%
G 212 of 538 ~ 39.41%
B 198 of 538 ~ 36.8%

%23.79
%39.41
%36.8

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%39.62
%0
%6.6
%16.86

Codes

Color #80D4C6 in popluar color models

80D4C6
RGB128212198
HSL170°49.41%66.67%
HSB/HSV170°39.62%83.14%
CMYK39.62%0.00%6.60%
16.86%

Color #80D4C6 in popluar number systems.

HEX80D4C6
Decimal128212198
Binary100000001101010011000110
Octal200324306

Shades and tints

Shades of #80D4C6

#80D4C6
(128,212,198)
#75C1B4
(117,193,180)
#6AAEA2
(106,174,162)
#5F9B90
(95,155,144)
#54887E
(84,136,126)
#49756C
(73,117,108)
#3E625A
(62,98,90)
#334F48
(51,79,72)
#283C36
(40,60,54)
#1D2924
(29,41,36)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #80D4C6

#80D4C6
(128,212,198)
#8BD7CB
(139,215,203)
#96DAD0
(150,218,208)
#A1DDD5
(161,221,213)
#ACE0DA
(172,224,218)
#B7E3DF
(183,227,223)
#C2E6E4
(194,230,228)
#CDE9E9
(205,233,233)
#D8ECEE
(216,236,238)
#E3EFF3
(227,239,243)
#EEF2F8
(238,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D4C6; }

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

This text font color is #80D4C6.


Background Color

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

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

This div background color is #80D4C6.


Border color

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

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

This div border color is #80D4C6.


Opacity

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

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

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

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

This text has shadow with #80D4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4C6 on black background.


Color preview on white background

This text has color #80D4C6 on white background.



Black color preview on #80D4C6 background

This text has black color on #80D4C6 background.


White color preview on #80D4C6 background

This text has white color on #80D4C6 background.