COLOR #80D6E3

HEX: #80D6E3
RGB: (128,214,227)

Color info

#80D6E3 contains mainly green and blue colors. Web safe color of #80D6E3 is #66CCCC (or #6CC).

RGB color model

#80D6E3 color RGB value is (128,214,227).

  • red value is 128;
  • green value is 214;
  • blue value is 227.
RGB:
(128,214,227)
(50%,84%,89%)

RGB channels and saturation

R 128 of 255 = 50%
G 214 of 255 = 84%
B 227 of 255 = 89%

128
214
227

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

Portions of RGB colors in percentages

R + G + B =
128 + 214 + 227 = 569 (100%)
R 128 of 569 ~ 22.5%
G 214 of 569 ~ 37.61%
B 227 of 569 ~ 39.89%

%22.5
%37.61
%39.89

CMYK color model

#80D6E3 color CMYK value is (44,6,0,11).

  • cyan value is 43.61%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(44,6,0,11)
C44M6Y0K11 
(44%,6%,0%,11%)
(0.44/0.06/0.00/0.11)	

CMYK percentages

%43.61
%5.73
%0
%10.98

Codes

Color #80D6E3 in popluar color models

80D6E3
RGB128214227
HSL188°63.87%69.61%
HSB/HSV188°43.61%89.02%
CMYK43.61%5.73%0.00%
10.98%

Color #80D6E3 in popluar number systems.

HEX80D6E3
Decimal128214227
Binary100000001101011011100011
Octal200326343

Shades and tints

Shades of #80D6E3

#80D6E3
(128,214,227)
#75C3CF
(117,195,207)
#6AB0BB
(106,176,187)
#5F9DA7
(95,157,167)
#548A93
(84,138,147)
#49777F
(73,119,127)
#3E646B
(62,100,107)
#335157
(51,81,87)
#283E43
(40,62,67)
#1D2B2F
(29,43,47)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #80D6E3

#80D6E3
(128,214,227)
#8BD9E5
(139,217,229)
#96DCE7
(150,220,231)
#A1DFE9
(161,223,233)
#ACE2EB
(172,226,235)
#B7E5ED
(183,229,237)
#C2E8EF
(194,232,239)
#CDEBF1
(205,235,241)
#D8EEF3
(216,238,243)
#E3F1F5
(227,241,245)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D6E3 color. Also use rgb(128,214,227) instead hex code.

Text Font Color

.myTextColor { color: #80D6E3; }

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

This text font color is #80D6E3.


Background Color

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

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

This div background color is #80D6E3.


Border color

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

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

This div border color is #80D6E3.


Opacity

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

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

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

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

This text has shadow with #80D6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D6E3 on black background.


Color preview on white background

This text has color #80D6E3 on white background.



Black color preview on #80D6E3 background

This text has black color on #80D6E3 background.


White color preview on #80D6E3 background

This text has white color on #80D6E3 background.