COLOR #3BD4DB

HEX: #3BD4DB
RGB: (59,212,219)

Color info

#3BD4DB contains mainly green and blue colors. Web safe color of #3BD4DB is #33CCCC (or #3CC).

RGB color model

#3BD4DB color RGB value is (59,212,219).

  • red value is 59;
  • green value is 212;
  • blue value is 219.
RGB:
(59,212,219)
(23%,83%,86%)

RGB channels and saturation

R 59 of 255 = 23%
G 212 of 255 = 83%
B 219 of 255 = 86%

59
212
219

R + G + B ~ 64%. #3BD4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
59 + 212 + 219 = 490 (100%)
R 59 of 490 ~ 12.04%
G 212 of 490 ~ 43.27%
B 219 of 490 ~ 44.69%

%12.04
%43.27
%44.69

CMYK color model

#3BD4DB color CMYK value is (73,3,0,14).

  • cyan value is 73.06%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(73,3,0,14)
C73M3Y0K14 
(73%,3%,0%,14%)
(0.73/0.03/0.00/0.14)	

CMYK percentages

%73.06
%3.2
%0
%14.12

Codes

Color #3BD4DB in popluar color models

3BD4DB
RGB59212219
HSL183°68.97%54.51%
HSB/HSV183°73.06%85.88%
CMYK73.06%3.20%0.00%
14.12%

Color #3BD4DB in popluar number systems.

HEX3BD4DB
Decimal59212219
Binary1110111101010011011011
Octal73324333

Shades and tints

Shades of #3BD4DB

#3BD4DB
(59,212,219)
#36C1C8
(54,193,200)
#31AEB5
(49,174,181)
#2C9BA2
(44,155,162)
#27888F
(39,136,143)
#22757C
(34,117,124)
#1D6269
(29,98,105)
#184F56
(24,79,86)
#133C43
(19,60,67)
#0E2930
(14,41,48)
#09161D
(9,22,29)
#000000
(0,0,0)

Tints of #3BD4DB

#3BD4DB
(59,212,219)
#4CD7DE
(76,215,222)
#5DDAE1
(93,218,225)
#6EDDE4
(110,221,228)
#7FE0E7
(127,224,231)
#90E3EA
(144,227,234)
#A1E6ED
(161,230,237)
#B2E9F0
(178,233,240)
#C3ECF3
(195,236,243)
#D4EFF6
(212,239,246)
#E5F2F9
(229,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BD4DB color. Also use rgb(59,212,219) instead hex code.

Text Font Color

.myTextColor { color: #3BD4DB; }

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

This text font color is #3BD4DB.


Background Color

.myBgColor { background-color: #3BD4DB; }

<div style="background-color:#3BD4DB">Inner text</div>

This div background color is #3BD4DB.


Border color

.myBorderColor { border: 1px solid #3BD4DB; }

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

This div border color is #3BD4DB.


Opacity

.myOpacity80 { color: #3BD4DB; opacity: 0.8; }

<p style="color:#3BD4DB;opacity:0.8;">80%</p>

Text with #3BD4DB 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 #3BD4DB;}

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

This text has shadow with #3BD4DB color.

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

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

This text has shadow with #3BD4DB primary color and red secondary color.


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

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

This text has shadow with #3BD4DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BD4DB on black background.


Color preview on white background

This text has color #3BD4DB on white background.



Black color preview on #3BD4DB background

This text has black color on #3BD4DB background.


White color preview on #3BD4DB background

This text has white color on #3BD4DB background.