COLOR #50DCE6

HEX: #50DCE6
RGB: (80,220,230)

Color info

#50DCE6 contains mainly green and blue colors. Web safe color of #50DCE6 is #66CCCC (or #6CC).

RGB color model

#50DCE6 color RGB value is (80,220,230).

  • red value is 80;
  • green value is 220;
  • blue value is 230.
RGB:
(80,220,230)
(31%,86%,90%)

RGB channels and saturation

R 80 of 255 = 31%
G 220 of 255 = 86%
B 230 of 255 = 90%

80
220
230

R + G + B ~ 69%. #50DCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 220 + 230 = 530 (100%)
R 80 of 530 ~ 15.09%
G 220 of 530 ~ 41.51%
B 230 of 530 ~ 43.4%

%15.09
%41.51
%43.4

CMYK color model

#50DCE6 color CMYK value is (65,4,0,10).

  • cyan value is 65.22%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(65,4,0,10)
C65M4Y0K10 
(65%,4%,0%,10%)
(0.65/0.04/0.00/0.10)	

CMYK percentages

%65.22
%4.35
%0
%9.8

Codes

Color #50DCE6 in popluar color models

50DCE6
RGB80220230
HSL184°75.00%60.78%
HSB/HSV184°65.22%90.20%
CMYK65.22%4.35%0.00%
9.80%

Color #50DCE6 in popluar number systems.

HEX50DCE6
Decimal80220230
Binary10100001101110011100110
Octal120334346

Shades and tints

Shades of #50DCE6

#50DCE6
(80,220,230)
#49C8D2
(73,200,210)
#42B4BE
(66,180,190)
#3BA0AA
(59,160,170)
#348C96
(52,140,150)
#2D7882
(45,120,130)
#26646E
(38,100,110)
#1F505A
(31,80,90)
#183C46
(24,60,70)
#112832
(17,40,50)
#0A141E
(10,20,30)
#000000
(0,0,0)

Tints of #50DCE6

#50DCE6
(80,220,230)
#5FDFE8
(95,223,232)
#6EE2EA
(110,226,234)
#7DE5EC
(125,229,236)
#8CE8EE
(140,232,238)
#9BEBF0
(155,235,240)
#AAEEF2
(170,238,242)
#B9F1F4
(185,241,244)
#C8F4F6
(200,244,246)
#D7F7F8
(215,247,248)
#E6FAFA
(230,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50DCE6 color. Also use rgb(80,220,230) instead hex code.

Text Font Color

.myTextColor { color: #50DCE6; }

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

This text font color is #50DCE6.


Background Color

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

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

This div background color is #50DCE6.


Border color

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

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

This div border color is #50DCE6.


Opacity

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

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

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

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

This text has shadow with #50DCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50DCE6 on black background.


Color preview on white background

This text has color #50DCE6 on white background.



Black color preview on #50DCE6 background

This text has black color on #50DCE6 background.


White color preview on #50DCE6 background

This text has white color on #50DCE6 background.