COLOR #50CDDE

HEX: #50CDDE
RGB: (80,205,222)

Color info

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

RGB color model

#50CDDE color RGB value is (80,205,222).

  • red value is 80;
  • green value is 205;
  • blue value is 222.
RGB:
(80,205,222)
(31%,80%,87%)

RGB channels and saturation

R 80 of 255 = 31%
G 205 of 255 = 80%
B 222 of 255 = 87%

80
205
222

R + G + B ~ 66%. #50CDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 205 + 222 = 507 (100%)
R 80 of 507 ~ 15.78%
G 205 of 507 ~ 40.43%
B 222 of 507 ~ 43.79%

%15.78
%40.43
%43.79

CMYK color model

#50CDDE color CMYK value is (64,8,0,13).

  • cyan value is 63.96%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(64,8,0,13)
C64M8Y0K13 
(64%,8%,0%,13%)
(0.64/0.08/0.00/0.13)	

CMYK percentages

%63.96
%7.66
%0
%12.94

Codes

Color #50CDDE in popluar color models

50CDDE
RGB80205222
HSL187°68.27%59.22%
HSB/HSV187°63.96%87.06%
CMYK63.96%7.66%0.00%
12.94%

Color #50CDDE in popluar number systems.

HEX50CDDE
Decimal80205222
Binary10100001100110111011110
Octal120315336

Shades and tints

Shades of #50CDDE

#50CDDE
(80,205,222)
#49BBCA
(73,187,202)
#42A9B6
(66,169,182)
#3B97A2
(59,151,162)
#34858E
(52,133,142)
#2D737A
(45,115,122)
#266166
(38,97,102)
#1F4F52
(31,79,82)
#183D3E
(24,61,62)
#112B2A
(17,43,42)
#0A1916
(10,25,22)
#000000
(0,0,0)

Tints of #50CDDE

#50CDDE
(80,205,222)
#5FD1E1
(95,209,225)
#6ED5E4
(110,213,228)
#7DD9E7
(125,217,231)
#8CDDEA
(140,221,234)
#9BE1ED
(155,225,237)
#AAE5F0
(170,229,240)
#B9E9F3
(185,233,243)
#C8EDF6
(200,237,246)
#D7F1F9
(215,241,249)
#E6F5FC
(230,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CDDE color. Also use rgb(80,205,222) instead hex code.

Text Font Color

.myTextColor { color: #50CDDE; }

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

This text font color is #50CDDE.


Background Color

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

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

This div background color is #50CDDE.


Border color

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

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

This div border color is #50CDDE.


Opacity

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

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

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

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

This text has shadow with #50CDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50CDDE on black background.


Color preview on white background

This text has color #50CDDE on white background.



Black color preview on #50CDDE background

This text has black color on #50CDDE background.


White color preview on #50CDDE background

This text has white color on #50CDDE background.