COLOR #50B1BD

HEX: #50B1BD
RGB: (80,177,189)

Color info

#50B1BD contains mainly green and blue colors. Web safe color of #50B1BD is #6699CC (or #69C).

RGB color model

#50B1BD color RGB value is (80,177,189).

  • red value is 80;
  • green value is 177;
  • blue value is 189.
RGB:
(80,177,189)
(31%,69%,74%)

RGB channels and saturation

R 80 of 255 = 31%
G 177 of 255 = 69%
B 189 of 255 = 74%

80
177
189

R + G + B ~ 58%. #50B1BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 177 + 189 = 446 (100%)
R 80 of 446 ~ 17.94%
G 177 of 446 ~ 39.69%
B 189 of 446 ~ 42.38%

%17.94
%39.69
%42.38

CMYK color model

#50B1BD color CMYK value is (58,6,0,26).

  • cyan value is 57.67%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(58,6,0,26)
C58M6Y0K26 
(58%,6%,0%,26%)
(0.58/0.06/0.00/0.26)	

CMYK percentages

%57.67
%6.35
%0
%25.88

Codes

Color #50B1BD in popluar color models

50B1BD
RGB80177189
HSL187°45.23%52.75%
HSB/HSV187°57.67%74.12%
CMYK57.67%6.35%0.00%
25.88%

Color #50B1BD in popluar number systems.

HEX50B1BD
Decimal80177189
Binary10100001011000110111101
Octal120261275

Shades and tints

Shades of #50B1BD

#50B1BD
(80,177,189)
#49A1AC
(73,161,172)
#42919B
(66,145,155)
#3B818A
(59,129,138)
#347179
(52,113,121)
#2D6168
(45,97,104)
#265157
(38,81,87)
#1F4146
(31,65,70)
#183135
(24,49,53)
#112124
(17,33,36)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #50B1BD

#50B1BD
(80,177,189)
#5FB8C3
(95,184,195)
#6EBFC9
(110,191,201)
#7DC6CF
(125,198,207)
#8CCDD5
(140,205,213)
#9BD4DB
(155,212,219)
#AADBE1
(170,219,225)
#B9E2E7
(185,226,231)
#C8E9ED
(200,233,237)
#D7F0F3
(215,240,243)
#E6F7F9
(230,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B1BD color. Also use rgb(80,177,189) instead hex code.

Text Font Color

.myTextColor { color: #50B1BD; }

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

This text font color is #50B1BD.


Background Color

.myBgColor { background-color: #50B1BD; }

<div style="background-color:#50B1BD">Inner text</div>

This div background color is #50B1BD.


Border color

.myBorderColor { border: 1px solid #50B1BD; }

<div style="border:3px solid #50B1BD">Div</div>

This div border color is #50B1BD.


Opacity

.myOpacity80 { color: #50B1BD; opacity: 0.8; }

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

Text with #50B1BD 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 #50B1BD;}

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

This text has shadow with #50B1BD color.

.textShadow {text-shadow: 3px 3px 1px #50B1BD, 3px 3px 1px red;}

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

This text has shadow with #50B1BD primary color and red secondary color.


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

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

This text has shadow with #50B1BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B1BD on black background.


Color preview on white background

This text has color #50B1BD on white background.



Black color preview on #50B1BD background

This text has black color on #50B1BD background.


White color preview on #50B1BD background

This text has white color on #50B1BD background.