COLOR #50B2E2

HEX: #50B2E2
RGB: (80,178,226)

Renk bilgisi

#50B2E2 contains mainly green and blue colors. #50B2E2 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#50B2E2 color RGB value is (80,178,226).

  • kırmız ton 80;
  • yeşil ton 178;
  • mavi ton 226.
RGB:
(80,178,226)
(31%,70%,89%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 178 of 255 = 70%
B 226 of 255 = 89%

80
178
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 178 + 226 = 484 (100%)
R 80 of 484 ~ 16.53%
G 178 of 484 ~ 36.78%
B 226 of 484 ~ 46.69%

%16.53
%36.78
%46.69

CMYK RENK MODELİ

#50B2E2 rengi CMYK tonu (65,21,0,11).

  • camgöbeği tonu 64.60%
  • eflatun tonu 21.24%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(65,21,0,11)
C65M21Y0K11 
(65%,21%,0%,11%)
(0.65/0.21/0.00/0.11)	

CMYK yüzdeleri

%64.6
%21.24
%0
%11.37

Codes

Color #50B2E2 in popluar color models

50B2E2
RGB80178226
HSL200°71.57%60.00%
HSB/HSV200°64.60%88.63%
CMYK64.60%21.24%0.00%
11.37%

Color #50B2E2 in popluar number systems.

HEX50B2E2
Decimal80178226
Binary10100001011001011100010
Octal120262342

Shades and tints

Shades of #50B2E2

#50B2E2
(80,178,226)
#49A2CE
(73,162,206)
#4292BA
(66,146,186)
#3B82A6
(59,130,166)
#347292
(52,114,146)
#2D627E
(45,98,126)
#26526A
(38,82,106)
#1F4256
(31,66,86)
#183242
(24,50,66)
#11222E
(17,34,46)
#0A121A
(10,18,26)
#000000
(0,0,0)

Tints of #50B2E2

#50B2E2
(80,178,226)
#5FB9E4
(95,185,228)
#6EC0E6
(110,192,230)
#7DC7E8
(125,199,232)
#8CCEEA
(140,206,234)
#9BD5EC
(155,213,236)
#AADCEE
(170,220,238)
#B9E3F0
(185,227,240)
#C8EAF2
(200,234,242)
#D7F1F4
(215,241,244)
#E6F8F6
(230,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B2E2 color. Also use rgb(80,178,226) instead hex code.

Text Font Color

.myTextColor { color: #50B2E2; }

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

This text font color is #50B2E2.


Background Color

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

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

This div background color is #50B2E2.


Border color

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

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

This div border color is #50B2E2.


Opacity

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

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

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

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

This text has shadow with #50B2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B2E2 on black background.


Color preview on white background

This text has color #50B2E2 on white background.



Black color preview on #50B2E2 background

This text has black color on #50B2E2 background.


White color preview on #50B2E2 background

This text has white color on #50B2E2 background.