COLOR #80CBA1

HEX: #80CBA1
RGB: (128,203,161)

Color info

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

RGB color model

#80CBA1 color RGB value is (128,203,161).

  • red value is 128;
  • green value is 203;
  • blue value is 161.
RGB:
(128,203,161)
(50%,80%,63%)

RGB channels and saturation

R 128 of 255 = 50%
G 203 of 255 = 80%
B 161 of 255 = 63%

128
203
161

R + G + B ~ 64%. #80CBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 203 + 161 = 492 (100%)
R 128 of 492 ~ 26.02%
G 203 of 492 ~ 41.26%
B 161 of 492 ~ 32.72%

%26.02
%41.26
%32.72

CMYK color model

#80CBA1 color CMYK value is (37,0,21,20).

  • cyan value is 36.95%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 20.39%
CMYK:
(37,0,21,20)
C37M0Y21K20 
(37%,0%,21%,20%)
(0.37/0.00/0.21/0.20)	

CMYK percentages

%36.95
%0
%20.69
%20.39

Codes

Color #80CBA1 in popluar color models

80CBA1
RGB128203161
HSL146°41.90%64.90%
HSB/HSV146°36.95%79.61%
CMYK36.95%0.00%20.69%
20.39%

Color #80CBA1 in popluar number systems.

HEX80CBA1
Decimal128203161
Binary100000001100101110100001
Octal200313241

Shades and tints

Shades of #80CBA1

#80CBA1
(128,203,161)
#75B993
(117,185,147)
#6AA785
(106,167,133)
#5F9577
(95,149,119)
#548369
(84,131,105)
#49715B
(73,113,91)
#3E5F4D
(62,95,77)
#334D3F
(51,77,63)
#283B31
(40,59,49)
#1D2923
(29,41,35)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #80CBA1

#80CBA1
(128,203,161)
#8BCFA9
(139,207,169)
#96D3B1
(150,211,177)
#A1D7B9
(161,215,185)
#ACDBC1
(172,219,193)
#B7DFC9
(183,223,201)
#C2E3D1
(194,227,209)
#CDE7D9
(205,231,217)
#D8EBE1
(216,235,225)
#E3EFE9
(227,239,233)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CBA1 color. Also use rgb(128,203,161) instead hex code.

Text Font Color

.myTextColor { color: #80CBA1; }

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

This text font color is #80CBA1.


Background Color

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

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

This div background color is #80CBA1.


Border color

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

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

This div border color is #80CBA1.


Opacity

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

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

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

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

This text has shadow with #80CBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CBA1 on black background.


Color preview on white background

This text has color #80CBA1 on white background.



Black color preview on #80CBA1 background

This text has black color on #80CBA1 background.


White color preview on #80CBA1 background

This text has white color on #80CBA1 background.