COLOR #80BED1

HEX: #80BED1 RGB: (128,190,209)

Color info

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

RGB color model

#80BED1 color RGB value is (128,190,209).

RGB: (128,190,209) (50%, 75%, 82%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 209 of 255 = 82%

128
190
209

R + G + B ~ 69%. #80BED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 190 + 209 = 527 (100%)
R 128 of 527 ~ 24.29%
G 190 of 527 ~ 36.05%
B 209 of 527 ~ 39.66'%

%24.29
%36.05
%39.66

CMYK color model

#80BED1 color CMYK value is (39,9,0,18).

  • cyan value is 38.76%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (39,9,0,18)
C39M9Y0K18 (39%, 9%, 0%, 18%)
(0.39 / 0.09 / 0.00 / 0.18)

CMYK percentages

%38.76
%9.09
%0
%18.04

Codes

Color #80BED1 in popluar color models

80 BE D1
RGB 128 190 209
HSL 194° 46.82% 66.08%
HSB/HSV 194° 38.76% 81.96%
CMYK 38.76% 9.09% 0.00%
18.04%

Color #80BED1 in popluar number systems.

HEX 80 BE D1
Decimal 128 190 209
Binary 10000000 10111110 11010001
Octal 200 276 321

Shades and tints

Shades of #80BED1

#80BED1
(128,190,209)
#75ADBE
(117,173,190)
#6A9CAB
(106,156,171)
#5F8B98
(95,139,152)
#547A85
(84,122,133)
#496972
(73,105,114)
#3E585F
(62,88,95)
#33474C
(51,71,76)
#283639
(40,54,57)
#1D2526
(29,37,38)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #80BED1

#80BED1
(128,190,209)
#8BC3D5
(139,195,213)
#96C8D9
(150,200,217)
#A1CDDD
(161,205,221)
#ACD2E1
(172,210,225)
#B7D7E5
(183,215,229)
#C2DCE9
(194,220,233)
#CDE1ED
(205,225,237)
#D8E6F1
(216,230,241)
#E3EBF5
(227,235,245)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BED1 color. Also use rgb(128,190,209) instead hex code.

Text Font Color

.myTextColor { color: #80BED1; }

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

This text font color is #80BED1.

Background Color

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

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

This div background color is #80BED1.

Border color

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

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

This div border color is #80BED1.

Opacity

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

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

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

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

This text has shadow with #80BED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BED1.

Preview

Color preview on black background

This text has color #80BED1 on black background.


Color preview on white background

This text has color #80BED1 on white background.


Black color preview on #80BED1 background

This text has black color on #80BED1 background.


White color preview on #80BED1 background

This text has white color on #80BED1 background.


Related colors

Complementary color

Complementary color for #hex is #7F412E.


I love getcolorcode.com

Triadic colors

1 #D180BE and #BED180 with #80BED1 are triadic colors.

2 #D1BE80 and #BE80D1 with #80BED1 are triadic colors.