COLOR #3BD1C7

HEX: #3BD1C7
RGB: (59,209,199)

Color info

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

RGB color model

#3BD1C7 color RGB value is (59,209,199).

  • red value is 59;
  • green value is 209;
  • blue value is 199.
RGB:
(59,209,199)
(23%,82%,78%)

RGB channels and saturation

R 59 of 255 = 23%
G 209 of 255 = 82%
B 199 of 255 = 78%

59
209
199

R + G + B ~ 61%. #3BD1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
59 + 209 + 199 = 467 (100%)
R 59 of 467 ~ 12.63%
G 209 of 467 ~ 44.75%
B 199 of 467 ~ 42.61%

%12.63
%44.75
%42.61

CMYK color model

#3BD1C7 color CMYK value is (72,0,5,18).

  • cyan value is 71.77%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 18.04%
CMYK:
(72,0,5,18)
C72M0Y5K18 
(72%,0%,5%,18%)
(0.72/0.00/0.05/0.18)	

CMYK percentages

%71.77
%0
%4.78
%18.04

Codes

Color #3BD1C7 in popluar color models

3BD1C7
RGB59209199
HSL176°61.98%52.55%
HSB/HSV176°71.77%81.96%
CMYK71.77%0.00%4.78%
18.04%

Color #3BD1C7 in popluar number systems.

HEX3BD1C7
Decimal59209199
Binary1110111101000111000111
Octal73321307

Shades and tints

Shades of #3BD1C7

#3BD1C7
(59,209,199)
#36BEB5
(54,190,181)
#31ABA3
(49,171,163)
#2C9891
(44,152,145)
#27857F
(39,133,127)
#22726D
(34,114,109)
#1D5F5B
(29,95,91)
#184C49
(24,76,73)
#133937
(19,57,55)
#0E2625
(14,38,37)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #3BD1C7

#3BD1C7
(59,209,199)
#4CD5CC
(76,213,204)
#5DD9D1
(93,217,209)
#6EDDD6
(110,221,214)
#7FE1DB
(127,225,219)
#90E5E0
(144,229,224)
#A1E9E5
(161,233,229)
#B2EDEA
(178,237,234)
#C3F1EF
(195,241,239)
#D4F5F4
(212,245,244)
#E5F9F9
(229,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BD1C7 color. Also use rgb(59,209,199) instead hex code.

Text Font Color

.myTextColor { color: #3BD1C7; }

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

This text font color is #3BD1C7.


Background Color

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

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

This div background color is #3BD1C7.


Border color

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

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

This div border color is #3BD1C7.


Opacity

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

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

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

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

This text has shadow with #3BD1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BD1C7 on black background.


Color preview on white background

This text has color #3BD1C7 on white background.



Black color preview on #3BD1C7 background

This text has black color on #3BD1C7 background.


White color preview on #3BD1C7 background

This text has white color on #3BD1C7 background.