COLOR #50BD9C

HEX: #50BD9C
RGB: (80,189,156)

Renk bilgisi

#50BD9C contains mainly green and blue colors. #50BD9C ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#50BD9C color RGB value is (80,189,156).

  • kırmız ton 80;
  • yeşil ton 189;
  • mavi ton 156.
RGB:
(80,189,156)
(31%,74%,61%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 189 of 255 = 74%
B 156 of 255 = 61%

80
189
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 189 + 156 = 425 (100%)
R 80 of 425 ~ 18.82%
G 189 of 425 ~ 44.47%
B 156 of 425 ~ 36.71%

%18.82
%44.47
%36.71

CMYK RENK MODELİ

#50BD9C rengi CMYK tonu (58,0,17,26).

  • camgöbeği tonu 57.67%
  • eflatun tonu 0.00%
  • sarı tonu 17.46%
  • ana renk tonu 25.88%
CMYK:
(58,0,17,26)
C58M0Y17K26 
(58%,0%,17%,26%)
(0.58/0.00/0.17/0.26)	

CMYK yüzdeleri

%57.67
%0
%17.46
%25.88

Codes

Color #50BD9C in popluar color models

50BD9C
RGB80189156
HSL162°45.23%52.75%
HSB/HSV162°57.67%74.12%
CMYK57.67%0.00%17.46%
25.88%

Color #50BD9C in popluar number systems.

HEX50BD9C
Decimal80189156
Binary10100001011110110011100
Octal120275234

Shades and tints

Shades of #50BD9C

#50BD9C
(80,189,156)
#49AC8E
(73,172,142)
#429B80
(66,155,128)
#3B8A72
(59,138,114)
#347964
(52,121,100)
#2D6856
(45,104,86)
#265748
(38,87,72)
#1F463A
(31,70,58)
#18352C
(24,53,44)
#11241E
(17,36,30)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #50BD9C

#50BD9C
(80,189,156)
#5FC3A5
(95,195,165)
#6EC9AE
(110,201,174)
#7DCFB7
(125,207,183)
#8CD5C0
(140,213,192)
#9BDBC9
(155,219,201)
#AAE1D2
(170,225,210)
#B9E7DB
(185,231,219)
#C8EDE4
(200,237,228)
#D7F3ED
(215,243,237)
#E6F9F6
(230,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BD9C color. Also use rgb(80,189,156) instead hex code.

Text Font Color

.myTextColor { color: #50BD9C; }

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

This text font color is #50BD9C.


Background Color

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

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

This div background color is #50BD9C.


Border color

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

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

This div border color is #50BD9C.


Opacity

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

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

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

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

This text has shadow with #50BD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50BD9C on black background.


Color preview on white background

This text has color #50BD9C on white background.



Black color preview on #50BD9C background

This text has black color on #50BD9C background.


White color preview on #50BD9C background

This text has white color on #50BD9C background.