COLOR #50BDB3

HEX: #50BDB3
RGB: (80,189,179)

Color info

#50BDB3 contains mainly green and blue colors. Web safe color of #50BDB3 is #66CC99 (or #6C9).

RGB color model

#50BDB3 color RGB value is (80,189,179).

  • red value is 80;
  • green value is 189;
  • blue value is 179.
RGB:
(80,189,179)
(31%,74%,70%)

RGB channels and saturation

R 80 of 255 = 31%
G 189 of 255 = 74%
B 179 of 255 = 70%

80
189
179

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

Portions of RGB colors in percentages

R + G + B =
80 + 189 + 179 = 448 (100%)
R 80 of 448 ~ 17.86%
G 189 of 448 ~ 42.19%
B 179 of 448 ~ 39.96%

%17.86
%42.19
%39.96

CMYK color model

#50BDB3 color CMYK value is (58,0,5,26).

  • cyan value is 57.67%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 25.88%
CMYK:
(58,0,5,26)
C58M0Y5K26 
(58%,0%,5%,26%)
(0.58/0.00/0.05/0.26)	

CMYK percentages

%57.67
%0
%5.29
%25.88

Codes

Color #50BDB3 in popluar color models

50BDB3
RGB80189179
HSL174°45.23%52.75%
HSB/HSV174°57.67%74.12%
CMYK57.67%0.00%5.29%
25.88%

Color #50BDB3 in popluar number systems.

HEX50BDB3
Decimal80189179
Binary10100001011110110110011
Octal120275263

Shades and tints

Shades of #50BDB3

#50BDB3
(80,189,179)
#49ACA3
(73,172,163)
#429B93
(66,155,147)
#3B8A83
(59,138,131)
#347973
(52,121,115)
#2D6863
(45,104,99)
#265753
(38,87,83)
#1F4643
(31,70,67)
#183533
(24,53,51)
#112423
(17,36,35)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #50BDB3

#50BDB3
(80,189,179)
#5FC3B9
(95,195,185)
#6EC9BF
(110,201,191)
#7DCFC5
(125,207,197)
#8CD5CB
(140,213,203)
#9BDBD1
(155,219,209)
#AAE1D7
(170,225,215)
#B9E7DD
(185,231,221)
#C8EDE3
(200,237,227)
#D7F3E9
(215,243,233)
#E6F9EF
(230,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50BDB3; }

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

This text font color is #50BDB3.


Background Color

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

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

This div background color is #50BDB3.


Border color

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

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

This div border color is #50BDB3.


Opacity

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

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

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

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

This text has shadow with #50BDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50BDB3 on black background.


Color preview on white background

This text has color #50BDB3 on white background.



Black color preview on #50BDB3 background

This text has black color on #50BDB3 background.


White color preview on #50BDB3 background

This text has white color on #50BDB3 background.