COLOR #80B8B5

HEX: #80B8B5
RGB: (128,184,181)

Color info

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

RGB color model

#80B8B5 color RGB value is (128,184,181).

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

RGB channels and saturation

R 128 of 255 = 50%
G 184 of 255 = 72%
B 181 of 255 = 71%

128
184
181

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

Portions of RGB colors in percentages

R + G + B =
128 + 184 + 181 = 493 (100%)
R 128 of 493 ~ 25.96%
G 184 of 493 ~ 37.32%
B 181 of 493 ~ 36.71%

%25.96
%37.32
%36.71

CMYK color model

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

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 27.84%
CMYK:
(30,0,2,28)
C30M0Y2K28 
(30%,0%,2%,28%)
(0.30/0.00/0.02/0.28)	

CMYK percentages

%30.43
%0
%1.63
%27.84

Codes

Color #80B8B5 in popluar color models

80B8B5
RGB128184181
HSL177°28.28%61.18%
HSB/HSV177°30.43%72.16%
CMYK30.43%0.00%1.63%
27.84%

Color #80B8B5 in popluar number systems.

HEX80B8B5
Decimal128184181
Binary100000001011100010110101
Octal200270265

Shades and tints

Shades of #80B8B5

#80B8B5
(128,184,181)
#75A8A5
(117,168,165)
#6A9895
(106,152,149)
#5F8885
(95,136,133)
#547875
(84,120,117)
#496865
(73,104,101)
#3E5855
(62,88,85)
#334845
(51,72,69)
#283835
(40,56,53)
#1D2825
(29,40,37)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #80B8B5

#80B8B5
(128,184,181)
#8BBEBB
(139,190,187)
#96C4C1
(150,196,193)
#A1CAC7
(161,202,199)
#ACD0CD
(172,208,205)
#B7D6D3
(183,214,211)
#C2DCD9
(194,220,217)
#CDE2DF
(205,226,223)
#D8E8E5
(216,232,229)
#E3EEEB
(227,238,235)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B8B5; }

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

This text font color is #80B8B5.


Background Color

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

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

This div background color is #80B8B5.


Border color

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

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

This div border color is #80B8B5.


Opacity

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

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

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

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

This text has shadow with #80B8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B8B5 on black background.


Color preview on white background

This text has color #80B8B5 on white background.



Black color preview on #80B8B5 background

This text has black color on #80B8B5 background.


White color preview on #80B8B5 background

This text has white color on #80B8B5 background.