COLOR #80C6E9

HEX: #80C6E9
RGB: (128,198,233)

Color info

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

RGB color model

#80C6E9 color RGB value is (128,198,233).

  • red value is 128;
  • green value is 198;
  • blue value is 233.
RGB:
(128,198,233)
(50%,78%,91%)

RGB channels and saturation

R 128 of 255 = 50%
G 198 of 255 = 78%
B 233 of 255 = 91%

128
198
233

R + G + B ~ 73%. #80C6E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 198 + 233 = 559 (100%)
R 128 of 559 ~ 22.9%
G 198 of 559 ~ 35.42%
B 233 of 559 ~ 41.68%

%22.9
%35.42
%41.68

CMYK color model

#80C6E9 color CMYK value is (45,15,0,9).

  • cyan value is 45.06%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(45,15,0,9)
C45M15Y0K9 
(45%,15%,0%,9%)
(0.45/0.15/0.00/0.09)	

CMYK percentages

%45.06
%15.02
%0
%8.63

Codes

Color #80C6E9 in popluar color models

80C6E9
RGB128198233
HSL200°70.47%70.78%
HSB/HSV200°45.06%91.37%
CMYK45.06%15.02%0.00%
8.63%

Color #80C6E9 in popluar number systems.

HEX80C6E9
Decimal128198233
Binary100000001100011011101001
Octal200306351

Shades and tints

Shades of #80C6E9

#80C6E9
(128,198,233)
#75B4D4
(117,180,212)
#6AA2BF
(106,162,191)
#5F90AA
(95,144,170)
#547E95
(84,126,149)
#496C80
(73,108,128)
#3E5A6B
(62,90,107)
#334856
(51,72,86)
#283641
(40,54,65)
#1D242C
(29,36,44)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #80C6E9

#80C6E9
(128,198,233)
#8BCBEB
(139,203,235)
#96D0ED
(150,208,237)
#A1D5EF
(161,213,239)
#ACDAF1
(172,218,241)
#B7DFF3
(183,223,243)
#C2E4F5
(194,228,245)
#CDE9F7
(205,233,247)
#D8EEF9
(216,238,249)
#E3F3FB
(227,243,251)
#EEF8FD
(238,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C6E9 color. Also use rgb(128,198,233) instead hex code.

Text Font Color

.myTextColor { color: #80C6E9; }

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

This text font color is #80C6E9.


Background Color

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

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

This div background color is #80C6E9.


Border color

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

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

This div border color is #80C6E9.


Opacity

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

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

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

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

This text has shadow with #80C6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C6E9 on black background.


Color preview on white background

This text has color #80C6E9 on white background.



Black color preview on #80C6E9 background

This text has black color on #80C6E9 background.


White color preview on #80C6E9 background

This text has white color on #80C6E9 background.