COLOR #2EA9BB

HEX: #2EA9BB
RGB: (46,169,187)

Color info

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

RGB color model

#2EA9BB color RGB value is (46,169,187).

  • red value is 46;
  • green value is 169;
  • blue value is 187.
RGB:
(46,169,187)
(18%,66%,73%)

RGB channels and saturation

R 46 of 255 = 18%
G 169 of 255 = 66%
B 187 of 255 = 73%

46
169
187

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

Portions of RGB colors in percentages

R + G + B =
46 + 169 + 187 = 402 (100%)
R 46 of 402 ~ 11.44%
G 169 of 402 ~ 42.04%
B 187 of 402 ~ 46.52%

%11.44
%42.04
%46.52

CMYK color model

#2EA9BB color CMYK value is (75,10,0,27).

  • cyan value is 75.40%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(75,10,0,27)
C75M10Y0K27 
(75%,10%,0%,27%)
(0.75/0.10/0.00/0.27)	

CMYK percentages

%75.4
%9.63
%0
%26.67

Codes

Color #2EA9BB in popluar color models

2EA9BB
RGB46169187
HSL188°60.52%45.69%
HSB/HSV188°75.40%73.33%
CMYK75.40%9.63%0.00%
26.67%

Color #2EA9BB in popluar number systems.

HEX2EA9BB
Decimal46169187
Binary1011101010100110111011
Octal56251273

Shades and tints

Shades of #2EA9BB

#2EA9BB
(46,169,187)
#2A9AAA
(42,154,170)
#268B99
(38,139,153)
#227C88
(34,124,136)
#1E6D77
(30,109,119)
#1A5E66
(26,94,102)
#164F55
(22,79,85)
#124044
(18,64,68)
#0E3133
(14,49,51)
#0A2222
(10,34,34)
#061311
(6,19,17)
#000000
(0,0,0)

Tints of #2EA9BB

#2EA9BB
(46,169,187)
#41B0C1
(65,176,193)
#54B7C7
(84,183,199)
#67BECD
(103,190,205)
#7AC5D3
(122,197,211)
#8DCCD9
(141,204,217)
#A0D3DF
(160,211,223)
#B3DAE5
(179,218,229)
#C6E1EB
(198,225,235)
#D9E8F1
(217,232,241)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA9BB color. Also use rgb(46,169,187) instead hex code.

Text Font Color

.myTextColor { color: #2EA9BB; }

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

This text font color is #2EA9BB.


Background Color

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

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

This div background color is #2EA9BB.


Border color

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

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

This div border color is #2EA9BB.


Opacity

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

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

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

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

This text has shadow with #2EA9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA9BB on black background.


Color preview on white background

This text has color #2EA9BB on white background.



Black color preview on #2EA9BB background

This text has black color on #2EA9BB background.


White color preview on #2EA9BB background

This text has white color on #2EA9BB background.