COLOR #50B0F2

HEX: #50B0F2
RGB: (80,176,242)

Renk bilgisi

#50B0F2 contains mainly blue color. #50B0F2 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#50B0F2 color RGB value is (80,176,242).

  • kırmız ton 80;
  • yeşil ton 176;
  • mavi ton 242.
RGB:
(80,176,242)
(31%,69%,95%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 176 of 255 = 69%
B 242 of 255 = 95%

80
176
242

R + G + B ~ 65%. #50B0F2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 176 + 242 = 498 (100%)
R 80 of 498 ~ 16.06%
G 176 of 498 ~ 35.34%
B 242 of 498 ~ 48.59%

%16.06
%35.34
%48.59

CMYK RENK MODELİ

#50B0F2 rengi CMYK tonu (67,27,0,5).

  • camgöbeği tonu 66.94%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(67,27,0,5)
C67M27Y0K5 
(67%,27%,0%,5%)
(0.67/0.27/0.00/0.05)	

CMYK yüzdeleri

%66.94
%27.27
%0
%5.1

Codes

Color #50B0F2 in popluar color models

50B0F2
RGB80176242
HSL204°86.17%63.14%
HSB/HSV204°66.94%94.90%
CMYK66.94%27.27%0.00%
5.10%

Color #50B0F2 in popluar number systems.

HEX50B0F2
Decimal80176242
Binary10100001011000011110010
Octal120260362

Shades and tints

Shades of #50B0F2

#50B0F2
(80,176,242)
#49A0DC
(73,160,220)
#4290C6
(66,144,198)
#3B80B0
(59,128,176)
#34709A
(52,112,154)
#2D6084
(45,96,132)
#26506E
(38,80,110)
#1F4058
(31,64,88)
#183042
(24,48,66)
#11202C
(17,32,44)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #50B0F2

#50B0F2
(80,176,242)
#5FB7F3
(95,183,243)
#6EBEF4
(110,190,244)
#7DC5F5
(125,197,245)
#8CCCF6
(140,204,246)
#9BD3F7
(155,211,247)
#AADAF8
(170,218,248)
#B9E1F9
(185,225,249)
#C8E8FA
(200,232,250)
#D7EFFB
(215,239,251)
#E6F6FC
(230,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B0F2 color. Also use rgb(80,176,242) instead hex code.

Text Font Color

.myTextColor { color: #50B0F2; }

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

This text font color is #50B0F2.


Background Color

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

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

This div background color is #50B0F2.


Border color

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

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

This div border color is #50B0F2.


Opacity

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

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

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

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

This text has shadow with #50B0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B0F2 on black background.


Color preview on white background

This text has color #50B0F2 on white background.



Black color preview on #50B0F2 background

This text has black color on #50B0F2 background.


White color preview on #50B0F2 background

This text has white color on #50B0F2 background.