COLOR #80BDCF

HEX: #80BDCF RGB: (128,189,207)

Color info

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

RGB color model

#80BDCF color RGB value is (128,189,207).

RGB: (128,189,207) (50%, 74%, 81%)

RGB channels and saturation

R 128 of 255 = 50%
G 189 of 255 = 74%
B 207 of 255 = 81%

128
189
207

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

Portions of RGB colors in percentages

R + G + B = 128 + 189 + 207 = 524 (100%)
R 128 of 524 ~ 24.43%
G 189 of 524 ~ 36.07%
B 207 of 524 ~ 39.5'%

%24.43
%36.07
%39.5

CMYK color model

#80BDCF color CMYK value is (38,9,0,19).

  • cyan value is 38.16%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (38,9,0,19)
C38M9Y0K19 (38%, 9%, 0%, 19%)
(0.38 / 0.09 / 0.00 / 0.19)

CMYK percentages

%38.16
%8.7
%0
%18.82

Codes

Color #80BDCF in popluar color models

80 BD CF
RGB 128 189 207
HSL 194° 45.14% 65.69%
HSB/HSV 194° 38.16% 81.18%
CMYK 38.16% 8.70% 0.00%
18.82%

Color #80BDCF in popluar number systems.

HEX 80 BD CF
Decimal 128 189 207
Binary 10000000 10111101 11001111
Octal 200 275 317

Shades and tints

Shades of #80BDCF

#80BDCF
(128,189,207)
#75ACBD
(117,172,189)
#6A9BAB
(106,155,171)
#5F8A99
(95,138,153)
#547987
(84,121,135)
#496875
(73,104,117)
#3E5763
(62,87,99)
#334651
(51,70,81)
#28353F
(40,53,63)
#1D242D
(29,36,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #80BDCF

#80BDCF
(128,189,207)
#8BC3D3
(139,195,211)
#96C9D7
(150,201,215)
#A1CFDB
(161,207,219)
#ACD5DF
(172,213,223)
#B7DBE3
(183,219,227)
#C2E1E7
(194,225,231)
#CDE7EB
(205,231,235)
#D8EDEF
(216,237,239)
#E3F3F3
(227,243,243)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BDCF; }

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

This text font color is #80BDCF.

Background Color

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

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

This div background color is #80BDCF.

Border color

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

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

This div border color is #80BDCF.

Opacity

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

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

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

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

This text has shadow with #80BDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BDCF.

Preview

Color preview on black background

This text has color #80BDCF on black background.


Color preview on white background

This text has color #80BDCF on white background.


Black color preview on #80BDCF background

This text has black color on #80BDCF background.


White color preview on #80BDCF background

This text has white color on #80BDCF background.


Related colors

Complementary color

Complementary color for #hex is #7F4230.


I love getcolorcode.com

Triadic colors

1 #CF80BD and #BDCF80 with #80BDCF are triadic colors.

2 #CFBD80 and #BD80CF with #80BDCF are triadic colors.