COLOR #50ADE7

HEX: #50ADE7
RGB: (80,173,231)

Color info

#50ADE7 contains mainly green and blue colors. Web safe color of #50ADE7 is #6699FF (or #69F).

RGB color model

#50ADE7 color RGB value is (80,173,231).

  • red value is 80;
  • green value is 173;
  • blue value is 231.
RGB:
(80,173,231)
(31%,68%,91%)

RGB channels and saturation

R 80 of 255 = 31%
G 173 of 255 = 68%
B 231 of 255 = 91%

80
173
231

R + G + B ~ 63%. #50ADE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 173 + 231 = 484 (100%)
R 80 of 484 ~ 16.53%
G 173 of 484 ~ 35.74%
B 231 of 484 ~ 47.73%

%16.53
%35.74
%47.73

CMYK color model

#50ADE7 color CMYK value is (65,25,0,9).

  • cyan value is 65.37%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(65,25,0,9)
C65M25Y0K9 
(65%,25%,0%,9%)
(0.65/0.25/0.00/0.09)	

CMYK percentages

%65.37
%25.11
%0
%9.41

Codes

Color #50ADE7 in popluar color models

50ADE7
RGB80173231
HSL203°75.88%60.98%
HSB/HSV203°65.37%90.59%
CMYK65.37%25.11%0.00%
9.41%

Color #50ADE7 in popluar number systems.

HEX50ADE7
Decimal80173231
Binary10100001010110111100111
Octal120255347

Shades and tints

Shades of #50ADE7

#50ADE7
(80,173,231)
#499ED2
(73,158,210)
#428FBD
(66,143,189)
#3B80A8
(59,128,168)
#347193
(52,113,147)
#2D627E
(45,98,126)
#265369
(38,83,105)
#1F4454
(31,68,84)
#18353F
(24,53,63)
#11262A
(17,38,42)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #50ADE7

#50ADE7
(80,173,231)
#5FB4E9
(95,180,233)
#6EBBEB
(110,187,235)
#7DC2ED
(125,194,237)
#8CC9EF
(140,201,239)
#9BD0F1
(155,208,241)
#AAD7F3
(170,215,243)
#B9DEF5
(185,222,245)
#C8E5F7
(200,229,247)
#D7ECF9
(215,236,249)
#E6F3FB
(230,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50ADE7 color. Also use rgb(80,173,231) instead hex code.

Text Font Color

.myTextColor { color: #50ADE7; }

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

This text font color is #50ADE7.


Background Color

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

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

This div background color is #50ADE7.


Border color

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

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

This div border color is #50ADE7.


Opacity

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

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

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

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

This text has shadow with #50ADE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50ADE7 on black background.


Color preview on white background

This text has color #50ADE7 on white background.



Black color preview on #50ADE7 background

This text has black color on #50ADE7 background.


White color preview on #50ADE7 background

This text has white color on #50ADE7 background.