COLOR #50A6E1

HEX: #50A6E1
RGB: (80,166,225)

Color info

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

RGB color model

#50A6E1 color RGB value is (80,166,225).

  • red value is 80;
  • green value is 166;
  • blue value is 225.
RGB:
(80,166,225)
(31%,65%,88%)

RGB channels and saturation

R 80 of 255 = 31%
G 166 of 255 = 65%
B 225 of 255 = 88%

80
166
225

R + G + B ~ 61%. #50A6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 166 + 225 = 471 (100%)
R 80 of 471 ~ 16.99%
G 166 of 471 ~ 35.24%
B 225 of 471 ~ 47.77%

%16.99
%35.24
%47.77

CMYK color model

#50A6E1 color CMYK value is (64,26,0,12).

  • cyan value is 64.44%
  • magenta value is 26.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(64,26,0,12)
C64M26Y0K12 
(64%,26%,0%,12%)
(0.64/0.26/0.00/0.12)	

CMYK percentages

%64.44
%26.22
%0
%11.76

Codes

Color #50A6E1 in popluar color models

50A6E1
RGB80166225
HSL204°70.73%59.80%
HSB/HSV204°64.44%88.24%
CMYK64.44%26.22%0.00%
11.76%

Color #50A6E1 in popluar number systems.

HEX50A6E1
Decimal80166225
Binary10100001010011011100001
Octal120246341

Shades and tints

Shades of #50A6E1

#50A6E1
(80,166,225)
#4997CD
(73,151,205)
#4288B9
(66,136,185)
#3B79A5
(59,121,165)
#346A91
(52,106,145)
#2D5B7D
(45,91,125)
#264C69
(38,76,105)
#1F3D55
(31,61,85)
#182E41
(24,46,65)
#111F2D
(17,31,45)
#0A1019
(10,16,25)
#000000
(0,0,0)

Tints of #50A6E1

#50A6E1
(80,166,225)
#5FAEE3
(95,174,227)
#6EB6E5
(110,182,229)
#7DBEE7
(125,190,231)
#8CC6E9
(140,198,233)
#9BCEEB
(155,206,235)
#AAD6ED
(170,214,237)
#B9DEEF
(185,222,239)
#C8E6F1
(200,230,241)
#D7EEF3
(215,238,243)
#E6F6F5
(230,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A6E1 color. Also use rgb(80,166,225) instead hex code.

Text Font Color

.myTextColor { color: #50A6E1; }

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

This text font color is #50A6E1.


Background Color

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

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

This div background color is #50A6E1.


Border color

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

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

This div border color is #50A6E1.


Opacity

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

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

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

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

This text has shadow with #50A6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A6E1 on black background.


Color preview on white background

This text has color #50A6E1 on white background.



Black color preview on #50A6E1 background

This text has black color on #50A6E1 background.


White color preview on #50A6E1 background

This text has white color on #50A6E1 background.