COLOR #80BFB3

HEX: #80BFB3
RGB: (128,191,179)

Color info

#80BFB3 contains mainly green and blue colors. Web safe color of #80BFB3 is #66CC99 (or #6C9).

RGB color model

#80BFB3 color RGB value is (128,191,179).

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

RGB channels and saturation

R 128 of 255 = 50%
G 191 of 255 = 75%
B 179 of 255 = 70%

128
191
179

R + G + B ~ 65%. #80BFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 191 + 179 = 498 (100%)
R 128 of 498 ~ 25.7%
G 191 of 498 ~ 38.35%
B 179 of 498 ~ 35.94%

%25.7
%38.35
%35.94

CMYK color model

#80BFB3 color CMYK value is (33,0,6,25).

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 25.10%
CMYK:
(33,0,6,25)
C33M0Y6K25 
(33%,0%,6%,25%)
(0.33/0.00/0.06/0.25)	

CMYK percentages

%32.98
%0
%6.28
%25.1

Codes

Color #80BFB3 in popluar color models

80BFB3
RGB128191179
HSL169°32.98%62.55%
HSB/HSV169°32.98%74.90%
CMYK32.98%0.00%6.28%
25.10%

Color #80BFB3 in popluar number systems.

HEX80BFB3
Decimal128191179
Binary100000001011111110110011
Octal200277263

Shades and tints

Shades of #80BFB3

#80BFB3
(128,191,179)
#75AEA3
(117,174,163)
#6A9D93
(106,157,147)
#5F8C83
(95,140,131)
#547B73
(84,123,115)
#496A63
(73,106,99)
#3E5953
(62,89,83)
#334843
(51,72,67)
#283733
(40,55,51)
#1D2623
(29,38,35)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80BFB3

#80BFB3
(128,191,179)
#8BC4B9
(139,196,185)
#96C9BF
(150,201,191)
#A1CEC5
(161,206,197)
#ACD3CB
(172,211,203)
#B7D8D1
(183,216,209)
#C2DDD7
(194,221,215)
#CDE2DD
(205,226,221)
#D8E7E3
(216,231,227)
#E3ECE9
(227,236,233)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BFB3; }

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

This text font color is #80BFB3.


Background Color

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

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

This div background color is #80BFB3.


Border color

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

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

This div border color is #80BFB3.


Opacity

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

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

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

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

This text has shadow with #80BFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BFB3 on black background.


Color preview on white background

This text has color #80BFB3 on white background.



Black color preview on #80BFB3 background

This text has black color on #80BFB3 background.


White color preview on #80BFB3 background

This text has white color on #80BFB3 background.