COLOR #80BED8

HEX: #80BED8 RGB: (128,190,216)

Color info

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

RGB color model

#80BED8 color RGB value is (128,190,216).

RGB: (128,190,216) (50%, 75%, 85%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 216 of 255 = 85%

128
190
216

R + G + B ~ 70%. #80BED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 190 + 216 = 534 (100%)
R 128 of 534 ~ 23.97%
G 190 of 534 ~ 35.58%
B 216 of 534 ~ 40.45'%

%23.97
%35.58
%40.45

CMYK color model

#80BED8 color CMYK value is (41,12,0,15).

  • cyan value is 40.74%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (41,12,0,15)
C41M12Y0K15 (41%, 12%, 0%, 15%)
(0.41 / 0.12 / 0.00 / 0.15)

CMYK percentages

%40.74
%12.04
%0
%15.29

Codes

Color #80BED8 in popluar color models

80 BE D8
RGB 128 190 216
HSL 198° 53.01% 67.45%
HSB/HSV 198° 40.74% 84.71%
CMYK 40.74% 12.04% 0.00%
15.29%

Color #80BED8 in popluar number systems.

HEX 80 BE D8
Decimal 128 190 216
Binary 10000000 10111110 11011000
Octal 200 276 330

Shades and tints

Shades of #80BED8

#80BED8
(128,190,216)
#75ADC5
(117,173,197)
#6A9CB2
(106,156,178)
#5F8B9F
(95,139,159)
#547A8C
(84,122,140)
#496979
(73,105,121)
#3E5866
(62,88,102)
#334753
(51,71,83)
#283640
(40,54,64)
#1D252D
(29,37,45)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #80BED8

#80BED8
(128,190,216)
#8BC3DB
(139,195,219)
#96C8DE
(150,200,222)
#A1CDE1
(161,205,225)
#ACD2E4
(172,210,228)
#B7D7E7
(183,215,231)
#C2DCEA
(194,220,234)
#CDE1ED
(205,225,237)
#D8E6F0
(216,230,240)
#E3EBF3
(227,235,243)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BED8; }

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

This text font color is #80BED8.

Background Color

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

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

This div background color is #80BED8.

Border color

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

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

This div border color is #80BED8.

Opacity

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

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

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

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

This text has shadow with #80BED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BED8.

Preview

Color preview on black background

This text has color #80BED8 on black background.


Color preview on white background

This text has color #80BED8 on white background.


Black color preview on #80BED8 background

This text has black color on #80BED8 background.


White color preview on #80BED8 background

This text has white color on #80BED8 background.


Related colors

Complementary color

Complementary color for #hex is #7F4127.


I love getcolorcode.com

Triadic colors

1 #D880BE and #BED880 with #80BED8 are triadic colors.

2 #D8BE80 and #BE80D8 with #80BED8 are triadic colors.