COLOR #2EC1F9

HEX: #2EC1F9
RGB: (46,193,249)

Color info

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

RGB color model

#2EC1F9 color RGB value is (46,193,249).

  • red value is 46;
  • green value is 193;
  • blue value is 249.
RGB:
(46,193,249)
(18%,76%,98%)

RGB channels and saturation

R 46 of 255 = 18%
G 193 of 255 = 76%
B 249 of 255 = 98%

46
193
249

R + G + B ~ 64%. #2EC1F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 193 + 249 = 488 (100%)
R 46 of 488 ~ 9.43%
G 193 of 488 ~ 39.55%
B 249 of 488 ~ 51.02%

%39.55
%51.02

CMYK color model

#2EC1F9 color CMYK value is (82,22,0,2).

  • cyan value is 81.53%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(82,22,0,2)
C82M22Y0K2 
(82%,22%,0%,2%)
(0.82/0.22/0.00/0.02)	

CMYK percentages

%81.53
%22.49
%0
%2.35

Codes

Color #2EC1F9 in popluar color models

2EC1F9
RGB46193249
HSL197°94.42%57.84%
HSB/HSV197°81.53%97.65%
CMYK81.53%22.49%0.00%
2.35%

Color #2EC1F9 in popluar number systems.

HEX2EC1F9
Decimal46193249
Binary1011101100000111111001
Octal56301371

Shades and tints

Shades of #2EC1F9

#2EC1F9
(46,193,249)
#2AB0E3
(42,176,227)
#269FCD
(38,159,205)
#228EB7
(34,142,183)
#1E7DA1
(30,125,161)
#1A6C8B
(26,108,139)
#165B75
(22,91,117)
#124A5F
(18,74,95)
#0E3949
(14,57,73)
#0A2833
(10,40,51)
#06171D
(6,23,29)
#000000
(0,0,0)

Tints of #2EC1F9

#2EC1F9
(46,193,249)
#41C6F9
(65,198,249)
#54CBF9
(84,203,249)
#67D0F9
(103,208,249)
#7AD5F9
(122,213,249)
#8DDAF9
(141,218,249)
#A0DFF9
(160,223,249)
#B3E4F9
(179,228,249)
#C6E9F9
(198,233,249)
#D9EEF9
(217,238,249)
#ECF3F9
(236,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EC1F9 color. Also use rgb(46,193,249) instead hex code.

Text Font Color

.myTextColor { color: #2EC1F9; }

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

This text font color is #2EC1F9.


Background Color

.myBgColor { background-color: #2EC1F9; }

<div style="background-color:#2EC1F9">Inner text</div>

This div background color is #2EC1F9.


Border color

.myBorderColor { border: 1px solid #2EC1F9; }

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

This div border color is #2EC1F9.


Opacity

.myOpacity80 { color: #2EC1F9; opacity: 0.8; }

<p style="color:#2EC1F9;opacity:0.8;">80%</p>

Text with #2EC1F9 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 #2EC1F9;}

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

This text has shadow with #2EC1F9 color.

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

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

This text has shadow with #2EC1F9 primary color and red secondary color.


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

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

This text has shadow with #2EC1F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EC1F9 on black background.


Color preview on white background

This text has color #2EC1F9 on white background.



Black color preview on #2EC1F9 background

This text has black color on #2EC1F9 background.


White color preview on #2EC1F9 background

This text has white color on #2EC1F9 background.