COLOR #80BEAB

HEX: #80BEAB
RGB: (128,190,171)

Color info

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

RGB color model

#80BEAB color RGB value is (128,190,171).

  • red value is 128;
  • green value is 190;
  • blue value is 171.
RGB:
(128,190,171)
(50%,75%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 171 of 255 = 67%

128
190
171

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

Portions of RGB colors in percentages

R + G + B =
128 + 190 + 171 = 489 (100%)
R 128 of 489 ~ 26.18%
G 190 of 489 ~ 38.85%
B 171 of 489 ~ 34.97%

%26.18
%38.85
%34.97

CMYK color model

#80BEAB color CMYK value is (33,0,10,25).

  • cyan value is 32.63%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(33,0,10,25)
C33M0Y10K25 
(33%,0%,10%,25%)
(0.33/0.00/0.10/0.25)	

CMYK percentages

%32.63
%0
%10
%25.49

Codes

Color #80BEAB in popluar color models

80BEAB
RGB128190171
HSL162°32.29%62.35%
HSB/HSV162°32.63%74.51%
CMYK32.63%0.00%10.00%
25.49%

Color #80BEAB in popluar number systems.

HEX80BEAB
Decimal128190171
Binary100000001011111010101011
Octal200276253

Shades and tints

Shades of #80BEAB

#80BEAB
(128,190,171)
#75AD9C
(117,173,156)
#6A9C8D
(106,156,141)
#5F8B7E
(95,139,126)
#547A6F
(84,122,111)
#496960
(73,105,96)
#3E5851
(62,88,81)
#334742
(51,71,66)
#283633
(40,54,51)
#1D2524
(29,37,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #80BEAB

#80BEAB
(128,190,171)
#8BC3B2
(139,195,178)
#96C8B9
(150,200,185)
#A1CDC0
(161,205,192)
#ACD2C7
(172,210,199)
#B7D7CE
(183,215,206)
#C2DCD5
(194,220,213)
#CDE1DC
(205,225,220)
#D8E6E3
(216,230,227)
#E3EBEA
(227,235,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BEAB color. Also use rgb(128,190,171) instead hex code.

Text Font Color

.myTextColor { color: #80BEAB; }

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

This text font color is #80BEAB.


Background Color

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

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

This div background color is #80BEAB.


Border color

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

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

This div border color is #80BEAB.


Opacity

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

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

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

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

This text has shadow with #80BEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BEAB on black background.


Color preview on white background

This text has color #80BEAB on white background.



Black color preview on #80BEAB background

This text has black color on #80BEAB background.


White color preview on #80BEAB background

This text has white color on #80BEAB background.