COLOR #80B5C2

HEX: #80B5C2 RGB: (128,181,194)

Color info

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

RGB color model

#80B5C2 color RGB value is (128,181,194).

RGB: (128,181,194) (50%, 71%, 76%)

RGB channels and saturation

R 128 of 255 = 50%
G 181 of 255 = 71%
B 194 of 255 = 76%

128
181
194

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

Portions of RGB colors in percentages

R + G + B = 128 + 181 + 194 = 503 (100%)
R 128 of 503 ~ 25.45%
G 181 of 503 ~ 35.98%
B 194 of 503 ~ 38.57'%

%25.45
%35.98
%38.57

CMYK color model

#80B5C2 color CMYK value is (34,7,0,24).

  • cyan value is 34.02%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (34,7,0,24)
C34M7Y0K24 (34%, 7%, 0%, 24%)
(0.34 / 0.07 / 0.00 / 0.24)

CMYK percentages

%34.02
%6.7
%0
%23.92

Codes

Color #80B5C2 in popluar color models

80 B5 C2
RGB 128 181 194
HSL 192° 35.11% 63.14%
HSB/HSV 192° 34.02% 76.08%
CMYK 34.02% 6.70% 0.00%
23.92%

Color #80B5C2 in popluar number systems.

HEX 80 B5 C2
Decimal 128 181 194
Binary 10000000 10110101 11000010
Octal 200 265 302

Shades and tints

Shades of #80B5C2

#80B5C2
(128,181,194)
#75A5B1
(117,165,177)
#6A95A0
(106,149,160)
#5F858F
(95,133,143)
#54757E
(84,117,126)
#49656D
(73,101,109)
#3E555C
(62,85,92)
#33454B
(51,69,75)
#28353A
(40,53,58)
#1D2529
(29,37,41)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #80B5C2

#80B5C2
(128,181,194)
#8BBBC7
(139,187,199)
#96C1CC
(150,193,204)
#A1C7D1
(161,199,209)
#ACCDD6
(172,205,214)
#B7D3DB
(183,211,219)
#C2D9E0
(194,217,224)
#CDDFE5
(205,223,229)
#D8E5EA
(216,229,234)
#E3EBEF
(227,235,239)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B5C2 color. Also use rgb(128,181,194) instead hex code.

Text Font Color

.myTextColor { color: #80B5C2; }

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

This text font color is #80B5C2.

Background Color

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

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

This div background color is #80B5C2.

Border color

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

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

This div border color is #80B5C2.

Opacity

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

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

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

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

This text has shadow with #80B5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B5C2.

Preview

Color preview on black background

This text has color #80B5C2 on black background.


Color preview on white background

This text has color #80B5C2 on white background.


Black color preview on #80B5C2 background

This text has black color on #80B5C2 background.


White color preview on #80B5C2 background

This text has white color on #80B5C2 background.


Related colors

Complementary color

Complementary color for #hex is #7F4A3D.


I love getcolorcode.com

Triadic colors

1 #C280B5 and #B5C280 with #80B5C2 are triadic colors.

2 #C2B580 and #B580C2 with #80B5C2 are triadic colors.