COLOR #80B398

HEX: #80B398
RGB: (128,179,152)

Color info

#80B398 contains red, green and blue colors in about the same proportion. Web safe color of #80B398 is #669999 (or #699).

RGB color model

#80B398 color RGB value is (128,179,152).

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

RGB channels and saturation

R 128 of 255 = 50%
G 179 of 255 = 70%
B 152 of 255 = 60%

128
179
152

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

Portions of RGB colors in percentages

R + G + B =
128 + 179 + 152 = 459 (100%)
R 128 of 459 ~ 27.89%
G 179 of 459 ~ 39%
B 152 of 459 ~ 33.12%

%27.89
%39
%33.12

CMYK color model

#80B398 color CMYK value is (28,0,15,30).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 29.80%
CMYK:
(28,0,15,30)
C28M0Y15K30 
(28%,0%,15%,30%)
(0.28/0.00/0.15/0.30)	

CMYK percentages

%28.49
%0
%15.08
%29.8

Codes

Color #80B398 in popluar color models

80B398
RGB128179152
HSL148°25.12%60.20%
HSB/HSV148°28.49%70.20%
CMYK28.49%0.00%15.08%
29.80%

Color #80B398 in popluar number systems.

HEX80B398
Decimal128179152
Binary100000001011001110011000
Octal200263230

Shades and tints

Shades of #80B398

#80B398
(128,179,152)
#75A38B
(117,163,139)
#6A937E
(106,147,126)
#5F8371
(95,131,113)
#547364
(84,115,100)
#496357
(73,99,87)
#3E534A
(62,83,74)
#33433D
(51,67,61)
#283330
(40,51,48)
#1D2323
(29,35,35)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #80B398

#80B398
(128,179,152)
#8BB9A1
(139,185,161)
#96BFAA
(150,191,170)
#A1C5B3
(161,197,179)
#ACCBBC
(172,203,188)
#B7D1C5
(183,209,197)
#C2D7CE
(194,215,206)
#CDDDD7
(205,221,215)
#D8E3E0
(216,227,224)
#E3E9E9
(227,233,233)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B398; }

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

This text font color is #80B398.


Background Color

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

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

This div background color is #80B398.


Border color

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

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

This div border color is #80B398.


Opacity

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

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

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

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

This text has shadow with #80B398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B398 on black background.


Color preview on white background

This text has color #80B398 on white background.



Black color preview on #80B398 background

This text has black color on #80B398 background.


White color preview on #80B398 background

This text has white color on #80B398 background.