COLOR #50ABC2

HEX: #50ABC2
RGB: (80,171,194)

Renk bilgisi

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

RGB renk modeli

#50ABC2 color RGB value is (80,171,194).

  • kırmız ton 80;
  • yeşil ton 171;
  • mavi ton 194.
RGB:
(80,171,194)
(31%,67%,76%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 171 of 255 = 67%
B 194 of 255 = 76%

80
171
194

R + G + B ~ 58%. #50ABC2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 171 + 194 = 445 (100%)
R 80 of 445 ~ 17.98%
G 171 of 445 ~ 38.43%
B 194 of 445 ~ 43.6%

%17.98
%38.43
%43.6

CMYK RENK MODELİ

#50ABC2 rengi CMYK tonu (59,12,0,24).

  • camgöbeği tonu 58.76%
  • eflatun tonu 11.86%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(59,12,0,24)
C59M12Y0K24 
(59%,12%,0%,24%)
(0.59/0.12/0.00/0.24)	

CMYK yüzdeleri

%58.76
%11.86
%0
%23.92

Codes

Color #50ABC2 in popluar color models

50ABC2
RGB80171194
HSL192°48.31%53.73%
HSB/HSV192°58.76%76.08%
CMYK58.76%11.86%0.00%
23.92%

Color #50ABC2 in popluar number systems.

HEX50ABC2
Decimal80171194
Binary10100001010101111000010
Octal120253302

Shades and tints

Shades of #50ABC2

#50ABC2
(80,171,194)
#499CB1
(73,156,177)
#428DA0
(66,141,160)
#3B7E8F
(59,126,143)
#346F7E
(52,111,126)
#2D606D
(45,96,109)
#26515C
(38,81,92)
#1F424B
(31,66,75)
#18333A
(24,51,58)
#112429
(17,36,41)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #50ABC2

#50ABC2
(80,171,194)
#5FB2C7
(95,178,199)
#6EB9CC
(110,185,204)
#7DC0D1
(125,192,209)
#8CC7D6
(140,199,214)
#9BCEDB
(155,206,219)
#AAD5E0
(170,213,224)
#B9DCE5
(185,220,229)
#C8E3EA
(200,227,234)
#D7EAEF
(215,234,239)
#E6F1F4
(230,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50ABC2 color. Also use rgb(80,171,194) instead hex code.

Text Font Color

.myTextColor { color: #50ABC2; }

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

This text font color is #50ABC2.


Background Color

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

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

This div background color is #50ABC2.


Border color

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

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

This div border color is #50ABC2.


Opacity

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

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

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

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

This text has shadow with #50ABC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50ABC2 on black background.


Color preview on white background

This text has color #50ABC2 on white background.



Black color preview on #50ABC2 background

This text has black color on #50ABC2 background.


White color preview on #50ABC2 background

This text has white color on #50ABC2 background.