COLOR #80B4C0

HEX: #80B4C0 RGB: (128,180,192)

Color info

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

RGB color model

#80B4C0 color RGB value is (128,180,192).

RGB: (128,180,192) (50%, 71%, 75%)

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 192 of 255 = 75%

128
180
192

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

Portions of RGB colors in percentages

R + G + B = 128 + 180 + 192 = 500 (100%)
R 128 of 500 ~ 25.6%
G 180 of 500 ~ 36%
B 192 of 500 ~ 38.4'%

%25.6
%36
%38.4

CMYK color model

#80B4C0 color CMYK value is (33,6,0,25).

  • cyan value is 33.33%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (33,6,0,25)
C33M6Y0K25 (33%, 6%, 0%, 25%)
(0.33 / 0.06 / 0.00 / 0.25)

CMYK percentages

%33.33
%6.25
%0
%24.71

Codes

Color #80B4C0 in popluar color models

80 B4 C0
RGB 128 180 192
HSL 191° 33.68% 62.75%
HSB/HSV 191° 33.33% 75.29%
CMYK 33.33% 6.25% 0.00%
24.71%

Color #80B4C0 in popluar number systems.

HEX 80 B4 C0
Decimal 128 180 192
Binary 10000000 10110100 11000000
Octal 200 264 300

Shades and tints

Shades of #80B4C0

#80B4C0
(128,180,192)
#75A4AF
(117,164,175)
#6A949E
(106,148,158)
#5F848D
(95,132,141)
#54747C
(84,116,124)
#49646B
(73,100,107)
#3E545A
(62,84,90)
#334449
(51,68,73)
#283438
(40,52,56)
#1D2427
(29,36,39)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #80B4C0

#80B4C0
(128,180,192)
#8BBAC5
(139,186,197)
#96C0CA
(150,192,202)
#A1C6CF
(161,198,207)
#ACCCD4
(172,204,212)
#B7D2D9
(183,210,217)
#C2D8DE
(194,216,222)
#CDDEE3
(205,222,227)
#D8E4E8
(216,228,232)
#E3EAED
(227,234,237)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B4C0 color. Also use rgb(128,180,192) instead hex code.

Text Font Color

.myTextColor { color: #80B4C0; }

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

This text font color is #80B4C0.

Background Color

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

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

This div background color is #80B4C0.

Border color

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

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

This div border color is #80B4C0.

Opacity

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

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

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

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

This text has shadow with #80B4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B4C0.

Preview

Color preview on black background

This text has color #80B4C0 on black background.


Color preview on white background

This text has color #80B4C0 on white background.


Black color preview on #80B4C0 background

This text has black color on #80B4C0 background.


White color preview on #80B4C0 background

This text has white color on #80B4C0 background.


Related colors

Complementary color

Complementary color for #hex is #7F4B3F.


I love getcolorcode.com

Triadic colors

1 #C080B4 and #B4C080 with #80B4C0 are triadic colors.

2 #C0B480 and #B480C0 with #80B4C0 are triadic colors.