COLOR #80BB98

HEX: #80BB98
RGB: (128,187,152)

Color info

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

RGB color model

#80BB98 color RGB value is (128,187,152).

  • red value is 128;
  • green value is 187;
  • blue value is 152.
RGB:
(128,187,152)
(50%,73%,60%)

RGB channels and saturation

R 128 of 255 = 50%
G 187 of 255 = 73%
B 152 of 255 = 60%

128
187
152

R + G + B ~ 61%. #80BB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 187 + 152 = 467 (100%)
R 128 of 467 ~ 27.41%
G 187 of 467 ~ 40.04%
B 152 of 467 ~ 32.55%

%27.41
%40.04
%32.55

CMYK color model

#80BB98 color CMYK value is (32,0,19,27).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(32,0,19,27)
C32M0Y19K27 
(32%,0%,19%,27%)
(0.32/0.00/0.19/0.27)	

CMYK percentages

%31.55
%0
%18.72
%26.67

Codes

Color #80BB98 in popluar color models

80BB98
RGB128187152
HSL144°30.26%61.76%
HSB/HSV144°31.55%73.33%
CMYK31.55%0.00%18.72%
26.67%

Color #80BB98 in popluar number systems.

HEX80BB98
Decimal128187152
Binary100000001011101110011000
Octal200273230

Shades and tints

Shades of #80BB98

#80BB98
(128,187,152)
#75AA8B
(117,170,139)
#6A997E
(106,153,126)
#5F8871
(95,136,113)
#547764
(84,119,100)
#496657
(73,102,87)
#3E554A
(62,85,74)
#33443D
(51,68,61)
#283330
(40,51,48)
#1D2223
(29,34,35)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #80BB98

#80BB98
(128,187,152)
#8BC1A1
(139,193,161)
#96C7AA
(150,199,170)
#A1CDB3
(161,205,179)
#ACD3BC
(172,211,188)
#B7D9C5
(183,217,197)
#C2DFCE
(194,223,206)
#CDE5D7
(205,229,215)
#D8EBE0
(216,235,224)
#E3F1E9
(227,241,233)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BB98; }

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

This text font color is #80BB98.


Background Color

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

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

This div background color is #80BB98.


Border color

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

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

This div border color is #80BB98.


Opacity

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

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

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

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

This text has shadow with #80BB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BB98 on black background.


Color preview on white background

This text has color #80BB98 on white background.



Black color preview on #80BB98 background

This text has black color on #80BB98 background.


White color preview on #80BB98 background

This text has white color on #80BB98 background.