COLOR #80B990

HEX: #80B990 RGB: (128,185,144)

Color info

#80B990 contains red, green and blue colors in about the same proportion. Web safe color of #80B990 is #66CC99 (or #6C9).

RGB color model

#80B990 color RGB value is (128,185,144).

RGB: (128,185,144) (50%, 73%, 56%)

RGB channels and saturation

R 128 of 255 = 50%
G 185 of 255 = 73%
B 144 of 255 = 56%

128
185
144

R + G + B ~ 60%. #80B990 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 185 + 144 = 457 (100%)
R 128 of 457 ~ 28.01%
G 185 of 457 ~ 40.48%
B 144 of 457 ~ 31.51'%

%28.01
%40.48
%31.51

CMYK color model

#80B990 color CMYK value is (31,0,22,27).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 27.45%

CMYK: (31,0,22,27)
C31M0Y22K27 (31%, 0%, 22%, 27%)
(0.31 / 0.00 / 0.22 / 0.27)

CMYK percentages

%30.81
%0
%22.16
%27.45

Codes

Color #80B990 in popluar color models

80 B9 90
RGB 128 185 144
HSL 137° 28.93% 61.37%
HSB/HSV 137° 30.81% 72.55%
CMYK 30.81% 0.00% 22.16%
27.45%

Color #80B990 in popluar number systems.

HEX 80 B9 90
Decimal 128 185 144
Binary 10000000 10111001 10010000
Octal 200 271 220

Shades and tints

Shades of #80B990

#80B990
(128,185,144)
#75A983
(117,169,131)
#6A9976
(106,153,118)
#5F8969
(95,137,105)
#54795C
(84,121,92)
#49694F
(73,105,79)
#3E5942
(62,89,66)
#334935
(51,73,53)
#283928
(40,57,40)
#1D291B
(29,41,27)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #80B990

#80B990
(128,185,144)
#8BBF9A
(139,191,154)
#96C5A4
(150,197,164)
#A1CBAE
(161,203,174)
#ACD1B8
(172,209,184)
#B7D7C2
(183,215,194)
#C2DDCC
(194,221,204)
#CDE3D6
(205,227,214)
#D8E9E0
(216,233,224)
#E3EFEA
(227,239,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B990 color. Also use rgb(128,185,144) instead hex code.

Text Font Color

.myTextColor { color: #80B990; }

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

This text font color is #80B990.

Background Color

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

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

This div background color is #80B990.

Border color

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

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

This div border color is #80B990.

Opacity

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

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

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

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

This text has shadow with #80B990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B990.

Preview

Color preview on black background

This text has color #80B990 on black background.


Color preview on white background

This text has color #80B990 on white background.


Black color preview on #80B990 background

This text has black color on #80B990 background.


White color preview on #80B990 background

This text has white color on #80B990 background.


Related colors

Complementary color

Complementary color for #hex is #7F466F.


I love getcolorcode.com

Triadic colors

1 #9080B9 and #B99080 with #80B990 are triadic colors.

2 #90B980 and #B98090 with #80B990 are triadic colors.