COLOR #2EB8EF

HEX: #2EB8EF
RGB: (46,184,239)

Color info

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

RGB color model

#2EB8EF color RGB value is (46,184,239).

  • red value is 46;
  • green value is 184;
  • blue value is 239.
RGB:
(46,184,239)
(18%,72%,94%)

RGB channels and saturation

R 46 of 255 = 18%
G 184 of 255 = 72%
B 239 of 255 = 94%

46
184
239

R + G + B ~ 61%. #2EB8EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 184 + 239 = 469 (100%)
R 46 of 469 ~ 9.81%
G 184 of 469 ~ 39.23%
B 239 of 469 ~ 50.96%

%9.81
%39.23
%50.96

CMYK color model

#2EB8EF color CMYK value is (81,23,0,6).

  • cyan value is 80.75%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(81,23,0,6)
C81M23Y0K6 
(81%,23%,0%,6%)
(0.81/0.23/0.00/0.06)	

CMYK percentages

%80.75
%23.01
%0
%6.27

Codes

Color #2EB8EF in popluar color models

2EB8EF
RGB46184239
HSL197°85.78%55.88%
HSB/HSV197°80.75%93.73%
CMYK80.75%23.01%0.00%
6.27%

Color #2EB8EF in popluar number systems.

HEX2EB8EF
Decimal46184239
Binary1011101011100011101111
Octal56270357

Shades and tints

Shades of #2EB8EF

#2EB8EF
(46,184,239)
#2AA8DA
(42,168,218)
#2698C5
(38,152,197)
#2288B0
(34,136,176)
#1E789B
(30,120,155)
#1A6886
(26,104,134)
#165871
(22,88,113)
#12485C
(18,72,92)
#0E3847
(14,56,71)
#0A2832
(10,40,50)
#06181D
(6,24,29)
#000000
(0,0,0)

Tints of #2EB8EF

#2EB8EF
(46,184,239)
#41BEF0
(65,190,240)
#54C4F1
(84,196,241)
#67CAF2
(103,202,242)
#7AD0F3
(122,208,243)
#8DD6F4
(141,214,244)
#A0DCF5
(160,220,245)
#B3E2F6
(179,226,246)
#C6E8F7
(198,232,247)
#D9EEF8
(217,238,248)
#ECF4F9
(236,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB8EF color. Also use rgb(46,184,239) instead hex code.

Text Font Color

.myTextColor { color: #2EB8EF; }

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

This text font color is #2EB8EF.


Background Color

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

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

This div background color is #2EB8EF.


Border color

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

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

This div border color is #2EB8EF.


Opacity

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

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

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

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

This text has shadow with #2EB8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EB8EF on black background.


Color preview on white background

This text has color #2EB8EF on white background.



Black color preview on #2EB8EF background

This text has black color on #2EB8EF background.


White color preview on #2EB8EF background

This text has white color on #2EB8EF background.