COLOR #2E9886

HEX: #2E9886
RGB: (46,152,134)

Color info

#2E9886 contains mainly green and blue colors. Web safe color of #2E9886 is #339999 (or #399).

RGB color model

#2E9886 color RGB value is (46,152,134).

  • red value is 46;
  • green value is 152;
  • blue value is 134.
RGB:
(46,152,134)
(18%,60%,53%)

RGB channels and saturation

R 46 of 255 = 18%
G 152 of 255 = 60%
B 134 of 255 = 53%

46
152
134

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

Portions of RGB colors in percentages

R + G + B =
46 + 152 + 134 = 332 (100%)
R 46 of 332 ~ 13.86%
G 152 of 332 ~ 45.78%
B 134 of 332 ~ 40.36%

%13.86
%45.78
%40.36

CMYK color model

#2E9886 color CMYK value is (70,0,12,40).

  • cyan value is 69.74%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(70,0,12,40)
C70M0Y12K40 
(70%,0%,12%,40%)
(0.70/0.00/0.12/0.40)	

CMYK percentages

%69.74
%0
%11.84
%40.39

Codes

Color #2E9886 in popluar color models

2E9886
RGB46152134
HSL170°53.54%38.82%
HSB/HSV170°69.74%59.61%
CMYK69.74%0.00%11.84%
40.39%

Color #2E9886 in popluar number systems.

HEX2E9886
Decimal46152134
Binary1011101001100010000110
Octal56230206

Shades and tints

Shades of #2E9886

#2E9886
(46,152,134)
#2A8B7A
(42,139,122)
#267E6E
(38,126,110)
#227162
(34,113,98)
#1E6456
(30,100,86)
#1A574A
(26,87,74)
#164A3E
(22,74,62)
#123D32
(18,61,50)
#0E3026
(14,48,38)
#0A231A
(10,35,26)
#06160E
(6,22,14)
#000000
(0,0,0)

Tints of #2E9886

#2E9886
(46,152,134)
#41A191
(65,161,145)
#54AA9C
(84,170,156)
#67B3A7
(103,179,167)
#7ABCB2
(122,188,178)
#8DC5BD
(141,197,189)
#A0CEC8
(160,206,200)
#B3D7D3
(179,215,211)
#C6E0DE
(198,224,222)
#D9E9E9
(217,233,233)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9886 color. Also use rgb(46,152,134) instead hex code.

Text Font Color

.myTextColor { color: #2E9886; }

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

This text font color is #2E9886.


Background Color

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

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

This div background color is #2E9886.


Border color

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

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

This div border color is #2E9886.


Opacity

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

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

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

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

This text has shadow with #2E9886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9886 on black background.


Color preview on white background

This text has color #2E9886 on white background.



Black color preview on #2E9886 background

This text has black color on #2E9886 background.


White color preview on #2E9886 background

This text has white color on #2E9886 background.