COLOR #50A4D3

HEX: #50A4D3
RGB: (80,164,211)

Color info

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

RGB color model

#50A4D3 color RGB value is (80,164,211).

  • red value is 80;
  • green value is 164;
  • blue value is 211.
RGB:
(80,164,211)
(31%,64%,83%)

RGB channels and saturation

R 80 of 255 = 31%
G 164 of 255 = 64%
B 211 of 255 = 83%

80
164
211

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

Portions of RGB colors in percentages

R + G + B =
80 + 164 + 211 = 455 (100%)
R 80 of 455 ~ 17.58%
G 164 of 455 ~ 36.04%
B 211 of 455 ~ 46.37%

%17.58
%36.04
%46.37

CMYK color model

#50A4D3 color CMYK value is (62,22,0,17).

  • cyan value is 62.09%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(62,22,0,17)
C62M22Y0K17 
(62%,22%,0%,17%)
(0.62/0.22/0.00/0.17)	

CMYK percentages

%62.09
%22.27
%0
%17.25

Codes

Color #50A4D3 in popluar color models

50A4D3
RGB80164211
HSL202°59.82%57.06%
HSB/HSV202°62.09%82.75%
CMYK62.09%22.27%0.00%
17.25%

Color #50A4D3 in popluar number systems.

HEX50A4D3
Decimal80164211
Binary10100001010010011010011
Octal120244323

Shades and tints

Shades of #50A4D3

#50A4D3
(80,164,211)
#4996C0
(73,150,192)
#4288AD
(66,136,173)
#3B7A9A
(59,122,154)
#346C87
(52,108,135)
#2D5E74
(45,94,116)
#265061
(38,80,97)
#1F424E
(31,66,78)
#18343B
(24,52,59)
#112628
(17,38,40)
#0A1815
(10,24,21)
#000000
(0,0,0)

Tints of #50A4D3

#50A4D3
(80,164,211)
#5FACD7
(95,172,215)
#6EB4DB
(110,180,219)
#7DBCDF
(125,188,223)
#8CC4E3
(140,196,227)
#9BCCE7
(155,204,231)
#AAD4EB
(170,212,235)
#B9DCEF
(185,220,239)
#C8E4F3
(200,228,243)
#D7ECF7
(215,236,247)
#E6F4FB
(230,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A4D3 color. Also use rgb(80,164,211) instead hex code.

Text Font Color

.myTextColor { color: #50A4D3; }

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

This text font color is #50A4D3.


Background Color

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

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

This div background color is #50A4D3.


Border color

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

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

This div border color is #50A4D3.


Opacity

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

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

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

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

This text has shadow with #50A4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A4D3 on black background.


Color preview on white background

This text has color #50A4D3 on white background.



Black color preview on #50A4D3 background

This text has black color on #50A4D3 background.


White color preview on #50A4D3 background

This text has white color on #50A4D3 background.