COLOR #2E9696

HEX: #2E9696
RGB: (46,150,150)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
150
150

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

Portions of RGB colors in percentages

R + G + B =
46 + 150 + 150 = 346 (100%)
R 46 of 346 ~ 13.29%
G 150 of 346 ~ 43.35%
B 150 of 346 ~ 43.35%

%13.29
%43.35
%43.35

CMYK color model

#2E9696 color CMYK value is (69,0,0,41).

  • cyan value is 69.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(69,0,0,41)
C69M0Y0K41 
(69%,0%,0%,41%)
(0.69/0.00/0.00/0.41)	

CMYK percentages

%69.33
%0
%0
%41.18

Codes

Color #2E9696 in popluar color models

2E9696
RGB46150150
HSL180°53.06%38.43%
HSB/HSV180°69.33%58.82%
CMYK69.33%0.00%0.00%
41.18%

Color #2E9696 in popluar number systems.

HEX2E9696
Decimal46150150
Binary1011101001011010010110
Octal56226226

Shades and tints

Shades of #2E9696

#2E9696
(46,150,150)
#2A8989
(42,137,137)
#267C7C
(38,124,124)
#226F6F
(34,111,111)
#1E6262
(30,98,98)
#1A5555
(26,85,85)
#164848
(22,72,72)
#123B3B
(18,59,59)
#0E2E2E
(14,46,46)
#0A2121
(10,33,33)
#061414
(6,20,20)
#000000
(0,0,0)

Tints of #2E9696

#2E9696
(46,150,150)
#419F9F
(65,159,159)
#54A8A8
(84,168,168)
#67B1B1
(103,177,177)
#7ABABA
(122,186,186)
#8DC3C3
(141,195,195)
#A0CCCC
(160,204,204)
#B3D5D5
(179,213,213)
#C6DEDE
(198,222,222)
#D9E7E7
(217,231,231)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9696; }

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

This text font color is #2E9696.


Background Color

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

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

This div background color is #2E9696.


Border color

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

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

This div border color is #2E9696.


Opacity

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

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

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

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

This text has shadow with #2E9696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9696 on black background.


Color preview on white background

This text has color #2E9696 on white background.



Black color preview on #2E9696 background

This text has black color on #2E9696 background.


White color preview on #2E9696 background

This text has white color on #2E9696 background.