COLOR #80CCA7

HEX: #80CCA7
RGB: (128,204,167)

Color info

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

RGB color model

#80CCA7 color RGB value is (128,204,167).

  • red value is 128;
  • green value is 204;
  • blue value is 167.
RGB:
(128,204,167)
(50%,80%,65%)

RGB channels and saturation

R 128 of 255 = 50%
G 204 of 255 = 80%
B 167 of 255 = 65%

128
204
167

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

Portions of RGB colors in percentages

R + G + B =
128 + 204 + 167 = 499 (100%)
R 128 of 499 ~ 25.65%
G 204 of 499 ~ 40.88%
B 167 of 499 ~ 33.47%

%25.65
%40.88
%33.47

CMYK color model

#80CCA7 color CMYK value is (37,0,18,20).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%
CMYK:
(37,0,18,20)
C37M0Y18K20 
(37%,0%,18%,20%)
(0.37/0.00/0.18/0.20)	

CMYK percentages

%37.25
%0
%18.14
%20

Codes

Color #80CCA7 in popluar color models

80CCA7
RGB128204167
HSL151°42.70%65.10%
HSB/HSV151°37.25%80.00%
CMYK37.25%0.00%18.14%
20.00%

Color #80CCA7 in popluar number systems.

HEX80CCA7
Decimal128204167
Binary100000001100110010100111
Octal200314247

Shades and tints

Shades of #80CCA7

#80CCA7
(128,204,167)
#75BA98
(117,186,152)
#6AA889
(106,168,137)
#5F967A
(95,150,122)
#54846B
(84,132,107)
#49725C
(73,114,92)
#3E604D
(62,96,77)
#334E3E
(51,78,62)
#283C2F
(40,60,47)
#1D2A20
(29,42,32)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #80CCA7

#80CCA7
(128,204,167)
#8BD0AF
(139,208,175)
#96D4B7
(150,212,183)
#A1D8BF
(161,216,191)
#ACDCC7
(172,220,199)
#B7E0CF
(183,224,207)
#C2E4D7
(194,228,215)
#CDE8DF
(205,232,223)
#D8ECE7
(216,236,231)
#E3F0EF
(227,240,239)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CCA7 color. Also use rgb(128,204,167) instead hex code.

Text Font Color

.myTextColor { color: #80CCA7; }

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

This text font color is #80CCA7.


Background Color

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

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

This div background color is #80CCA7.


Border color

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

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

This div border color is #80CCA7.


Opacity

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

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

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

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

This text has shadow with #80CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CCA7 on black background.


Color preview on white background

This text has color #80CCA7 on white background.



Black color preview on #80CCA7 background

This text has black color on #80CCA7 background.


White color preview on #80CCA7 background

This text has white color on #80CCA7 background.