COLOR #80BCC7

HEX: #80BCC7 RGB: (128,188,199)

Color info

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

RGB color model

#80BCC7 color RGB value is (128,188,199).

RGB: (128,188,199) (50%, 74%, 78%)

RGB channels and saturation

R 128 of 255 = 50%
G 188 of 255 = 74%
B 199 of 255 = 78%

128
188
199

R + G + B ~ 67%. #80BCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 188 + 199 = 515 (100%)
R 128 of 515 ~ 24.85%
G 188 of 515 ~ 36.5%
B 199 of 515 ~ 38.64'%

%24.85
%36.5
%38.64

CMYK color model

#80BCC7 color CMYK value is (36,6,0,22).

  • cyan value is 35.68%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (36,6,0,22) C36M6Y0K22 (36%,6%,0%,22%) (0.36/0.06/0.00/0.22) 

CMYK percentages

%35.68
%5.53
%0
%21.96

Codes

Color #80BCC7 in popluar color models

80 BC C7
RGB 128 188 199
HSL 189° 38.80% 64.12%
HSB/HSV 189° 35.68% 78.04%
CMYK 35.68% 5.53% 0.00%
21.96%

Color #80BCC7 in popluar number systems.

HEX 80 BC C7
Decimal 128 188 199
Binary 10000000 10111100 11000111
Octal 200 274 307

Shades and tints

Shades of #80BCC7

#80BCC7
(128,188,199)
#75ABB5
(117,171,181)
#6A9AA3
(106,154,163)
#5F8991
(95,137,145)
#54787F
(84,120,127)
#49676D
(73,103,109)
#3E565B
(62,86,91)
#334549
(51,69,73)
#283437
(40,52,55)
#1D2325
(29,35,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #80BCC7

#80BCC7
(128,188,199)
#8BC2CC
(139,194,204)
#96C8D1
(150,200,209)
#A1CED6
(161,206,214)
#ACD4DB
(172,212,219)
#B7DAE0
(183,218,224)
#C2E0E5
(194,224,229)
#CDE6EA
(205,230,234)
#D8ECEF
(216,236,239)
#E3F2F4
(227,242,244)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BCC7 color. Also use rgb(128,188,199) instead hex code.

Text Font Color

.myTextColor { color: #80BCC7; }

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

This text font color is #80BCC7.

Background Color

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

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

This div background color is #80BCC7.

Border color

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

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

This div border color is #80BCC7.

Opacity

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

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

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

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

This text has shadow with #80BCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BCC7.

Preview

Color preview on black background

This text has color #80BCC7 on black background.


Color preview on white background

This text has color #80BCC7 on white background.


Black color preview on #80BCC7 background

This text has black color on #80BCC7 background.


White color preview on #80BCC7 background

This text has white color on #80BCC7 background.


Related colors

Complementary color

Complementary color for #hex is #7F4338.


I love getcolorcode.com

Triadic colors

1 #C780BC and #BCC780 with #80BCC7 are triadic colors.

2 #C7BC80 and #BC80C7 with #80BCC7 are triadic colors.