COLOR #80C9D6

HEX: #80C9D6
RGB: (128,201,214)

Renk bilgisi

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

RGB renk modeli

#80C9D6 color RGB value is (128,201,214).

  • kırmız ton 128;
  • yeşil ton 201;
  • mavi ton 214.
RGB:
(128,201,214)
(50%,79%,84%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 201 of 255 = 79%
B 214 of 255 = 84%

128
201
214

R + G + B ~ 71%. #80C9D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 201 + 214 = 543 (100%)
R 128 of 543 ~ 23.57%
G 201 of 543 ~ 37.02%
B 214 of 543 ~ 39.41%

%23.57
%37.02
%39.41

CMYK RENK MODELİ

#80C9D6 rengi CMYK tonu (40,6,0,16).

  • camgöbeği tonu 40.19%
  • eflatun tonu 6.07%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(40,6,0,16)
C40M6Y0K16 
(40%,6%,0%,16%)
(0.40/0.06/0.00/0.16)	

CMYK yüzdeleri

%40.19
%6.07
%0
%16.08

Codes

Color #80C9D6 in popluar color models

80C9D6
RGB128201214
HSL189°51.19%67.06%
HSB/HSV189°40.19%83.92%
CMYK40.19%6.07%0.00%
16.08%

Color #80C9D6 in popluar number systems.

HEX80C9D6
Decimal128201214
Binary100000001100100111010110
Octal200311326

Shades and tints

Shades of #80C9D6

#80C9D6
(128,201,214)
#75B7C3
(117,183,195)
#6AA5B0
(106,165,176)
#5F939D
(95,147,157)
#54818A
(84,129,138)
#496F77
(73,111,119)
#3E5D64
(62,93,100)
#334B51
(51,75,81)
#28393E
(40,57,62)
#1D272B
(29,39,43)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #80C9D6

#80C9D6
(128,201,214)
#8BCDD9
(139,205,217)
#96D1DC
(150,209,220)
#A1D5DF
(161,213,223)
#ACD9E2
(172,217,226)
#B7DDE5
(183,221,229)
#C2E1E8
(194,225,232)
#CDE5EB
(205,229,235)
#D8E9EE
(216,233,238)
#E3EDF1
(227,237,241)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C9D6 color. Also use rgb(128,201,214) instead hex code.

Text Font Color

.myTextColor { color: #80C9D6; }

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

This text font color is #80C9D6.


Background Color

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

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

This div background color is #80C9D6.


Border color

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

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

This div border color is #80C9D6.


Opacity

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

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

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

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

This text has shadow with #80C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C9D6 on black background.


Color preview on white background

This text has color #80C9D6 on white background.



Black color preview on #80C9D6 background

This text has black color on #80C9D6 background.


White color preview on #80C9D6 background

This text has white color on #80C9D6 background.