COLOR #80B4AF

HEX: #80B4AF
RGB: (128,180,175)

Color info

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

RGB color model

#80B4AF color RGB value is (128,180,175).

  • red value is 128;
  • green value is 180;
  • blue value is 175.
RGB:
(128,180,175)
(50%,71%,69%)

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 175 of 255 = 69%

128
180
175

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

Portions of RGB colors in percentages

R + G + B =
128 + 180 + 175 = 483 (100%)
R 128 of 483 ~ 26.5%
G 180 of 483 ~ 37.27%
B 175 of 483 ~ 36.23%

%26.5
%37.27
%36.23

CMYK color model

#80B4AF color CMYK value is (29,0,3,29).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(29,0,3,29)
C29M0Y3K29 
(29%,0%,3%,29%)
(0.29/0.00/0.03/0.29)	

CMYK percentages

%28.89
%0
%2.78
%29.41

Codes

Color #80B4AF in popluar color models

80B4AF
RGB128180175
HSL174°25.74%60.39%
HSB/HSV174°28.89%70.59%
CMYK28.89%0.00%2.78%
29.41%

Color #80B4AF in popluar number systems.

HEX80B4AF
Decimal128180175
Binary100000001011010010101111
Octal200264257

Shades and tints

Shades of #80B4AF

#80B4AF
(128,180,175)
#75A4A0
(117,164,160)
#6A9491
(106,148,145)
#5F8482
(95,132,130)
#547473
(84,116,115)
#496464
(73,100,100)
#3E5455
(62,84,85)
#334446
(51,68,70)
#283437
(40,52,55)
#1D2428
(29,36,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #80B4AF

#80B4AF
(128,180,175)
#8BBAB6
(139,186,182)
#96C0BD
(150,192,189)
#A1C6C4
(161,198,196)
#ACCCCB
(172,204,203)
#B7D2D2
(183,210,210)
#C2D8D9
(194,216,217)
#CDDEE0
(205,222,224)
#D8E4E7
(216,228,231)
#E3EAEE
(227,234,238)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B4AF color. Also use rgb(128,180,175) instead hex code.

Text Font Color

.myTextColor { color: #80B4AF; }

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

This text font color is #80B4AF.


Background Color

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

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

This div background color is #80B4AF.


Border color

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

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

This div border color is #80B4AF.


Opacity

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

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

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

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

This text has shadow with #80B4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B4AF on black background.


Color preview on white background

This text has color #80B4AF on white background.



Black color preview on #80B4AF background

This text has black color on #80B4AF background.


White color preview on #80B4AF background

This text has white color on #80B4AF background.