COLOR #80BEDD

HEX: #80BEDD RGB: (128,190,221)

Color info

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

RGB color model

#80BEDD color RGB value is (128,190,221).

RGB: (128,190,221) (50%, 75%, 87%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 221 of 255 = 87%

128
190
221

R + G + B ~ 71%. #80BEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 190 + 221 = 539 (100%)
R 128 of 539 ~ 23.75%
G 190 of 539 ~ 35.25%
B 221 of 539 ~ 41'%

%23.75
%35.25
%41

CMYK color model

#80BEDD color CMYK value is (42,14,0,13).

  • cyan value is 42.08%
  • magenta value is 14.03%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (42,14,0,13) C42M14Y0K13 (42%,14%,0%,13%) (0.42/0.14/0.00/0.13) 

CMYK percentages

%42.08
%14.03
%0
%13.33

Codes

Color #80BEDD in popluar color models

80 BE DD
RGB 128 190 221
HSL 200° 57.76% 68.43%
HSB/HSV 200° 42.08% 86.67%
CMYK 42.08% 14.03% 0.00%
13.33%

Color #80BEDD in popluar number systems.

HEX 80 BE DD
Decimal 128 190 221
Binary 10000000 10111110 11011101
Octal 200 276 335

Shades and tints

Shades of #80BEDD

#80BEDD
(128,190,221)
#75ADC9
(117,173,201)
#6A9CB5
(106,156,181)
#5F8BA1
(95,139,161)
#547A8D
(84,122,141)
#496979
(73,105,121)
#3E5865
(62,88,101)
#334751
(51,71,81)
#28363D
(40,54,61)
#1D2529
(29,37,41)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #80BEDD

#80BEDD
(128,190,221)
#8BC3E0
(139,195,224)
#96C8E3
(150,200,227)
#A1CDE6
(161,205,230)
#ACD2E9
(172,210,233)
#B7D7EC
(183,215,236)
#C2DCEF
(194,220,239)
#CDE1F2
(205,225,242)
#D8E6F5
(216,230,245)
#E3EBF8
(227,235,248)
#EEF0FB
(238,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BEDD; }

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

This text font color is #80BEDD.

Background Color

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

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

This div background color is #80BEDD.

Border color

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

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

This div border color is #80BEDD.

Opacity

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

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

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

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

This text has shadow with #80BEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BEDD.

Preview

Color preview on black background

This text has color #80BEDD on black background.


Color preview on white background

This text has color #80BEDD on white background.


Black color preview on #80BEDD background

This text has black color on #80BEDD background.


White color preview on #80BEDD background

This text has white color on #80BEDD background.


Related colors

Complementary color

Complementary color for #hex is #7F4122.


I love getcolorcode.com

Triadic colors

1 #DD80BE and #BEDD80 with #80BEDD are triadic colors.

2 #DDBE80 and #BE80DD with #80BEDD are triadic colors.