COLOR #2EA0C6

HEX: #2EA0C6
RGB: (46,160,198)

Color info

#2EA0C6 contains mainly green and blue colors. Web safe color of #2EA0C6 is #3399CC (or #39C).

RGB color model

#2EA0C6 color RGB value is (46,160,198).

  • red value is 46;
  • green value is 160;
  • blue value is 198.
RGB:
(46,160,198)
(18%,63%,78%)

RGB channels and saturation

R 46 of 255 = 18%
G 160 of 255 = 63%
B 198 of 255 = 78%

46
160
198

R + G + B ~ 53%. #2EA0C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 160 + 198 = 404 (100%)
R 46 of 404 ~ 11.39%
G 160 of 404 ~ 39.6%
B 198 of 404 ~ 49.01%

%11.39
%39.6
%49.01

CMYK color model

#2EA0C6 color CMYK value is (77,19,0,22).

  • cyan value is 76.77%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(77,19,0,22)
C77M19Y0K22 
(77%,19%,0%,22%)
(0.77/0.19/0.00/0.22)	

CMYK percentages

%76.77
%19.19
%0
%22.35

Codes

Color #2EA0C6 in popluar color models

2EA0C6
RGB46160198
HSL195°62.30%47.84%
HSB/HSV195°76.77%77.65%
CMYK76.77%19.19%0.00%
22.35%

Color #2EA0C6 in popluar number systems.

HEX2EA0C6
Decimal46160198
Binary1011101010000011000110
Octal56240306

Shades and tints

Shades of #2EA0C6

#2EA0C6
(46,160,198)
#2A92B4
(42,146,180)
#2684A2
(38,132,162)
#227690
(34,118,144)
#1E687E
(30,104,126)
#1A5A6C
(26,90,108)
#164C5A
(22,76,90)
#123E48
(18,62,72)
#0E3036
(14,48,54)
#0A2224
(10,34,36)
#061412
(6,20,18)
#000000
(0,0,0)

Tints of #2EA0C6

#2EA0C6
(46,160,198)
#41A8CB
(65,168,203)
#54B0D0
(84,176,208)
#67B8D5
(103,184,213)
#7AC0DA
(122,192,218)
#8DC8DF
(141,200,223)
#A0D0E4
(160,208,228)
#B3D8E9
(179,216,233)
#C6E0EE
(198,224,238)
#D9E8F3
(217,232,243)
#ECF0F8
(236,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA0C6 color. Also use rgb(46,160,198) instead hex code.

Text Font Color

.myTextColor { color: #2EA0C6; }

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

This text font color is #2EA0C6.


Background Color

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

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

This div background color is #2EA0C6.


Border color

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

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

This div border color is #2EA0C6.


Opacity

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

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

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

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

This text has shadow with #2EA0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA0C6 on black background.


Color preview on white background

This text has color #2EA0C6 on white background.



Black color preview on #2EA0C6 background

This text has black color on #2EA0C6 background.


White color preview on #2EA0C6 background

This text has white color on #2EA0C6 background.