COLOR #80BB92

HEX: #80BB92 RGB: (128,187,146)

Color info

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

RGB color model

#80BB92 color RGB value is (128,187,146).

RGB: (128,187,146) (50%, 73%, 57%)

RGB channels and saturation

R 128 of 255 = 50%
G 187 of 255 = 73%
B 146 of 255 = 57%

128
187
146

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

Portions of RGB colors in percentages

R + G + B = 128 + 187 + 146 = 461 (100%)
R 128 of 461 ~ 27.77%
G 187 of 461 ~ 40.56%
B 146 of 461 ~ 31.67'%

%27.77
%40.56
%31.67

CMYK color model

#80BB92 color CMYK value is (32,0,22,27).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK: (32,0,22,27) C32M0Y22K27 (32%,0%,22%,27%) (0.32/0.00/0.22/0.27) 

CMYK percentages

%31.55
%0
%21.93
%26.67

Codes

Color #80BB92 in popluar color models

80 BB 92
RGB 128 187 146
HSL 138° 30.26% 61.76%
HSB/HSV 138° 31.55% 73.33%
CMYK 31.55% 0.00% 21.93%
26.67%

Color #80BB92 in popluar number systems.

HEX 80 BB 92
Decimal 128 187 146
Binary 10000000 10111011 10010010
Octal 200 273 222

Shades and tints

Shades of #80BB92

#80BB92
(128,187,146)
#75AA85
(117,170,133)
#6A9978
(106,153,120)
#5F886B
(95,136,107)
#54775E
(84,119,94)
#496651
(73,102,81)
#3E5544
(62,85,68)
#334437
(51,68,55)
#28332A
(40,51,42)
#1D221D
(29,34,29)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #80BB92

#80BB92
(128,187,146)
#8BC19B
(139,193,155)
#96C7A4
(150,199,164)
#A1CDAD
(161,205,173)
#ACD3B6
(172,211,182)
#B7D9BF
(183,217,191)
#C2DFC8
(194,223,200)
#CDE5D1
(205,229,209)
#D8EBDA
(216,235,218)
#E3F1E3
(227,241,227)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BB92 color. Also use rgb(128,187,146) instead hex code.

Text Font Color

.myTextColor { color: #80BB92; }

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

This text font color is #80BB92.

Background Color

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

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

This div background color is #80BB92.

Border color

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

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

This div border color is #80BB92.

Opacity

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

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

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

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

This text has shadow with #80BB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BB92.

Preview

Color preview on black background

This text has color #80BB92 on black background.


Color preview on white background

This text has color #80BB92 on white background.


Black color preview on #80BB92 background

This text has black color on #80BB92 background.


White color preview on #80BB92 background

This text has white color on #80BB92 background.


Related colors

Complementary color

Complementary color for #hex is #7F446D.


I love getcolorcode.com

Triadic colors

1 #9280BB and #BB9280 with #80BB92 are triadic colors.

2 #92BB80 and #BB8092 with #80BB92 are triadic colors.