COLOR #80B1D5

HEX: #80B1D5
RGB: (128,177,213)

Color info

#80B1D5 contains mainly green and blue colors. Web safe color of #80B1D5 is #6699CC (or #69C).

RGB color model

#80B1D5 color RGB value is (128,177,213).

  • red value is 128;
  • green value is 177;
  • blue value is 213.
RGB:
(128,177,213)
(50%,69%,84%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 213 of 255 = 84%

128
177
213

R + G + B ~ 68%. #80B1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 177 + 213 = 518 (100%)
R 128 of 518 ~ 24.71%
G 177 of 518 ~ 34.17%
B 213 of 518 ~ 41.12%

%24.71
%34.17
%41.12

CMYK color model

#80B1D5 color CMYK value is (40,17,0,16).

  • cyan value is 39.91%
  • magenta value is 16.90%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(40,17,0,16)
C40M17Y0K16 
(40%,17%,0%,16%)
(0.40/0.17/0.00/0.16)	

CMYK percentages

%39.91
%16.9
%0
%16.47

Codes

Color #80B1D5 in popluar color models

80B1D5
RGB128177213
HSL205°50.30%66.86%
HSB/HSV205°39.91%83.53%
CMYK39.91%16.90%0.00%
16.47%

Color #80B1D5 in popluar number systems.

HEX80B1D5
Decimal128177213
Binary100000001011000111010101
Octal200261325

Shades and tints

Shades of #80B1D5

#80B1D5
(128,177,213)
#75A1C2
(117,161,194)
#6A91AF
(106,145,175)
#5F819C
(95,129,156)
#547189
(84,113,137)
#496176
(73,97,118)
#3E5163
(62,81,99)
#334150
(51,65,80)
#28313D
(40,49,61)
#1D212A
(29,33,42)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #80B1D5

#80B1D5
(128,177,213)
#8BB8D8
(139,184,216)
#96BFDB
(150,191,219)
#A1C6DE
(161,198,222)
#ACCDE1
(172,205,225)
#B7D4E4
(183,212,228)
#C2DBE7
(194,219,231)
#CDE2EA
(205,226,234)
#D8E9ED
(216,233,237)
#E3F0F0
(227,240,240)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B1D5; }

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

This text font color is #80B1D5.


Background Color

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

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

This div background color is #80B1D5.


Border color

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

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

This div border color is #80B1D5.


Opacity

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

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

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

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

This text has shadow with #80B1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B1D5 on black background.


Color preview on white background

This text has color #80B1D5 on white background.



Black color preview on #80B1D5 background

This text has black color on #80B1D5 background.


White color preview on #80B1D5 background

This text has white color on #80B1D5 background.