COLOR #50FACE

HEX: #50FACE
RGB: (80,250,206)

Color info

#50FACE contains mainly green and blue colors. Web safe color of #50FACE is #66FFCC (or #6FC).

RGB color model

#50FACE color RGB value is (80,250,206).

  • red value is 80;
  • green value is 250;
  • blue value is 206.
RGB:
(80,250,206)
(31%,98%,81%)

RGB channels and saturation

R 80 of 255 = 31%
G 250 of 255 = 98%
B 206 of 255 = 81%

80
250
206

R + G + B ~ 70%. #50FACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 250 + 206 = 536 (100%)
R 80 of 536 ~ 14.93%
G 250 of 536 ~ 46.64%
B 206 of 536 ~ 38.43%

%14.93
%46.64
%38.43

CMYK color model

#50FACE color CMYK value is (68,0,18,2).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(68,0,18,2)
C68M0Y18K2 
(68%,0%,18%,2%)
(0.68/0.00/0.18/0.02)	

CMYK percentages

%68
%0
%17.6
%1.96

Codes

Color #50FACE in popluar color models

50FACE
RGB80250206
HSL164°94.44%64.71%
HSB/HSV164°68.00%98.04%
CMYK68.00%0.00%17.60%
1.96%

Color #50FACE in popluar number systems.

HEX50FACE
Decimal80250206
Binary10100001111101011001110
Octal120372316

Shades and tints

Shades of #50FACE

#50FACE
(80,250,206)
#49E4BC
(73,228,188)
#42CEAA
(66,206,170)
#3BB898
(59,184,152)
#34A286
(52,162,134)
#2D8C74
(45,140,116)
#267662
(38,118,98)
#1F6050
(31,96,80)
#184A3E
(24,74,62)
#11342C
(17,52,44)
#0A1E1A
(10,30,26)
#000000
(0,0,0)

Tints of #50FACE

#50FACE
(80,250,206)
#5FFAD2
(95,250,210)
#6EFAD6
(110,250,214)
#7DFADA
(125,250,218)
#8CFADE
(140,250,222)
#9BFAE2
(155,250,226)
#AAFAE6
(170,250,230)
#B9FAEA
(185,250,234)
#C8FAEE
(200,250,238)
#D7FAF2
(215,250,242)
#E6FAF6
(230,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50FACE color. Also use rgb(80,250,206) instead hex code.

Text Font Color

.myTextColor { color: #50FACE; }

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

This text font color is #50FACE.


Background Color

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

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

This div background color is #50FACE.


Border color

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

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

This div border color is #50FACE.


Opacity

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

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

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

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

This text has shadow with #50FACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50FACE on black background.


Color preview on white background

This text has color #50FACE on white background.



Black color preview on #50FACE background

This text has black color on #50FACE background.


White color preview on #50FACE background

This text has white color on #50FACE background.