COLOR #50B1CE

HEX: #50B1CE
RGB: (80,177,206)

Color info

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

RGB color model

#50B1CE color RGB value is (80,177,206).

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

RGB channels and saturation

R 80 of 255 = 31%
G 177 of 255 = 69%
B 206 of 255 = 81%

80
177
206

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

Portions of RGB colors in percentages

R + G + B =
80 + 177 + 206 = 463 (100%)
R 80 of 463 ~ 17.28%
G 177 of 463 ~ 38.23%
B 206 of 463 ~ 44.49%

%17.28
%38.23
%44.49

CMYK color model

#50B1CE color CMYK value is (61,14,0,19).

  • cyan value is 61.17%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(61,14,0,19)
C61M14Y0K19 
(61%,14%,0%,19%)
(0.61/0.14/0.00/0.19)	

CMYK percentages

%61.17
%14.08
%0
%19.22

Codes

Color #50B1CE in popluar color models

50B1CE
RGB80177206
HSL194°56.25%56.08%
HSB/HSV194°61.17%80.78%
CMYK61.17%14.08%0.00%
19.22%

Color #50B1CE in popluar number systems.

HEX50B1CE
Decimal80177206
Binary10100001011000111001110
Octal120261316

Shades and tints

Shades of #50B1CE

#50B1CE
(80,177,206)
#49A1BC
(73,161,188)
#4291AA
(66,145,170)
#3B8198
(59,129,152)
#347186
(52,113,134)
#2D6174
(45,97,116)
#265162
(38,81,98)
#1F4150
(31,65,80)
#18313E
(24,49,62)
#11212C
(17,33,44)
#0A111A
(10,17,26)
#000000
(0,0,0)

Tints of #50B1CE

#50B1CE
(80,177,206)
#5FB8D2
(95,184,210)
#6EBFD6
(110,191,214)
#7DC6DA
(125,198,218)
#8CCDDE
(140,205,222)
#9BD4E2
(155,212,226)
#AADBE6
(170,219,230)
#B9E2EA
(185,226,234)
#C8E9EE
(200,233,238)
#D7F0F2
(215,240,242)
#E6F7F6
(230,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50B1CE; }

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

This text font color is #50B1CE.


Background Color

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

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

This div background color is #50B1CE.


Border color

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

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

This div border color is #50B1CE.


Opacity

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

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

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

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

This text has shadow with #50B1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B1CE on black background.


Color preview on white background

This text has color #50B1CE on white background.



Black color preview on #50B1CE background

This text has black color on #50B1CE background.


White color preview on #50B1CE background

This text has white color on #50B1CE background.