COLOR #80BEA7

HEX: #80BEA7 RGB: (128,190,167)

Color info

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

RGB color model

#80BEA7 color RGB value is (128,190,167).

RGB: (128,190,167) (50%, 75%, 65%)

RGB channels and saturation

R 128 of 255 = 50%
G 190 of 255 = 75%
B 167 of 255 = 65%

128
190
167

R + G + B ~ 63%. #80BEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 190 + 167 = 485 (100%)
R 128 of 485 ~ 26.39%
G 190 of 485 ~ 39.18%
B 167 of 485 ~ 34.43'%

%26.39
%39.18
%34.43

CMYK color model

#80BEA7 color CMYK value is (33,0,12,25).

  • cyan value is 32.63%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 25.49%

CMYK: (33,0,12,25)
C33M0Y12K25 (33%, 0%, 12%, 25%)
(0.33 / 0.00 / 0.12 / 0.25)

CMYK percentages

%32.63
%0
%12.11
%25.49

Codes

Color #80BEA7 in popluar color models

80 BE A7
RGB 128 190 167
HSL 158° 32.29% 62.35%
HSB/HSV 158° 32.63% 74.51%
CMYK 32.63% 0.00% 12.11%
25.49%

Color #80BEA7 in popluar number systems.

HEX 80 BE A7
Decimal 128 190 167
Binary 10000000 10111110 10100111
Octal 200 276 247

Shades and tints

Shades of #80BEA7

#80BEA7
(128,190,167)
#75AD98
(117,173,152)
#6A9C89
(106,156,137)
#5F8B7A
(95,139,122)
#547A6B
(84,122,107)
#49695C
(73,105,92)
#3E584D
(62,88,77)
#33473E
(51,71,62)
#28362F
(40,54,47)
#1D2520
(29,37,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #80BEA7

#80BEA7
(128,190,167)
#8BC3AF
(139,195,175)
#96C8B7
(150,200,183)
#A1CDBF
(161,205,191)
#ACD2C7
(172,210,199)
#B7D7CF
(183,215,207)
#C2DCD7
(194,220,215)
#CDE1DF
(205,225,223)
#D8E6E7
(216,230,231)
#E3EBEF
(227,235,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BEA7; }

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

This text font color is #80BEA7.

Background Color

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

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

This div background color is #80BEA7.

Border color

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

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

This div border color is #80BEA7.

Opacity

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

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

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

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

This text has shadow with #80BEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BEA7.

Preview

Color preview on black background

This text has color #80BEA7 on black background.


Color preview on white background

This text has color #80BEA7 on white background.


Black color preview on #80BEA7 background

This text has black color on #80BEA7 background.


White color preview on #80BEA7 background

This text has white color on #80BEA7 background.


Related colors

Complementary color

Complementary color for #hex is #7F4158.


I love getcolorcode.com

Triadic colors

1 #A780BE and #BEA780 with #80BEA7 are triadic colors.

2 #A7BE80 and #BE80A7 with #80BEA7 are triadic colors.