COLOR #50E4F6

HEX: #50E4F6
RGB: (80,228,246)

Renk bilgisi

#50E4F6 contains mainly green and blue colors. #50E4F6 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#50E4F6 color RGB value is (80,228,246).

  • kırmız ton 80;
  • yeşil ton 228;
  • mavi ton 246.
RGB:
(80,228,246)
(31%,89%,96%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 228 of 255 = 89%
B 246 of 255 = 96%

80
228
246

R + G + B ~ 72%. #50E4F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 228 + 246 = 554 (100%)
R 80 of 554 ~ 14.44%
G 228 of 554 ~ 41.16%
B 246 of 554 ~ 44.4%

%14.44
%41.16
%44.4

CMYK RENK MODELİ

#50E4F6 rengi CMYK tonu (67,7,0,4).

  • camgöbeği tonu 67.48%
  • eflatun tonu 7.32%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(67,7,0,4)
C67M7Y0K4 
(67%,7%,0%,4%)
(0.67/0.07/0.00/0.04)	

CMYK yüzdeleri

%67.48
%7.32
%0
%3.53

Codes

Color #50E4F6 in popluar color models

50E4F6
RGB80228246
HSL187°90.22%63.92%
HSB/HSV187°67.48%96.47%
CMYK67.48%7.32%0.00%
3.53%

Color #50E4F6 in popluar number systems.

HEX50E4F6
Decimal80228246
Binary10100001110010011110110
Octal120344366

Shades and tints

Shades of #50E4F6

#50E4F6
(80,228,246)
#49D0E0
(73,208,224)
#42BCCA
(66,188,202)
#3BA8B4
(59,168,180)
#34949E
(52,148,158)
#2D8088
(45,128,136)
#266C72
(38,108,114)
#1F585C
(31,88,92)
#184446
(24,68,70)
#113030
(17,48,48)
#0A1C1A
(10,28,26)
#000000
(0,0,0)

Tints of #50E4F6

#50E4F6
(80,228,246)
#5FE6F6
(95,230,246)
#6EE8F6
(110,232,246)
#7DEAF6
(125,234,246)
#8CECF6
(140,236,246)
#9BEEF6
(155,238,246)
#AAF0F6
(170,240,246)
#B9F2F6
(185,242,246)
#C8F4F6
(200,244,246)
#D7F6F6
(215,246,246)
#E6F8F6
(230,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E4F6 color. Also use rgb(80,228,246) instead hex code.

Text Font Color

.myTextColor { color: #50E4F6; }

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

This text font color is #50E4F6.


Background Color

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

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

This div background color is #50E4F6.


Border color

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

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

This div border color is #50E4F6.


Opacity

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

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

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

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

This text has shadow with #50E4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E4F6 on black background.


Color preview on white background

This text has color #50E4F6 on white background.



Black color preview on #50E4F6 background

This text has black color on #50E4F6 background.


White color preview on #50E4F6 background

This text has white color on #50E4F6 background.