COLOR #3EC1F7

HEX: #3EC1F7 RGB: (62,193,247)

Color info

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

RGB color model

#3EC1F7 color RGB value is (62,193,247).

RGB: (62,193,247) (24%, 76%, 97%)

RGB channels and saturation

R 62 of 255 = 24%
G 193 of 255 = 76%
B 247 of 255 = 97%

62
193
247

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

Portions of RGB colors in percentages

R + G + B = 62 + 193 + 247 = 502 (100%)
R 62 of 502 ~ 12.35%
G 193 of 502 ~ 38.45%
B 247 of 502 ~ 49.2'%

%12.35
%38.45
%49.2

CMYK color model

#3EC1F7 color CMYK value is (75,22,0,3).

  • cyan value is 74.90%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (75,22,0,3)
C75M22Y0K3 (75%, 22%, 0%, 3%)
(0.75 / 0.22 / 0.00 / 0.03)

CMYK percentages

%74.9
%21.86
%0
%3.14

Codes

Color #3EC1F7 in popluar color models

3E C1 F7
RGB 62 193 247
HSL 198° 92.04% 60.59%
HSB/HSV 198° 74.90% 96.86%
CMYK 74.90% 21.86% 0.00%
3.14%

Color #3EC1F7 in popluar number systems.

HEX 3E C1 F7
Decimal 62 193 247
Binary 111110 11000001 11110111
Octal 76 301 367

Shades and tints

Shades of #3EC1F7

#3EC1F7
(62,193,247)
#39B0E1
(57,176,225)
#349FCB
(52,159,203)
#2F8EB5
(47,142,181)
#2A7D9F
(42,125,159)
#256C89
(37,108,137)
#205B73
(32,91,115)
#1B4A5D
(27,74,93)
#163947
(22,57,71)
#112831
(17,40,49)
#0C171B
(12,23,27)
#000000
(0,0,0)

Tints of #3EC1F7

#3EC1F7
(62,193,247)
#4FC6F7
(79,198,247)
#60CBF7
(96,203,247)
#71D0F7
(113,208,247)
#82D5F7
(130,213,247)
#93DAF7
(147,218,247)
#A4DFF7
(164,223,247)
#B5E4F7
(181,228,247)
#C6E9F7
(198,233,247)
#D7EEF7
(215,238,247)
#E8F3F7
(232,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EC1F7 color. Also use rgb(62,193,247) instead hex code.

Text Font Color

.myTextColor { color: #3EC1F7; }

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

This text font color is #3EC1F7.

Background Color

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

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

This div background color is #3EC1F7.

Border color

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

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

This div border color is #3EC1F7.

Opacity

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

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

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

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

This text has shadow with #3EC1F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EC1F7.

Preview

Color preview on black background

This text has color #3EC1F7 on black background.


Color preview on white background

This text has color #3EC1F7 on white background.


Black color preview on #3EC1F7 background

This text has black color on #3EC1F7 background.


White color preview on #3EC1F7 background

This text has white color on #3EC1F7 background.


Related colors

Complementary color

Complementary color for #hex is #C13E08.


I love getcolorcode.com

Triadic colors

1 #F73EC1 and #C1F73E with #3EC1F7 are triadic colors.

2 #F7C13E and #C13EF7 with #3EC1F7 are triadic colors.