COLOR #80D7F4

HEX: #80D7F4
RGB: (128,215,244)

Renk bilgisi

#80D7F4 contains mainly green and blue colors. #80D7F4 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#80D7F4 color RGB value is (128,215,244).

  • kırmız ton 128;
  • yeşil ton 215;
  • mavi ton 244.
RGB:
(128,215,244)
(50%,84%,96%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 215 of 255 = 84%
B 244 of 255 = 96%

128
215
244

R + G + B ~ 77%. #80D7F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 215 + 244 = 587 (100%)
R 128 of 587 ~ 21.81%
G 215 of 587 ~ 36.63%
B 244 of 587 ~ 41.57%

%21.81
%36.63
%41.57

CMYK RENK MODELİ

#80D7F4 rengi CMYK tonu (48,12,0,4).

  • camgöbeği tonu 47.54%
  • eflatun tonu 11.89%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(48,12,0,4)
C48M12Y0K4 
(48%,12%,0%,4%)
(0.48/0.12/0.00/0.04)	

CMYK yüzdeleri

%47.54
%11.89
%0
%4.31

Codes

Color #80D7F4 in popluar color models

80D7F4
RGB128215244
HSL195°84.06%72.94%
HSB/HSV195°47.54%95.69%
CMYK47.54%11.89%0.00%
4.31%

Color #80D7F4 in popluar number systems.

HEX80D7F4
Decimal128215244
Binary100000001101011111110100
Octal200327364

Shades and tints

Shades of #80D7F4

#80D7F4
(128,215,244)
#75C4DE
(117,196,222)
#6AB1C8
(106,177,200)
#5F9EB2
(95,158,178)
#548B9C
(84,139,156)
#497886
(73,120,134)
#3E6570
(62,101,112)
#33525A
(51,82,90)
#283F44
(40,63,68)
#1D2C2E
(29,44,46)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #80D7F4

#80D7F4
(128,215,244)
#8BDAF5
(139,218,245)
#96DDF6
(150,221,246)
#A1E0F7
(161,224,247)
#ACE3F8
(172,227,248)
#B7E6F9
(183,230,249)
#C2E9FA
(194,233,250)
#CDECFB
(205,236,251)
#D8EFFC
(216,239,252)
#E3F2FD
(227,242,253)
#EEF5FE
(238,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D7F4 color. Also use rgb(128,215,244) instead hex code.

Text Font Color

.myTextColor { color: #80D7F4; }

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

This text font color is #80D7F4.


Background Color

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

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

This div background color is #80D7F4.


Border color

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

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

This div border color is #80D7F4.


Opacity

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

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

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

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

This text has shadow with #80D7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D7F4 on black background.


Color preview on white background

This text has color #80D7F4 on white background.



Black color preview on #80D7F4 background

This text has black color on #80D7F4 background.


White color preview on #80D7F4 background

This text has white color on #80D7F4 background.