COLOR #80B1C3

HEX: #80B1C3 RGB: (128,177,195)

Color info

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

RGB color model

#80B1C3 color RGB value is (128,177,195).

RGB: (128,177,195) (50%, 69%, 76%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 195 of 255 = 76%

128
177
195

R + G + B ~ 65%. #80B1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 177 + 195 = 500 (100%)
R 128 of 500 ~ 25.6%
G 177 of 500 ~ 35.4%
B 195 of 500 ~ 39'%

%25.6
%35.4
%39

CMYK color model

#80B1C3 color CMYK value is (34,9,0,24).

  • cyan value is 34.36%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (34,9,0,24)
C34M9Y0K24 (34%, 9%, 0%, 24%)
(0.34 / 0.09 / 0.00 / 0.24)

CMYK percentages

%34.36
%9.23
%0
%23.53

Codes

Color #80B1C3 in popluar color models

80 B1 C3
RGB 128 177 195
HSL 196° 35.83% 63.33%
HSB/HSV 196° 34.36% 76.47%
CMYK 34.36% 9.23% 0.00%
23.53%

Color #80B1C3 in popluar number systems.

HEX 80 B1 C3
Decimal 128 177 195
Binary 10000000 10110001 11000011
Octal 200 261 303

Shades and tints

Shades of #80B1C3

#80B1C3
(128,177,195)
#75A1B2
(117,161,178)
#6A91A1
(106,145,161)
#5F8190
(95,129,144)
#54717F
(84,113,127)
#49616E
(73,97,110)
#3E515D
(62,81,93)
#33414C
(51,65,76)
#28313B
(40,49,59)
#1D212A
(29,33,42)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #80B1C3

#80B1C3
(128,177,195)
#8BB8C8
(139,184,200)
#96BFCD
(150,191,205)
#A1C6D2
(161,198,210)
#ACCDD7
(172,205,215)
#B7D4DC
(183,212,220)
#C2DBE1
(194,219,225)
#CDE2E6
(205,226,230)
#D8E9EB
(216,233,235)
#E3F0F0
(227,240,240)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B1C3; }

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

This text font color is #80B1C3.

Background Color

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

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

This div background color is #80B1C3.

Border color

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

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

This div border color is #80B1C3.

Opacity

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

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

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

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

This text has shadow with #80B1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B1C3.

Preview

Color preview on black background

This text has color #80B1C3 on black background.


Color preview on white background

This text has color #80B1C3 on white background.


Black color preview on #80B1C3 background

This text has black color on #80B1C3 background.


White color preview on #80B1C3 background

This text has white color on #80B1C3 background.


Related colors

Complementary color

Complementary color for #hex is #7F4E3C.


I love getcolorcode.com

Triadic colors

1 #C380B1 and #B1C380 with #80B1C3 are triadic colors.

2 #C3B180 and #B180C3 with #80B1C3 are triadic colors.