COLOR #80BEB1

HEX: #80BEB1 RGB: (128,190,177)

Color info

#80BEB1 contains mainly green and blue colors. Web safe color of #80BEB1 is #66CC99 (or #6C9).

RGB color model

#80BEB1 color RGB value is (128,190,177).

RGB: (128,190,177) (50%, 75%, 69%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 177 of 255 = 69%

128
190
177

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

Portions of RGB colors in percentages

R + G + B = 128 + 190 + 177 = 495 (100%)
R 128 of 495 ~ 25.86%
G 190 of 495 ~ 38.38%
B 177 of 495 ~ 35.76'%

%25.86
%38.38
%35.76

CMYK color model

#80BEB1 color CMYK value is (33,0,7,25).

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

CMYK: (33,0,7,25)
C33M0Y7K25 (33%, 0%, 7%, 25%)
(0.33 / 0.00 / 0.07 / 0.25)

CMYK percentages

%32.63
%0
%6.84
%25.49

Codes

Color #80BEB1 in popluar color models

80 BE B1
RGB 128 190 177
HSL 167° 32.29% 62.35%
HSB/HSV 167° 32.63% 74.51%
CMYK 32.63% 0.00% 6.84%
25.49%

Color #80BEB1 in popluar number systems.

HEX 80 BE B1
Decimal 128 190 177
Binary 10000000 10111110 10110001
Octal 200 276 261

Shades and tints

Shades of #80BEB1

#80BEB1
(128,190,177)
#75ADA1
(117,173,161)
#6A9C91
(106,156,145)
#5F8B81
(95,139,129)
#547A71
(84,122,113)
#496961
(73,105,97)
#3E5851
(62,88,81)
#334741
(51,71,65)
#283631
(40,54,49)
#1D2521
(29,37,33)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #80BEB1

#80BEB1
(128,190,177)
#8BC3B8
(139,195,184)
#96C8BF
(150,200,191)
#A1CDC6
(161,205,198)
#ACD2CD
(172,210,205)
#B7D7D4
(183,215,212)
#C2DCDB
(194,220,219)
#CDE1E2
(205,225,226)
#D8E6E9
(216,230,233)
#E3EBF0
(227,235,240)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BEB1; }

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

This text font color is #80BEB1.

Background Color

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

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

This div background color is #80BEB1.

Border color

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

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

This div border color is #80BEB1.

Opacity

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

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

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

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

This text has shadow with #80BEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BEB1.

Preview

Color preview on black background

This text has color #80BEB1 on black background.


Color preview on white background

This text has color #80BEB1 on white background.


Black color preview on #80BEB1 background

This text has black color on #80BEB1 background.


White color preview on #80BEB1 background

This text has white color on #80BEB1 background.


Related colors

Complementary color

Complementary color for #hex is #7F414E.


I love getcolorcode.com

Triadic colors

1 #B180BE and #BEB180 with #80BEB1 are triadic colors.

2 #B1BE80 and #BE80B1 with #80BEB1 are triadic colors.