COLOR #3BD9E7

HEX: #3BD9E7
RGB: (59,217,231)

Color info

#3BD9E7 contains mainly green and blue colors. Web safe color of #3BD9E7 is #33CCFF (or #3CF).

RGB color model

#3BD9E7 color RGB value is (59,217,231).

  • red value is 59;
  • green value is 217;
  • blue value is 231.
RGB:
(59,217,231)
(23%,85%,91%)

RGB channels and saturation

R 59 of 255 = 23%
G 217 of 255 = 85%
B 231 of 255 = 91%

59
217
231

R + G + B ~ 66%. #3BD9E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
59 + 217 + 231 = 507 (100%)
R 59 of 507 ~ 11.64%
G 217 of 507 ~ 42.8%
B 231 of 507 ~ 45.56%

%11.64
%42.8
%45.56

CMYK color model

#3BD9E7 color CMYK value is (74,6,0,9).

  • cyan value is 74.46%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(74,6,0,9)
C74M6Y0K9 
(74%,6%,0%,9%)
(0.74/0.06/0.00/0.09)	

CMYK percentages

%74.46
%6.06
%0
%9.41

Codes

Color #3BD9E7 in popluar color models

3BD9E7
RGB59217231
HSL185°78.18%56.86%
HSB/HSV185°74.46%90.59%
CMYK74.46%6.06%0.00%
9.41%

Color #3BD9E7 in popluar number systems.

HEX3BD9E7
Decimal59217231
Binary1110111101100111100111
Octal73331347

Shades and tints

Shades of #3BD9E7

#3BD9E7
(59,217,231)
#36C6D2
(54,198,210)
#31B3BD
(49,179,189)
#2CA0A8
(44,160,168)
#278D93
(39,141,147)
#227A7E
(34,122,126)
#1D6769
(29,103,105)
#185454
(24,84,84)
#13413F
(19,65,63)
#0E2E2A
(14,46,42)
#091B15
(9,27,21)
#000000
(0,0,0)

Tints of #3BD9E7

#3BD9E7
(59,217,231)
#4CDCE9
(76,220,233)
#5DDFEB
(93,223,235)
#6EE2ED
(110,226,237)
#7FE5EF
(127,229,239)
#90E8F1
(144,232,241)
#A1EBF3
(161,235,243)
#B2EEF5
(178,238,245)
#C3F1F7
(195,241,247)
#D4F4F9
(212,244,249)
#E5F7FB
(229,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BD9E7 color. Also use rgb(59,217,231) instead hex code.

Text Font Color

.myTextColor { color: #3BD9E7; }

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

This text font color is #3BD9E7.


Background Color

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

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

This div background color is #3BD9E7.


Border color

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

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

This div border color is #3BD9E7.


Opacity

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

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

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

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

This text has shadow with #3BD9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BD9E7 on black background.


Color preview on white background

This text has color #3BD9E7 on white background.



Black color preview on #3BD9E7 background

This text has black color on #3BD9E7 background.


White color preview on #3BD9E7 background

This text has white color on #3BD9E7 background.