COLOR #80B9A7

HEX: #80B9A7
RGB: (128,185,167)

Color info

#80B9A7 contains red, green and blue colors in about the same proportion. Web safe color of #80B9A7 is #66CC99 (or #6C9).

RGB color model

#80B9A7 color RGB value is (128,185,167).

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

RGB channels and saturation

R 128 of 255 = 50%
G 185 of 255 = 73%
B 167 of 255 = 65%

128
185
167

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

Portions of RGB colors in percentages

R + G + B =
128 + 185 + 167 = 480 (100%)
R 128 of 480 ~ 26.67%
G 185 of 480 ~ 38.54%
B 167 of 480 ~ 34.79%

%26.67
%38.54
%34.79

CMYK color model

#80B9A7 color CMYK value is (31,0,10,27).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(31,0,10,27)
C31M0Y10K27 
(31%,0%,10%,27%)
(0.31/0.00/0.10/0.27)	

CMYK percentages

%30.81
%0
%9.73
%27.45

Codes

Color #80B9A7 in popluar color models

80B9A7
RGB128185167
HSL161°28.93%61.37%
HSB/HSV161°30.81%72.55%
CMYK30.81%0.00%9.73%
27.45%

Color #80B9A7 in popluar number systems.

HEX80B9A7
Decimal128185167
Binary100000001011100110100111
Octal200271247

Shades and tints

Shades of #80B9A7

#80B9A7
(128,185,167)
#75A998
(117,169,152)
#6A9989
(106,153,137)
#5F897A
(95,137,122)
#54796B
(84,121,107)
#49695C
(73,105,92)
#3E594D
(62,89,77)
#33493E
(51,73,62)
#28392F
(40,57,47)
#1D2920
(29,41,32)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #80B9A7

#80B9A7
(128,185,167)
#8BBFAF
(139,191,175)
#96C5B7
(150,197,183)
#A1CBBF
(161,203,191)
#ACD1C7
(172,209,199)
#B7D7CF
(183,215,207)
#C2DDD7
(194,221,215)
#CDE3DF
(205,227,223)
#D8E9E7
(216,233,231)
#E3EFEF
(227,239,239)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B9A7; }

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

This text font color is #80B9A7.


Background Color

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

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

This div background color is #80B9A7.


Border color

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

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

This div border color is #80B9A7.


Opacity

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

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

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

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

This text has shadow with #80B9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B9A7 on black background.


Color preview on white background

This text has color #80B9A7 on white background.



Black color preview on #80B9A7 background

This text has black color on #80B9A7 background.


White color preview on #80B9A7 background

This text has white color on #80B9A7 background.