COLOR #80D2F8

HEX: #80D2F8
RGB: (128,210,248)

Renk bilgisi

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

RGB renk modeli

#80D2F8 color RGB value is (128,210,248).

  • kırmız ton 128;
  • yeşil ton 210;
  • mavi ton 248.
RGB:
(128,210,248)
(50%,82%,97%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 210 of 255 = 82%
B 248 of 255 = 97%

128
210
248

R + G + B ~ 76%. #80D2F8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 210 + 248 = 586 (100%)
R 128 of 586 ~ 21.84%
G 210 of 586 ~ 35.84%
B 248 of 586 ~ 42.32%

%21.84
%35.84
%42.32

CMYK RENK MODELİ

#80D2F8 rengi CMYK tonu (48,15,0,3).

  • camgöbeği tonu 48.39%
  • eflatun tonu 15.32%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(48,15,0,3)
C48M15Y0K3 
(48%,15%,0%,3%)
(0.48/0.15/0.00/0.03)	

CMYK yüzdeleri

%48.39
%15.32
%0
%2.75

Codes

Color #80D2F8 in popluar color models

80D2F8
RGB128210248
HSL199°89.55%73.73%
HSB/HSV199°48.39%97.25%
CMYK48.39%15.32%0.00%
2.75%

Color #80D2F8 in popluar number systems.

HEX80D2F8
Decimal128210248
Binary100000001101001011111000
Octal200322370

Shades and tints

Shades of #80D2F8

#80D2F8
(128,210,248)
#75BFE2
(117,191,226)
#6AACCC
(106,172,204)
#5F99B6
(95,153,182)
#5486A0
(84,134,160)
#49738A
(73,115,138)
#3E6074
(62,96,116)
#334D5E
(51,77,94)
#283A48
(40,58,72)
#1D2732
(29,39,50)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #80D2F8

#80D2F8
(128,210,248)
#8BD6F8
(139,214,248)
#96DAF8
(150,218,248)
#A1DEF8
(161,222,248)
#ACE2F8
(172,226,248)
#B7E6F8
(183,230,248)
#C2EAF8
(194,234,248)
#CDEEF8
(205,238,248)
#D8F2F8
(216,242,248)
#E3F6F8
(227,246,248)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D2F8 color. Also use rgb(128,210,248) instead hex code.

Text Font Color

.myTextColor { color: #80D2F8; }

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

This text font color is #80D2F8.


Background Color

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

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

This div background color is #80D2F8.


Border color

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

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

This div border color is #80D2F8.


Opacity

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

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

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

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

This text has shadow with #80D2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D2F8 on black background.


Color preview on white background

This text has color #80D2F8 on white background.



Black color preview on #80D2F8 background

This text has black color on #80D2F8 background.


White color preview on #80D2F8 background

This text has white color on #80D2F8 background.