COLOR #80C9B7

HEX: #80C9B7
RGB: (128,201,183)

Color info

#80C9B7 contains mainly green and blue colors. Web safe color of #80C9B7 is #66CCCC (or #6CC).

RGB color model

#80C9B7 color RGB value is (128,201,183).

  • red value is 128;
  • green value is 201;
  • blue value is 183.
RGB:
(128,201,183)
(50%,79%,72%)

RGB channels and saturation

R 128 of 255 = 50%
G 201 of 255 = 79%
B 183 of 255 = 72%

128
201
183

R + G + B ~ 67%. #80C9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 201 + 183 = 512 (100%)
R 128 of 512 ~ 25%
G 201 of 512 ~ 39.26%
B 183 of 512 ~ 35.74%

%25
%39.26
%35.74

CMYK color model

#80C9B7 color CMYK value is (36,0,9,21).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 21.18%
CMYK:
(36,0,9,21)
C36M0Y9K21 
(36%,0%,9%,21%)
(0.36/0.00/0.09/0.21)	

CMYK percentages

%36.32
%0
%8.96
%21.18

Codes

Color #80C9B7 in popluar color models

80C9B7
RGB128201183
HSL165°40.33%64.51%
HSB/HSV165°36.32%78.82%
CMYK36.32%0.00%8.96%
21.18%

Color #80C9B7 in popluar number systems.

HEX80C9B7
Decimal128201183
Binary100000001100100110110111
Octal200311267

Shades and tints

Shades of #80C9B7

#80C9B7
(128,201,183)
#75B7A7
(117,183,167)
#6AA597
(106,165,151)
#5F9387
(95,147,135)
#548177
(84,129,119)
#496F67
(73,111,103)
#3E5D57
(62,93,87)
#334B47
(51,75,71)
#283937
(40,57,55)
#1D2727
(29,39,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #80C9B7

#80C9B7
(128,201,183)
#8BCDBD
(139,205,189)
#96D1C3
(150,209,195)
#A1D5C9
(161,213,201)
#ACD9CF
(172,217,207)
#B7DDD5
(183,221,213)
#C2E1DB
(194,225,219)
#CDE5E1
(205,229,225)
#D8E9E7
(216,233,231)
#E3EDED
(227,237,237)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C9B7 color. Also use rgb(128,201,183) instead hex code.

Text Font Color

.myTextColor { color: #80C9B7; }

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

This text font color is #80C9B7.


Background Color

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

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

This div background color is #80C9B7.


Border color

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

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

This div border color is #80C9B7.


Opacity

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

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

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

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

This text has shadow with #80C9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C9B7 on black background.


Color preview on white background

This text has color #80C9B7 on white background.



Black color preview on #80C9B7 background

This text has black color on #80C9B7 background.


White color preview on #80C9B7 background

This text has white color on #80C9B7 background.