COLOR #80B5A9

HEX: #80B5A9
RGB: (128,181,169)

Color info

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

RGB color model

#80B5A9 color RGB value is (128,181,169).

  • red value is 128;
  • green value is 181;
  • blue value is 169.
RGB:
(128,181,169)
(50%,71%,66%)

RGB channels and saturation

R 128 of 255 = 50%
G 181 of 255 = 71%
B 169 of 255 = 66%

128
181
169

R + G + B ~ 62%. #80B5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 181 + 169 = 478 (100%)
R 128 of 478 ~ 26.78%
G 181 of 478 ~ 37.87%
B 169 of 478 ~ 35.36%

%26.78
%37.87
%35.36

CMYK color model

#80B5A9 color CMYK value is (29,0,7,29).

  • cyan value is 29.28%
  • magenta value is 0.00%
  • yellow value is 6.63%
  • key color value is 29.02%
CMYK:
(29,0,7,29)
C29M0Y7K29 
(29%,0%,7%,29%)
(0.29/0.00/0.07/0.29)	

CMYK percentages

%29.28
%0
%6.63
%29.02

Codes

Color #80B5A9 in popluar color models

80B5A9
RGB128181169
HSL166°26.37%60.59%
HSB/HSV166°29.28%70.98%
CMYK29.28%0.00%6.63%
29.02%

Color #80B5A9 in popluar number systems.

HEX80B5A9
Decimal128181169
Binary100000001011010110101001
Octal200265251

Shades and tints

Shades of #80B5A9

#80B5A9
(128,181,169)
#75A59A
(117,165,154)
#6A958B
(106,149,139)
#5F857C
(95,133,124)
#54756D
(84,117,109)
#49655E
(73,101,94)
#3E554F
(62,85,79)
#334540
(51,69,64)
#283531
(40,53,49)
#1D2522
(29,37,34)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80B5A9

#80B5A9
(128,181,169)
#8BBBB0
(139,187,176)
#96C1B7
(150,193,183)
#A1C7BE
(161,199,190)
#ACCDC5
(172,205,197)
#B7D3CC
(183,211,204)
#C2D9D3
(194,217,211)
#CDDFDA
(205,223,218)
#D8E5E1
(216,229,225)
#E3EBE8
(227,235,232)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B5A9 color. Also use rgb(128,181,169) instead hex code.

Text Font Color

.myTextColor { color: #80B5A9; }

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

This text font color is #80B5A9.


Background Color

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

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

This div background color is #80B5A9.


Border color

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

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

This div border color is #80B5A9.


Opacity

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

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

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

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

This text has shadow with #80B5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B5A9 on black background.


Color preview on white background

This text has color #80B5A9 on white background.



Black color preview on #80B5A9 background

This text has black color on #80B5A9 background.


White color preview on #80B5A9 background

This text has white color on #80B5A9 background.