COLOR #80B995

HEX: #80B995 RGB: (128,185,149)

Color info

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

RGB color model

#80B995 color RGB value is (128,185,149).

RGB: (128,185,149) (50%, 73%, 58%)

RGB channels and saturation

R 128 of 255 = 50%
G 185 of 255 = 73%
B 149 of 255 = 58%

128
185
149

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

Portions of RGB colors in percentages

R + G + B = 128 + 185 + 149 = 462 (100%)
R 128 of 462 ~ 27.71%
G 185 of 462 ~ 40.04%
B 149 of 462 ~ 32.25'%

%27.71
%40.04
%32.25

CMYK color model

#80B995 color CMYK value is (31,0,19,27).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 27.45%

CMYK: (31,0,19,27)
C31M0Y19K27 (31%, 0%, 19%, 27%)
(0.31 / 0.00 / 0.19 / 0.27)

CMYK percentages

%30.81
%0
%19.46
%27.45

Codes

Color #80B995 in popluar color models

80 B9 95
RGB 128 185 149
HSL 142° 28.93% 61.37%
HSB/HSV 142° 30.81% 72.55%
CMYK 30.81% 0.00% 19.46%
27.45%

Color #80B995 in popluar number systems.

HEX 80 B9 95
Decimal 128 185 149
Binary 10000000 10111001 10010101
Octal 200 271 225

Shades and tints

Shades of #80B995

#80B995
(128,185,149)
#75A988
(117,169,136)
#6A997B
(106,153,123)
#5F896E
(95,137,110)
#547961
(84,121,97)
#496954
(73,105,84)
#3E5947
(62,89,71)
#33493A
(51,73,58)
#28392D
(40,57,45)
#1D2920
(29,41,32)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #80B995

#80B995
(128,185,149)
#8BBF9E
(139,191,158)
#96C5A7
(150,197,167)
#A1CBB0
(161,203,176)
#ACD1B9
(172,209,185)
#B7D7C2
(183,215,194)
#C2DDCB
(194,221,203)
#CDE3D4
(205,227,212)
#D8E9DD
(216,233,221)
#E3EFE6
(227,239,230)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B995; }

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

This text font color is #80B995.

Background Color

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

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

This div background color is #80B995.

Border color

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

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

This div border color is #80B995.

Opacity

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

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

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

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

This text has shadow with #80B995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B995.

Preview

Color preview on black background

This text has color #80B995 on black background.


Color preview on white background

This text has color #80B995 on white background.


Black color preview on #80B995 background

This text has black color on #80B995 background.


White color preview on #80B995 background

This text has white color on #80B995 background.


Related colors

Complementary color

Complementary color for #hex is #7F466A.


I love getcolorcode.com

Triadic colors

1 #9580B9 and #B99580 with #80B995 are triadic colors.

2 #95B980 and #B98095 with #80B995 are triadic colors.