COLOR #80B9C1

HEX: #80B9C1 RGB: (128,185,193)

Color info

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

RGB color model

#80B9C1 color RGB value is (128,185,193).

RGB: (128,185,193) (50%, 73%, 76%)

RGB channels and saturation

R 128 of 255 = 50%
G 185 of 255 = 73%
B 193 of 255 = 76%

128
185
193

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

Portions of RGB colors in percentages

R + G + B = 128 + 185 + 193 = 506 (100%)
R 128 of 506 ~ 25.3%
G 185 of 506 ~ 36.56%
B 193 of 506 ~ 38.14'%

%25.3
%36.56
%38.14

CMYK color model

#80B9C1 color CMYK value is (34,4,0,24).

  • cyan value is 33.68%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (34,4,0,24)
C34M4Y0K24 (34%, 4%, 0%, 24%)
(0.34 / 0.04 / 0.00 / 0.24)

CMYK percentages

%33.68
%4.15
%0
%24.31

Codes

Color #80B9C1 in popluar color models

80 B9 C1
RGB 128 185 193
HSL 187° 34.39% 62.94%
HSB/HSV 187° 33.68% 75.69%
CMYK 33.68% 4.15% 0.00%
24.31%

Color #80B9C1 in popluar number systems.

HEX 80 B9 C1
Decimal 128 185 193
Binary 10000000 10111001 11000001
Octal 200 271 301

Shades and tints

Shades of #80B9C1

#80B9C1
(128,185,193)
#75A9B0
(117,169,176)
#6A999F
(106,153,159)
#5F898E
(95,137,142)
#54797D
(84,121,125)
#49696C
(73,105,108)
#3E595B
(62,89,91)
#33494A
(51,73,74)
#283939
(40,57,57)
#1D2928
(29,41,40)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #80B9C1

#80B9C1
(128,185,193)
#8BBFC6
(139,191,198)
#96C5CB
(150,197,203)
#A1CBD0
(161,203,208)
#ACD1D5
(172,209,213)
#B7D7DA
(183,215,218)
#C2DDDF
(194,221,223)
#CDE3E4
(205,227,228)
#D8E9E9
(216,233,233)
#E3EFEE
(227,239,238)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B9C1 color. Also use rgb(128,185,193) instead hex code.

Text Font Color

.myTextColor { color: #80B9C1; }

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

This text font color is #80B9C1.

Background Color

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

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

This div background color is #80B9C1.

Border color

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

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

This div border color is #80B9C1.

Opacity

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

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

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

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

This text has shadow with #80B9C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B9C1.

Preview

Color preview on black background

This text has color #80B9C1 on black background.


Color preview on white background

This text has color #80B9C1 on white background.


Black color preview on #80B9C1 background

This text has black color on #80B9C1 background.


White color preview on #80B9C1 background

This text has white color on #80B9C1 background.


Related colors

Complementary color

Complementary color for #hex is #7F463E.


I love getcolorcode.com

Triadic colors

1 #C180B9 and #B9C180 with #80B9C1 are triadic colors.

2 #C1B980 and #B980C1 with #80B9C1 are triadic colors.