COLOR #80C1D4

HEX: #80C1D4
RGB: (128,193,212)

Renk bilgisi

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

RGB renk modeli

#80C1D4 color RGB value is (128,193,212).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 193 of 255 = 76%
B 212 of 255 = 83%

128
193
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 193 + 212 = 533 (100%)
R 128 of 533 ~ 24.02%
G 193 of 533 ~ 36.21%
B 212 of 533 ~ 39.77%

%24.02
%36.21
%39.77

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%39.62
%8.96
%0
%16.86

Codes

Color #80C1D4 in popluar color models

80C1D4
RGB128193212
HSL194°49.41%66.67%
HSB/HSV194°39.62%83.14%
CMYK39.62%8.96%0.00%
16.86%

Color #80C1D4 in popluar number systems.

HEX80C1D4
Decimal128193212
Binary100000001100000111010100
Octal200301324

Shades and tints

Shades of #80C1D4

#80C1D4
(128,193,212)
#75B0C1
(117,176,193)
#6A9FAE
(106,159,174)
#5F8E9B
(95,142,155)
#547D88
(84,125,136)
#496C75
(73,108,117)
#3E5B62
(62,91,98)
#334A4F
(51,74,79)
#28393C
(40,57,60)
#1D2829
(29,40,41)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #80C1D4

#80C1D4
(128,193,212)
#8BC6D7
(139,198,215)
#96CBDA
(150,203,218)
#A1D0DD
(161,208,221)
#ACD5E0
(172,213,224)
#B7DAE3
(183,218,227)
#C2DFE6
(194,223,230)
#CDE4E9
(205,228,233)
#D8E9EC
(216,233,236)
#E3EEEF
(227,238,239)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C1D4; }

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

This text font color is #80C1D4.


Background Color

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

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

This div background color is #80C1D4.


Border color

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

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

This div border color is #80C1D4.


Opacity

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

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

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

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

This text has shadow with #80C1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C1D4 on black background.


Color preview on white background

This text has color #80C1D4 on white background.



Black color preview on #80C1D4 background

This text has black color on #80C1D4 background.


White color preview on #80C1D4 background

This text has white color on #80C1D4 background.