COLOR #80BDC0

HEX: #80BDC0 RGB: (128,189,192)

Color info

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

RGB color model

#80BDC0 color RGB value is (128,189,192).

RGB: (128,189,192) (50%, 74%, 75%)

RGB channels and saturation

R 128 of 255 = 50%
G 189 of 255 = 74%
B 192 of 255 = 75%

128
189
192

R + G + B ~ 66%. #80BDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 189 + 192 = 509 (100%)
R 128 of 509 ~ 25.15%
G 189 of 509 ~ 37.13%
B 192 of 509 ~ 37.72'%

%25.15
%37.13
%37.72

CMYK color model

#80BDC0 color CMYK value is (33,2,0,25).

  • cyan value is 33.33%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (33,2,0,25)
C33M2Y0K25 (33%, 2%, 0%, 25%)
(0.33 / 0.02 / 0.00 / 0.25)

CMYK percentages

%33.33
%1.56
%0
%24.71

Codes

Color #80BDC0 in popluar color models

80 BD C0
RGB 128 189 192
HSL 183° 33.68% 62.75%
HSB/HSV 183° 33.33% 75.29%
CMYK 33.33% 1.56% 0.00%
24.71%

Color #80BDC0 in popluar number systems.

HEX 80 BD C0
Decimal 128 189 192
Binary 10000000 10111101 11000000
Octal 200 275 300

Shades and tints

Shades of #80BDC0

#80BDC0
(128,189,192)
#75ACAF
(117,172,175)
#6A9B9E
(106,155,158)
#5F8A8D
(95,138,141)
#54797C
(84,121,124)
#49686B
(73,104,107)
#3E575A
(62,87,90)
#334649
(51,70,73)
#283538
(40,53,56)
#1D2427
(29,36,39)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #80BDC0

#80BDC0
(128,189,192)
#8BC3C5
(139,195,197)
#96C9CA
(150,201,202)
#A1CFCF
(161,207,207)
#ACD5D4
(172,213,212)
#B7DBD9
(183,219,217)
#C2E1DE
(194,225,222)
#CDE7E3
(205,231,227)
#D8EDE8
(216,237,232)
#E3F3ED
(227,243,237)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BDC0; }

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

This text font color is #80BDC0.

Background Color

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

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

This div background color is #80BDC0.

Border color

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

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

This div border color is #80BDC0.

Opacity

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

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

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

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

This text has shadow with #80BDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BDC0.

Preview

Color preview on black background

This text has color #80BDC0 on black background.


Color preview on white background

This text has color #80BDC0 on white background.


Black color preview on #80BDC0 background

This text has black color on #80BDC0 background.


White color preview on #80BDC0 background

This text has white color on #80BDC0 background.


Related colors

Complementary color

Complementary color for #hex is #7F423F.


I love getcolorcode.com

Triadic colors

1 #C080BD and #BDC080 with #80BDC0 are triadic colors.

2 #C0BD80 and #BD80C0 with #80BDC0 are triadic colors.