COLOR #50A1C8

HEX: #50A1C8
RGB: (80,161,200)

Color info

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

RGB color model

#50A1C8 color RGB value is (80,161,200).

  • red value is 80;
  • green value is 161;
  • blue value is 200.
RGB:
(80,161,200)
(31%,63%,78%)

RGB channels and saturation

R 80 of 255 = 31%
G 161 of 255 = 63%
B 200 of 255 = 78%

80
161
200

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

Portions of RGB colors in percentages

R + G + B =
80 + 161 + 200 = 441 (100%)
R 80 of 441 ~ 18.14%
G 161 of 441 ~ 36.51%
B 200 of 441 ~ 45.35%

%18.14
%36.51
%45.35

CMYK color model

#50A1C8 color CMYK value is (60,20,0,22).

  • cyan value is 60.00%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(60,20,0,22)
C60M20Y0K22 
(60%,20%,0%,22%)
(0.60/0.20/0.00/0.22)	

CMYK percentages

%60
%19.5
%0
%21.57

Codes

Color #50A1C8 in popluar color models

50A1C8
RGB80161200
HSL200°52.17%54.90%
HSB/HSV200°60.00%78.43%
CMYK60.00%19.50%0.00%
21.57%

Color #50A1C8 in popluar number systems.

HEX50A1C8
Decimal80161200
Binary10100001010000111001000
Octal120241310

Shades and tints

Shades of #50A1C8

#50A1C8
(80,161,200)
#4993B6
(73,147,182)
#4285A4
(66,133,164)
#3B7792
(59,119,146)
#346980
(52,105,128)
#2D5B6E
(45,91,110)
#264D5C
(38,77,92)
#1F3F4A
(31,63,74)
#183138
(24,49,56)
#112326
(17,35,38)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #50A1C8

#50A1C8
(80,161,200)
#5FA9CD
(95,169,205)
#6EB1D2
(110,177,210)
#7DB9D7
(125,185,215)
#8CC1DC
(140,193,220)
#9BC9E1
(155,201,225)
#AAD1E6
(170,209,230)
#B9D9EB
(185,217,235)
#C8E1F0
(200,225,240)
#D7E9F5
(215,233,245)
#E6F1FA
(230,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A1C8 color. Also use rgb(80,161,200) instead hex code.

Text Font Color

.myTextColor { color: #50A1C8; }

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

This text font color is #50A1C8.


Background Color

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

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

This div background color is #50A1C8.


Border color

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

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

This div border color is #50A1C8.


Opacity

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

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

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

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

This text has shadow with #50A1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A1C8 on black background.


Color preview on white background

This text has color #50A1C8 on white background.



Black color preview on #50A1C8 background

This text has black color on #50A1C8 background.


White color preview on #50A1C8 background

This text has white color on #50A1C8 background.