COLOR #80BEB6

HEX: #80BEB6 RGB: (128,190,182)

Color info

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

RGB color model

#80BEB6 color RGB value is (128,190,182).

RGB: (128,190,182) (50%, 75%, 71%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 182 of 255 = 71%

128
190
182

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

Portions of RGB colors in percentages

R + G + B = 128 + 190 + 182 = 500 (100%)
R 128 of 500 ~ 25.6%
G 190 of 500 ~ 38%
B 182 of 500 ~ 36.4'%

%25.6
%38
%36.4

CMYK color model

#80BEB6 color CMYK value is (33,0,4,25).

  • cyan value is 32.63%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%

CMYK: (33,0,4,25)
C33M0Y4K25 (33%, 0%, 4%, 25%)
(0.33 / 0.00 / 0.04 / 0.25)

CMYK percentages

%32.63
%0
%4.21
%25.49

Codes

Color #80BEB6 in popluar color models

80 BE B6
RGB 128 190 182
HSL 172° 32.29% 62.35%
HSB/HSV 172° 32.63% 74.51%
CMYK 32.63% 0.00% 4.21%
25.49%

Color #80BEB6 in popluar number systems.

HEX 80 BE B6
Decimal 128 190 182
Binary 10000000 10111110 10110110
Octal 200 276 266

Shades and tints

Shades of #80BEB6

#80BEB6
(128,190,182)
#75ADA6
(117,173,166)
#6A9C96
(106,156,150)
#5F8B86
(95,139,134)
#547A76
(84,122,118)
#496966
(73,105,102)
#3E5856
(62,88,86)
#334746
(51,71,70)
#283636
(40,54,54)
#1D2526
(29,37,38)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #80BEB6

#80BEB6
(128,190,182)
#8BC3BC
(139,195,188)
#96C8C2
(150,200,194)
#A1CDC8
(161,205,200)
#ACD2CE
(172,210,206)
#B7D7D4
(183,215,212)
#C2DCDA
(194,220,218)
#CDE1E0
(205,225,224)
#D8E6E6
(216,230,230)
#E3EBEC
(227,235,236)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BEB6 color. Also use rgb(128,190,182) instead hex code.

Text Font Color

.myTextColor { color: #80BEB6; }

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

This text font color is #80BEB6.

Background Color

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

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

This div background color is #80BEB6.

Border color

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

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

This div border color is #80BEB6.

Opacity

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

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

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

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

This text has shadow with #80BEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BEB6.

Preview

Color preview on black background

This text has color #80BEB6 on black background.


Color preview on white background

This text has color #80BEB6 on white background.


Black color preview on #80BEB6 background

This text has black color on #80BEB6 background.


White color preview on #80BEB6 background

This text has white color on #80BEB6 background.


Related colors

Complementary color

Complementary color for #hex is #7F4149.


I love getcolorcode.com

Triadic colors

1 #B680BE and #BEB680 with #80BEB6 are triadic colors.

2 #B6BE80 and #BE80B6 with #80BEB6 are triadic colors.