COLOR #80B1EE

HEX: #80B1EE RGB: (128,177,238)

Color info

#80B1EE contains mainly blue color. Web safe color of #80B1EE is #6699FF (or #69F).

RGB color model

#80B1EE color RGB value is (128,177,238).

RGB: (128,177,238) (50%, 69%, 93%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 238 of 255 = 93%

128
177
238

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

Portions of RGB colors in percentages

R + G + B = 128 + 177 + 238 = 543 (100%)
R 128 of 543 ~ 23.57%
G 177 of 543 ~ 32.6%
B 238 of 543 ~ 43.83'%

%23.57
%32.6
%43.83

CMYK color model

#80B1EE color CMYK value is (46,26,0,7).

  • cyan value is 46.22%
  • magenta value is 25.63%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (46,26,0,7) C46M26Y0K7 (46%,26%,0%,7%) (0.46/0.26/0.00/0.07) 

CMYK percentages

%46.22
%25.63
%0
%6.67

Codes

Color #80B1EE in popluar color models

80 B1 EE
RGB 128 177 238
HSL 213° 76.39% 71.76%
HSB/HSV 213° 46.22% 93.33%
CMYK 46.22% 25.63% 0.00%
6.67%

Color #80B1EE in popluar number systems.

HEX 80 B1 EE
Decimal 128 177 238
Binary 10000000 10110001 11101110
Octal 200 261 356

Shades and tints

Shades of #80B1EE

#80B1EE
(128,177,238)
#75A1D9
(117,161,217)
#6A91C4
(106,145,196)
#5F81AF
(95,129,175)
#54719A
(84,113,154)
#496185
(73,97,133)
#3E5170
(62,81,112)
#33415B
(51,65,91)
#283146
(40,49,70)
#1D2131
(29,33,49)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #80B1EE

#80B1EE
(128,177,238)
#8BB8EF
(139,184,239)
#96BFF0
(150,191,240)
#A1C6F1
(161,198,241)
#ACCDF2
(172,205,242)
#B7D4F3
(183,212,243)
#C2DBF4
(194,219,244)
#CDE2F5
(205,226,245)
#D8E9F6
(216,233,246)
#E3F0F7
(227,240,247)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B1EE color. Also use rgb(128,177,238) instead hex code.

Text Font Color

.myTextColor { color: #80B1EE; }

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

This text font color is #80B1EE.

Background Color

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

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

This div background color is #80B1EE.

Border color

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

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

This div border color is #80B1EE.

Opacity

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

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

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

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

This text has shadow with #80B1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B1EE.

Preview

Color preview on black background

This text has color #80B1EE on black background.


Color preview on white background

This text has color #80B1EE on white background.


Black color preview on #80B1EE background

This text has black color on #80B1EE background.


White color preview on #80B1EE background

This text has white color on #80B1EE background.


Related colors

Complementary color

Complementary color for #hex is #7F4E11.


I love getcolorcode.com

Triadic colors

1 #EE80B1 and #B1EE80 with #80B1EE are triadic colors.

2 #EEB180 and #B180EE with #80B1EE are triadic colors.