COLOR #80B1CB

HEX: #80B1CB RGB: (128,177,203)

Color info

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

RGB color model

#80B1CB color RGB value is (128,177,203).

RGB: (128,177,203) (50%, 69%, 80%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 203 of 255 = 80%

128
177
203

R + G + B ~ 66%. #80B1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 177 + 203 = 508 (100%)
R 128 of 508 ~ 25.2%
G 177 of 508 ~ 34.84%
B 203 of 508 ~ 39.96'%

%25.2
%34.84
%39.96

CMYK color model

#80B1CB color CMYK value is (37,13,0,20).

  • cyan value is 36.95%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (37,13,0,20) C37M13Y0K20 (37%,13%,0%,20%) (0.37/0.13/0.00/0.20) 

CMYK percentages

%36.95
%12.81
%0
%20.39

Codes

Color #80B1CB in popluar color models

80 B1 CB
RGB 128 177 203
HSL 201° 41.90% 64.90%
HSB/HSV 201° 36.95% 79.61%
CMYK 36.95% 12.81% 0.00%
20.39%

Color #80B1CB in popluar number systems.

HEX 80 B1 CB
Decimal 128 177 203
Binary 10000000 10110001 11001011
Octal 200 261 313

Shades and tints

Shades of #80B1CB

#80B1CB
(128,177,203)
#75A1B9
(117,161,185)
#6A91A7
(106,145,167)
#5F8195
(95,129,149)
#547183
(84,113,131)
#496171
(73,97,113)
#3E515F
(62,81,95)
#33414D
(51,65,77)
#28313B
(40,49,59)
#1D2129
(29,33,41)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #80B1CB

#80B1CB
(128,177,203)
#8BB8CF
(139,184,207)
#96BFD3
(150,191,211)
#A1C6D7
(161,198,215)
#ACCDDB
(172,205,219)
#B7D4DF
(183,212,223)
#C2DBE3
(194,219,227)
#CDE2E7
(205,226,231)
#D8E9EB
(216,233,235)
#E3F0EF
(227,240,239)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B1CB; }

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

This text font color is #80B1CB.

Background Color

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

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

This div background color is #80B1CB.

Border color

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

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

This div border color is #80B1CB.

Opacity

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

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

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

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

This text has shadow with #80B1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B1CB.

Preview

Color preview on black background

This text has color #80B1CB on black background.


Color preview on white background

This text has color #80B1CB on white background.


Black color preview on #80B1CB background

This text has black color on #80B1CB background.


White color preview on #80B1CB background

This text has white color on #80B1CB background.


Related colors

Complementary color

Complementary color for #hex is #7F4E34.


I love getcolorcode.com

Triadic colors

1 #CB80B1 and #B1CB80 with #80B1CB are triadic colors.

2 #CBB180 and #B180CB with #80B1CB are triadic colors.