COLOR #80BDE6

HEX: #80BDE6
RGB: (128,189,230)

Color info

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

RGB color model

#80BDE6 color RGB value is (128,189,230).

  • red value is 128;
  • green value is 189;
  • blue value is 230.
RGB:
(128,189,230)
(50%,74%,90%)

RGB channels and saturation

R 128 of 255 = 50%
G 189 of 255 = 74%
B 230 of 255 = 90%

128
189
230

R + G + B ~ 71%. #80BDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 189 + 230 = 547 (100%)
R 128 of 547 ~ 23.4%
G 189 of 547 ~ 34.55%
B 230 of 547 ~ 42.05%

%23.4
%34.55
%42.05

CMYK color model

#80BDE6 color CMYK value is (44,18,0,10).

  • cyan value is 44.35%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(44,18,0,10)
C44M18Y0K10 
(44%,18%,0%,10%)
(0.44/0.18/0.00/0.10)	

CMYK percentages

%44.35
%17.83
%0
%9.8

Codes

Color #80BDE6 in popluar color models

80BDE6
RGB128189230
HSL204°67.11%70.20%
HSB/HSV204°44.35%90.20%
CMYK44.35%17.83%0.00%
9.80%

Color #80BDE6 in popluar number systems.

HEX80BDE6
Decimal128189230
Binary100000001011110111100110
Octal200275346

Shades and tints

Shades of #80BDE6

#80BDE6
(128,189,230)
#75ACD2
(117,172,210)
#6A9BBE
(106,155,190)
#5F8AAA
(95,138,170)
#547996
(84,121,150)
#496882
(73,104,130)
#3E576E
(62,87,110)
#33465A
(51,70,90)
#283546
(40,53,70)
#1D2432
(29,36,50)
#12131E
(18,19,30)
#000000
(0,0,0)

Tints of #80BDE6

#80BDE6
(128,189,230)
#8BC3E8
(139,195,232)
#96C9EA
(150,201,234)
#A1CFEC
(161,207,236)
#ACD5EE
(172,213,238)
#B7DBF0
(183,219,240)
#C2E1F2
(194,225,242)
#CDE7F4
(205,231,244)
#D8EDF6
(216,237,246)
#E3F3F8
(227,243,248)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BDE6 color. Also use rgb(128,189,230) instead hex code.

Text Font Color

.myTextColor { color: #80BDE6; }

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

This text font color is #80BDE6.


Background Color

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

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

This div background color is #80BDE6.


Border color

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

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

This div border color is #80BDE6.


Opacity

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

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

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

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

This text has shadow with #80BDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BDE6 on black background.


Color preview on white background

This text has color #80BDE6 on white background.



Black color preview on #80BDE6 background

This text has black color on #80BDE6 background.


White color preview on #80BDE6 background

This text has white color on #80BDE6 background.