COLOR #80D2FF

HEX: #80D2FF
RGB: (128,210,255)

Renk bilgisi

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

RGB renk modeli

#80D2FF color RGB value is (128,210,255).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 210 of 255 = 82%
B 255 of 255 = 100%

128
210
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 210 + 255 = 593 (100%)
R 128 of 593 ~ 21.59%
G 210 of 593 ~ 35.41%
B 255 of 593 ~ 43%

%21.59
%35.41
%43

CMYK RENK MODELİ

#80D2FF rengi CMYK tonu (50,18,0,0).

  • camgöbeği tonu 49.80%
  • eflatun tonu 17.65%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(50,18,0,0)
C50M18Y0K0 
(50%,18%,0%,0%)
(0.50/0.18/0.00/0.00)	

CMYK yüzdeleri

%49.8
%17.65
%0
%0

Codes

Color #80D2FF in popluar color models

80D2FF
RGB128210255
HSL201°100.00%75.10%
HSB/HSV201°49.80%100.00%
CMYK49.80%17.65%0.00%
0.00%

Color #80D2FF in popluar number systems.

HEX80D2FF
Decimal128210255
Binary100000001101001011111111
Octal200322377

Shades and tints

Shades of #80D2FF

#80D2FF
(128,210,255)
#75BFE8
(117,191,232)
#6AACD1
(106,172,209)
#5F99BA
(95,153,186)
#5486A3
(84,134,163)
#49738C
(73,115,140)
#3E6075
(62,96,117)
#334D5E
(51,77,94)
#283A47
(40,58,71)
#1D2730
(29,39,48)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #80D2FF

#80D2FF
(128,210,255)
#8BD6FF
(139,214,255)
#96DAFF
(150,218,255)
#A1DEFF
(161,222,255)
#ACE2FF
(172,226,255)
#B7E6FF
(183,230,255)
#C2EAFF
(194,234,255)
#CDEEFF
(205,238,255)
#D8F2FF
(216,242,255)
#E3F6FF
(227,246,255)
#EEFAFF
(238,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80D2FF; }

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

This text font color is #80D2FF.


Background Color

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

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

This div background color is #80D2FF.


Border color

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

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

This div border color is #80D2FF.


Opacity

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

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

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

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

This text has shadow with #80D2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D2FF on black background.


Color preview on white background

This text has color #80D2FF on white background.



Black color preview on #80D2FF background

This text has black color on #80D2FF background.


White color preview on #80D2FF background

This text has white color on #80D2FF background.