COLOR #80BFE8

HEX: #80BFE8
RGB: (128,191,232)

Color info

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

RGB color model

#80BFE8 color RGB value is (128,191,232).

  • red value is 128;
  • green value is 191;
  • blue value is 232.
RGB:
(128,191,232)
(50%,75%,91%)

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 232 of 255 = 91%

128
191
232

R + G + B ~ 72%. #80BFE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 191 + 232 = 551 (100%)
R 128 of 551 ~ 23.23%
G 191 of 551 ~ 34.66%
B 232 of 551 ~ 42.11%

%23.23
%34.66
%42.11

CMYK color model

#80BFE8 color CMYK value is (45,18,0,9).

  • cyan value is 44.83%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(45,18,0,9)
C45M18Y0K9 
(45%,18%,0%,9%)
(0.45/0.18/0.00/0.09)	

CMYK percentages

%44.83
%17.67
%0
%9.02

Codes

Color #80BFE8 in popluar color models

80BFE8
RGB128191232
HSL204°69.33%70.59%
HSB/HSV204°44.83%90.98%
CMYK44.83%17.67%0.00%
9.02%

Color #80BFE8 in popluar number systems.

HEX80BFE8
Decimal128191232
Binary100000001011111111101000
Octal200277350

Shades and tints

Shades of #80BFE8

#80BFE8
(128,191,232)
#75AED3
(117,174,211)
#6A9DBE
(106,157,190)
#5F8CA9
(95,140,169)
#547B94
(84,123,148)
#496A7F
(73,106,127)
#3E596A
(62,89,106)
#334855
(51,72,85)
#283740
(40,55,64)
#1D262B
(29,38,43)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #80BFE8

#80BFE8
(128,191,232)
#8BC4EA
(139,196,234)
#96C9EC
(150,201,236)
#A1CEEE
(161,206,238)
#ACD3F0
(172,211,240)
#B7D8F2
(183,216,242)
#C2DDF4
(194,221,244)
#CDE2F6
(205,226,246)
#D8E7F8
(216,231,248)
#E3ECFA
(227,236,250)
#EEF1FC
(238,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BFE8 color. Also use rgb(128,191,232) instead hex code.

Text Font Color

.myTextColor { color: #80BFE8; }

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

This text font color is #80BFE8.


Background Color

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

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

This div background color is #80BFE8.


Border color

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

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

This div border color is #80BFE8.


Opacity

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

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

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

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

This text has shadow with #80BFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BFE8 on black background.


Color preview on white background

This text has color #80BFE8 on white background.



Black color preview on #80BFE8 background

This text has black color on #80BFE8 background.


White color preview on #80BFE8 background

This text has white color on #80BFE8 background.