COLOR #80B4B7

HEX: #80B4B7
RGB: (128,180,183)

Color info

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

RGB color model

#80B4B7 color RGB value is (128,180,183).

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

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 183 of 255 = 72%

128
180
183

R + G + B ~ 64%. #80B4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 180 + 183 = 491 (100%)
R 128 of 491 ~ 26.07%
G 180 of 491 ~ 36.66%
B 183 of 491 ~ 37.27%

%26.07
%36.66
%37.27

CMYK color model

#80B4B7 color CMYK value is (30,2,0,28).

  • cyan value is 30.05%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(30,2,0,28)
C30M2Y0K28 
(30%,2%,0%,28%)
(0.30/0.02/0.00/0.28)	

CMYK percentages

%30.05
%1.64
%0
%28.24

Codes

Color #80B4B7 in popluar color models

80B4B7
RGB128180183
HSL183°27.64%60.98%
HSB/HSV183°30.05%71.76%
CMYK30.05%1.64%0.00%
28.24%

Color #80B4B7 in popluar number systems.

HEX80B4B7
Decimal128180183
Binary100000001011010010110111
Octal200264267

Shades and tints

Shades of #80B4B7

#80B4B7
(128,180,183)
#75A4A7
(117,164,167)
#6A9497
(106,148,151)
#5F8487
(95,132,135)
#547477
(84,116,119)
#496467
(73,100,103)
#3E5457
(62,84,87)
#334447
(51,68,71)
#283437
(40,52,55)
#1D2427
(29,36,39)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #80B4B7

#80B4B7
(128,180,183)
#8BBABD
(139,186,189)
#96C0C3
(150,192,195)
#A1C6C9
(161,198,201)
#ACCCCF
(172,204,207)
#B7D2D5
(183,210,213)
#C2D8DB
(194,216,219)
#CDDEE1
(205,222,225)
#D8E4E7
(216,228,231)
#E3EAED
(227,234,237)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B4B7; }

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

This text font color is #80B4B7.


Background Color

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

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

This div background color is #80B4B7.


Border color

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

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

This div border color is #80B4B7.


Opacity

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

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

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

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

This text has shadow with #80B4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B4B7 on black background.


Color preview on white background

This text has color #80B4B7 on white background.



Black color preview on #80B4B7 background

This text has black color on #80B4B7 background.


White color preview on #80B4B7 background

This text has white color on #80B4B7 background.