COLOR #80C4F0

HEX: #80C4F0
RGB: (128,196,240)

Color info

#80C4F0 contains mainly green and blue colors. Web safe color of #80C4F0 is #66CCFF (or #6CF).

RGB color model

#80C4F0 color RGB value is (128,196,240).

  • red value is 128;
  • green value is 196;
  • blue value is 240.
RGB:
(128,196,240)
(50%,77%,94%)

RGB channels and saturation

R 128 of 255 = 50%
G 196 of 255 = 77%
B 240 of 255 = 94%

128
196
240

R + G + B ~ 74%. #80C4F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 196 + 240 = 564 (100%)
R 128 of 564 ~ 22.7%
G 196 of 564 ~ 34.75%
B 240 of 564 ~ 42.55%

%22.7
%34.75
%42.55

CMYK color model

#80C4F0 color CMYK value is (47,18,0,6).

  • cyan value is 46.67%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(47,18,0,6)
C47M18Y0K6 
(47%,18%,0%,6%)
(0.47/0.18/0.00/0.06)	

CMYK percentages

%46.67
%18.33
%0
%5.88

Codes

Color #80C4F0 in popluar color models

80C4F0
RGB128196240
HSL204°78.87%72.16%
HSB/HSV204°46.67%94.12%
CMYK46.67%18.33%0.00%
5.88%

Color #80C4F0 in popluar number systems.

HEX80C4F0
Decimal128196240
Binary100000001100010011110000
Octal200304360

Shades and tints

Shades of #80C4F0

#80C4F0
(128,196,240)
#75B3DB
(117,179,219)
#6AA2C6
(106,162,198)
#5F91B1
(95,145,177)
#54809C
(84,128,156)
#496F87
(73,111,135)
#3E5E72
(62,94,114)
#334D5D
(51,77,93)
#283C48
(40,60,72)
#1D2B33
(29,43,51)
#121A1E
(18,26,30)
#000000
(0,0,0)

Tints of #80C4F0

#80C4F0
(128,196,240)
#8BC9F1
(139,201,241)
#96CEF2
(150,206,242)
#A1D3F3
(161,211,243)
#ACD8F4
(172,216,244)
#B7DDF5
(183,221,245)
#C2E2F6
(194,226,246)
#CDE7F7
(205,231,247)
#D8ECF8
(216,236,248)
#E3F1F9
(227,241,249)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C4F0 color. Also use rgb(128,196,240) instead hex code.

Text Font Color

.myTextColor { color: #80C4F0; }

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

This text font color is #80C4F0.


Background Color

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

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

This div background color is #80C4F0.


Border color

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

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

This div border color is #80C4F0.


Opacity

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

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

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

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

This text has shadow with #80C4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C4F0 on black background.


Color preview on white background

This text has color #80C4F0 on white background.



Black color preview on #80C4F0 background

This text has black color on #80C4F0 background.


White color preview on #80C4F0 background

This text has white color on #80C4F0 background.