COLOR #3BCEE7

HEX: #3BCEE7
RGB: (59,206,231)

Color info

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

RGB color model

#3BCEE7 color RGB value is (59,206,231).

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

RGB channels and saturation

R 59 of 255 = 23%
G 206 of 255 = 81%
B 231 of 255 = 91%

59
206
231

R + G + B ~ 65%. #3BCEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
59 + 206 + 231 = 496 (100%)
R 59 of 496 ~ 11.9%
G 206 of 496 ~ 41.53%
B 231 of 496 ~ 46.57%

%11.9
%41.53
%46.57

CMYK color model

#3BCEE7 color CMYK value is (74,11,0,9).

  • cyan value is 74.46%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(74,11,0,9)
C74M11Y0K9 
(74%,11%,0%,9%)
(0.74/0.11/0.00/0.09)	

CMYK percentages

%74.46
%10.82
%0
%9.41

Codes

Color #3BCEE7 in popluar color models

3BCEE7
RGB59206231
HSL189°78.18%56.86%
HSB/HSV189°74.46%90.59%
CMYK74.46%10.82%0.00%
9.41%

Color #3BCEE7 in popluar number systems.

HEX3BCEE7
Decimal59206231
Binary1110111100111011100111
Octal73316347

Shades and tints

Shades of #3BCEE7

#3BCEE7
(59,206,231)
#36BCD2
(54,188,210)
#31AABD
(49,170,189)
#2C98A8
(44,152,168)
#278693
(39,134,147)
#22747E
(34,116,126)
#1D6269
(29,98,105)
#185054
(24,80,84)
#133E3F
(19,62,63)
#0E2C2A
(14,44,42)
#091A15
(9,26,21)
#000000
(0,0,0)

Tints of #3BCEE7

#3BCEE7
(59,206,231)
#4CD2E9
(76,210,233)
#5DD6EB
(93,214,235)
#6EDAED
(110,218,237)
#7FDEEF
(127,222,239)
#90E2F1
(144,226,241)
#A1E6F3
(161,230,243)
#B2EAF5
(178,234,245)
#C3EEF7
(195,238,247)
#D4F2F9
(212,242,249)
#E5F6FB
(229,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3BCEE7; }

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

This text font color is #3BCEE7.


Background Color

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

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

This div background color is #3BCEE7.


Border color

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

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

This div border color is #3BCEE7.


Opacity

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

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

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

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

This text has shadow with #3BCEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BCEE7 on black background.


Color preview on white background

This text has color #3BCEE7 on white background.



Black color preview on #3BCEE7 background

This text has black color on #3BCEE7 background.


White color preview on #3BCEE7 background

This text has white color on #3BCEE7 background.