COLOR #80BFCB

HEX: #80BFCB
RGB: (128,191,203)

Color info

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

RGB color model

#80BFCB color RGB value is (128,191,203).

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

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 203 of 255 = 80%

128
191
203

R + G + B ~ 68%. #80BFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 191 + 203 = 522 (100%)
R 128 of 522 ~ 24.52%
G 191 of 522 ~ 36.59%
B 203 of 522 ~ 38.89%

%24.52
%36.59
%38.89

CMYK color model

#80BFCB color CMYK value is (37,6,0,20).

  • cyan value is 36.95%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(37,6,0,20)
C37M6Y0K20 
(37%,6%,0%,20%)
(0.37/0.06/0.00/0.20)	

CMYK percentages

%36.95
%5.91
%0
%20.39

Codes

Color #80BFCB in popluar color models

80BFCB
RGB128191203
HSL190°41.90%64.90%
HSB/HSV190°36.95%79.61%
CMYK36.95%5.91%0.00%
20.39%

Color #80BFCB in popluar number systems.

HEX80BFCB
Decimal128191203
Binary100000001011111111001011
Octal200277313

Shades and tints

Shades of #80BFCB

#80BFCB
(128,191,203)
#75AEB9
(117,174,185)
#6A9DA7
(106,157,167)
#5F8C95
(95,140,149)
#547B83
(84,123,131)
#496A71
(73,106,113)
#3E595F
(62,89,95)
#33484D
(51,72,77)
#28373B
(40,55,59)
#1D2629
(29,38,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #80BFCB

#80BFCB
(128,191,203)
#8BC4CF
(139,196,207)
#96C9D3
(150,201,211)
#A1CED7
(161,206,215)
#ACD3DB
(172,211,219)
#B7D8DF
(183,216,223)
#C2DDE3
(194,221,227)
#CDE2E7
(205,226,231)
#D8E7EB
(216,231,235)
#E3ECEF
(227,236,239)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BFCB; }

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

This text font color is #80BFCB.


Background Color

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

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

This div background color is #80BFCB.


Border color

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

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

This div border color is #80BFCB.


Opacity

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

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

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

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

This text has shadow with #80BFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BFCB on black background.


Color preview on white background

This text has color #80BFCB on white background.



Black color preview on #80BFCB background

This text has black color on #80BFCB background.


White color preview on #80BFCB background

This text has white color on #80BFCB background.