COLOR #80BBB7

HEX: #80BBB7
RGB: (128,187,183)

Color info

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

RGB color model

#80BBB7 color RGB value is (128,187,183).

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

RGB channels and saturation

R 128 of 255 = 50%
G 187 of 255 = 73%
B 183 of 255 = 72%

128
187
183

R + G + B ~ 65%. #80BBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 187 + 183 = 498 (100%)
R 128 of 498 ~ 25.7%
G 187 of 498 ~ 37.55%
B 183 of 498 ~ 36.75%

%25.7
%37.55
%36.75

CMYK color model

#80BBB7 color CMYK value is (32,0,2,27).

  • cyan value is 31.55%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%
CMYK:
(32,0,2,27)
C32M0Y2K27 
(32%,0%,2%,27%)
(0.32/0.00/0.02/0.27)	

CMYK percentages

%31.55
%0
%2.14
%26.67

Codes

Color #80BBB7 in popluar color models

80BBB7
RGB128187183
HSL176°30.26%61.76%
HSB/HSV176°31.55%73.33%
CMYK31.55%0.00%2.14%
26.67%

Color #80BBB7 in popluar number systems.

HEX80BBB7
Decimal128187183
Binary100000001011101110110111
Octal200273267

Shades and tints

Shades of #80BBB7

#80BBB7
(128,187,183)
#75AAA7
(117,170,167)
#6A9997
(106,153,151)
#5F8887
(95,136,135)
#547777
(84,119,119)
#496667
(73,102,103)
#3E5557
(62,85,87)
#334447
(51,68,71)
#283337
(40,51,55)
#1D2227
(29,34,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #80BBB7

#80BBB7
(128,187,183)
#8BC1BD
(139,193,189)
#96C7C3
(150,199,195)
#A1CDC9
(161,205,201)
#ACD3CF
(172,211,207)
#B7D9D5
(183,217,213)
#C2DFDB
(194,223,219)
#CDE5E1
(205,229,225)
#D8EBE7
(216,235,231)
#E3F1ED
(227,241,237)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BBB7; }

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

This text font color is #80BBB7.


Background Color

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

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

This div background color is #80BBB7.


Border color

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

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

This div border color is #80BBB7.


Opacity

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

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

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

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

This text has shadow with #80BBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BBB7 on black background.


Color preview on white background

This text has color #80BBB7 on white background.



Black color preview on #80BBB7 background

This text has black color on #80BBB7 background.


White color preview on #80BBB7 background

This text has white color on #80BBB7 background.