COLOR #50B4D9

HEX: #50B4D9
RGB: (80,180,217)

Color info

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

RGB color model

#50B4D9 color RGB value is (80,180,217).

  • red value is 80;
  • green value is 180;
  • blue value is 217.
RGB:
(80,180,217)
(31%,71%,85%)

RGB channels and saturation

R 80 of 255 = 31%
G 180 of 255 = 71%
B 217 of 255 = 85%

80
180
217

R + G + B ~ 62%. #50B4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 180 + 217 = 477 (100%)
R 80 of 477 ~ 16.77%
G 180 of 477 ~ 37.74%
B 217 of 477 ~ 45.49%

%16.77
%37.74
%45.49

CMYK color model

#50B4D9 color CMYK value is (63,17,0,15).

  • cyan value is 63.13%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(63,17,0,15)
C63M17Y0K15 
(63%,17%,0%,15%)
(0.63/0.17/0.00/0.15)	

CMYK percentages

%63.13
%17.05
%0
%14.9

Codes

Color #50B4D9 in popluar color models

50B4D9
RGB80180217
HSL196°64.32%58.24%
HSB/HSV196°63.13%85.10%
CMYK63.13%17.05%0.00%
14.90%

Color #50B4D9 in popluar number systems.

HEX50B4D9
Decimal80180217
Binary10100001011010011011001
Octal120264331

Shades and tints

Shades of #50B4D9

#50B4D9
(80,180,217)
#49A4C6
(73,164,198)
#4294B3
(66,148,179)
#3B84A0
(59,132,160)
#34748D
(52,116,141)
#2D647A
(45,100,122)
#265467
(38,84,103)
#1F4454
(31,68,84)
#183441
(24,52,65)
#11242E
(17,36,46)
#0A141B
(10,20,27)
#000000
(0,0,0)

Tints of #50B4D9

#50B4D9
(80,180,217)
#5FBADC
(95,186,220)
#6EC0DF
(110,192,223)
#7DC6E2
(125,198,226)
#8CCCE5
(140,204,229)
#9BD2E8
(155,210,232)
#AAD8EB
(170,216,235)
#B9DEEE
(185,222,238)
#C8E4F1
(200,228,241)
#D7EAF4
(215,234,244)
#E6F0F7
(230,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B4D9 color. Also use rgb(80,180,217) instead hex code.

Text Font Color

.myTextColor { color: #50B4D9; }

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

This text font color is #50B4D9.


Background Color

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

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

This div background color is #50B4D9.


Border color

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

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

This div border color is #50B4D9.


Opacity

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

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

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

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

This text has shadow with #50B4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B4D9 on black background.


Color preview on white background

This text has color #50B4D9 on white background.



Black color preview on #50B4D9 background

This text has black color on #50B4D9 background.


White color preview on #50B4D9 background

This text has white color on #50B4D9 background.