COLOR #2E9B96

HEX: #2E9B96
RGB: (46,155,150)

Color info

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

RGB color model

#2E9B96 color RGB value is (46,155,150).

  • red value is 46;
  • green value is 155;
  • blue value is 150.
RGB:
(46,155,150)
(18%,61%,59%)

RGB channels and saturation

R 46 of 255 = 18%
G 155 of 255 = 61%
B 150 of 255 = 59%

46
155
150

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

Portions of RGB colors in percentages

R + G + B =
46 + 155 + 150 = 351 (100%)
R 46 of 351 ~ 13.11%
G 155 of 351 ~ 44.16%
B 150 of 351 ~ 42.74%

%13.11
%44.16
%42.74

CMYK color model

#2E9B96 color CMYK value is (70,0,3,39).

  • cyan value is 70.32%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(70,0,3,39)
C70M0Y3K39 
(70%,0%,3%,39%)
(0.70/0.00/0.03/0.39)	

CMYK percentages

%70.32
%0
%3.23
%39.22

Codes

Color #2E9B96 in popluar color models

2E9B96
RGB46155150
HSL177°54.23%39.41%
HSB/HSV177°70.32%60.78%
CMYK70.32%0.00%3.23%
39.22%

Color #2E9B96 in popluar number systems.

HEX2E9B96
Decimal46155150
Binary1011101001101110010110
Octal56233226

Shades and tints

Shades of #2E9B96

#2E9B96
(46,155,150)
#2A8D89
(42,141,137)
#267F7C
(38,127,124)
#22716F
(34,113,111)
#1E6362
(30,99,98)
#1A5555
(26,85,85)
#164748
(22,71,72)
#12393B
(18,57,59)
#0E2B2E
(14,43,46)
#0A1D21
(10,29,33)
#060F14
(6,15,20)
#000000
(0,0,0)

Tints of #2E9B96

#2E9B96
(46,155,150)
#41A49F
(65,164,159)
#54ADA8
(84,173,168)
#67B6B1
(103,182,177)
#7ABFBA
(122,191,186)
#8DC8C3
(141,200,195)
#A0D1CC
(160,209,204)
#B3DAD5
(179,218,213)
#C6E3DE
(198,227,222)
#D9ECE7
(217,236,231)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9B96 color. Also use rgb(46,155,150) instead hex code.

Text Font Color

.myTextColor { color: #2E9B96; }

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

This text font color is #2E9B96.


Background Color

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

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

This div background color is #2E9B96.


Border color

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

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

This div border color is #2E9B96.


Opacity

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

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

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

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

This text has shadow with #2E9B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9B96 on black background.


Color preview on white background

This text has color #2E9B96 on white background.



Black color preview on #2E9B96 background

This text has black color on #2E9B96 background.


White color preview on #2E9B96 background

This text has white color on #2E9B96 background.