COLOR #80B197

HEX: #80B197 RGB: (128,177,151)

Color info

#80B197 contains red, green and blue colors in about the same proportion. Web safe color of #80B197 is #669999 (or #699).

RGB color model

#80B197 color RGB value is (128,177,151).

RGB: (128,177,151) (50%, 69%, 59%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 151 of 255 = 59%

128
177
151

R + G + B ~ 59%. #80B197 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 177 + 151 = 456 (100%)
R 128 of 456 ~ 28.07%
G 177 of 456 ~ 38.82%
B 151 of 456 ~ 33.11'%

%28.07
%38.82
%33.11

CMYK color model

#80B197 color CMYK value is (28,0,15,31).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK: (28,0,15,31) C28M0Y15K31 (28%,0%,15%,31%) (0.28/0.00/0.15/0.31) 

CMYK percentages

%27.68
%0
%14.69
%30.59

Codes

Color #80B197 in popluar color models

80 B1 97
RGB 128 177 151
HSL 148° 23.90% 59.80%
HSB/HSV 148° 27.68% 69.41%
CMYK 27.68% 0.00% 14.69%
30.59%

Color #80B197 in popluar number systems.

HEX 80 B1 97
Decimal 128 177 151
Binary 10000000 10110001 10010111
Octal 200 261 227

Shades and tints

Shades of #80B197

#80B197
(128,177,151)
#75A18A
(117,161,138)
#6A917D
(106,145,125)
#5F8170
(95,129,112)
#547163
(84,113,99)
#496156
(73,97,86)
#3E5149
(62,81,73)
#33413C
(51,65,60)
#28312F
(40,49,47)
#1D2122
(29,33,34)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #80B197

#80B197
(128,177,151)
#8BB8A0
(139,184,160)
#96BFA9
(150,191,169)
#A1C6B2
(161,198,178)
#ACCDBB
(172,205,187)
#B7D4C4
(183,212,196)
#C2DBCD
(194,219,205)
#CDE2D6
(205,226,214)
#D8E9DF
(216,233,223)
#E3F0E8
(227,240,232)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B197 color. Also use rgb(128,177,151) instead hex code.

Text Font Color

.myTextColor { color: #80B197; }

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

This text font color is #80B197.

Background Color

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

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

This div background color is #80B197.

Border color

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

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

This div border color is #80B197.

Opacity

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

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

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

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

This text has shadow with #80B197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B197.

Preview

Color preview on black background

This text has color #80B197 on black background.


Color preview on white background

This text has color #80B197 on white background.


Black color preview on #80B197 background

This text has black color on #80B197 background.


White color preview on #80B197 background

This text has white color on #80B197 background.


Related colors

Complementary color

Complementary color for #hex is #7F4E68.


I love getcolorcode.com

Triadic colors

1 #9780B1 and #B19780 with #80B197 are triadic colors.

2 #97B180 and #B18097 with #80B197 are triadic colors.