COLOR #80BE9D

HEX: #80BE9D RGB: (128,190,157)

Color info

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

RGB color model

#80BE9D color RGB value is (128,190,157).

RGB: (128,190,157) (50%, 75%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 157 of 255 = 62%

128
190
157

R + G + B ~ 62%. #80BE9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 190 + 157 = 475 (100%)
R 128 of 475 ~ 26.95%
G 190 of 475 ~ 40%
B 157 of 475 ~ 33.05'%

%26.95
%40
%33.05

CMYK color model

#80BE9D color CMYK value is (33,0,17,25).

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

CMYK: (33,0,17,25)
C33M0Y17K25 (33%, 0%, 17%, 25%)
(0.33 / 0.00 / 0.17 / 0.25)

CMYK percentages

%32.63
%0
%17.37
%25.49

Codes

Color #80BE9D in popluar color models

80 BE 9D
RGB 128 190 157
HSL 148° 32.29% 62.35%
HSB/HSV 148° 32.63% 74.51%
CMYK 32.63% 0.00% 17.37%
25.49%

Color #80BE9D in popluar number systems.

HEX 80 BE 9D
Decimal 128 190 157
Binary 10000000 10111110 10011101
Octal 200 276 235

Shades and tints

Shades of #80BE9D

#80BE9D
(128,190,157)
#75AD8F
(117,173,143)
#6A9C81
(106,156,129)
#5F8B73
(95,139,115)
#547A65
(84,122,101)
#496957
(73,105,87)
#3E5849
(62,88,73)
#33473B
(51,71,59)
#28362D
(40,54,45)
#1D251F
(29,37,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #80BE9D

#80BE9D
(128,190,157)
#8BC3A5
(139,195,165)
#96C8AD
(150,200,173)
#A1CDB5
(161,205,181)
#ACD2BD
(172,210,189)
#B7D7C5
(183,215,197)
#C2DCCD
(194,220,205)
#CDE1D5
(205,225,213)
#D8E6DD
(216,230,221)
#E3EBE5
(227,235,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BE9D; }

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

This text font color is #80BE9D.

Background Color

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

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

This div background color is #80BE9D.

Border color

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

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

This div border color is #80BE9D.

Opacity

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

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

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

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

This text has shadow with #80BE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BE9D.

Preview

Color preview on black background

This text has color #80BE9D on black background.


Color preview on white background

This text has color #80BE9D on white background.


Black color preview on #80BE9D background

This text has black color on #80BE9D background.


White color preview on #80BE9D background

This text has white color on #80BE9D background.


Related colors

Complementary color

Complementary color for #hex is #7F4162.


I love getcolorcode.com

Triadic colors

1 #9D80BE and #BE9D80 with #80BE9D are triadic colors.

2 #9DBE80 and #BE809D with #80BE9D are triadic colors.