COLOR #80B69D

HEX: #80B69D
RGB: (128,182,157)

Color info

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

RGB color model

#80B69D color RGB value is (128,182,157).

  • red value is 128;
  • green value is 182;
  • blue value is 157.
RGB:
(128,182,157)
(50%,71%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 182 of 255 = 71%
B 157 of 255 = 62%

128
182
157

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

Portions of RGB colors in percentages

R + G + B =
128 + 182 + 157 = 467 (100%)
R 128 of 467 ~ 27.41%
G 182 of 467 ~ 38.97%
B 157 of 467 ~ 33.62%

%27.41
%38.97
%33.62

CMYK color model

#80B69D color CMYK value is (30,0,14,29).

  • cyan value is 29.67%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(30,0,14,29)
C30M0Y14K29 
(30%,0%,14%,29%)
(0.30/0.00/0.14/0.29)	

CMYK percentages

%29.67
%0
%13.74
%28.63

Codes

Color #80B69D in popluar color models

80B69D
RGB128182157
HSL152°27.00%60.78%
HSB/HSV152°29.67%71.37%
CMYK29.67%0.00%13.74%
28.63%

Color #80B69D in popluar number systems.

HEX80B69D
Decimal128182157
Binary100000001011011010011101
Octal200266235

Shades and tints

Shades of #80B69D

#80B69D
(128,182,157)
#75A68F
(117,166,143)
#6A9681
(106,150,129)
#5F8673
(95,134,115)
#547665
(84,118,101)
#496657
(73,102,87)
#3E5649
(62,86,73)
#33463B
(51,70,59)
#28362D
(40,54,45)
#1D261F
(29,38,31)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #80B69D

#80B69D
(128,182,157)
#8BBCA5
(139,188,165)
#96C2AD
(150,194,173)
#A1C8B5
(161,200,181)
#ACCEBD
(172,206,189)
#B7D4C5
(183,212,197)
#C2DACD
(194,218,205)
#CDE0D5
(205,224,213)
#D8E6DD
(216,230,221)
#E3ECE5
(227,236,229)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B69D; }

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

This text font color is #80B69D.


Background Color

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

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

This div background color is #80B69D.


Border color

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

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

This div border color is #80B69D.


Opacity

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

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

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

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

This text has shadow with #80B69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B69D on black background.


Color preview on white background

This text has color #80B69D on white background.



Black color preview on #80B69D background

This text has black color on #80B69D background.


White color preview on #80B69D background

This text has white color on #80B69D background.