COLOR #2E9BA9

HEX: #2E9BA9
RGB: (46,155,169)

Color info

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

RGB color model

#2E9BA9 color RGB value is (46,155,169).

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

RGB channels and saturation

R 46 of 255 = 18%
G 155 of 255 = 61%
B 169 of 255 = 66%

46
155
169

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

Portions of RGB colors in percentages

R + G + B =
46 + 155 + 169 = 370 (100%)
R 46 of 370 ~ 12.43%
G 155 of 370 ~ 41.89%
B 169 of 370 ~ 45.68%

%12.43
%41.89
%45.68

CMYK color model

#2E9BA9 color CMYK value is (73,8,0,34).

  • cyan value is 72.78%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(73,8,0,34)
C73M8Y0K34 
(73%,8%,0%,34%)
(0.73/0.08/0.00/0.34)	

CMYK percentages

%72.78
%8.28
%0
%33.73

Codes

Color #2E9BA9 in popluar color models

2E9BA9
RGB46155169
HSL187°57.21%42.16%
HSB/HSV187°72.78%66.27%
CMYK72.78%8.28%0.00%
33.73%

Color #2E9BA9 in popluar number systems.

HEX2E9BA9
Decimal46155169
Binary1011101001101110101001
Octal56233251

Shades and tints

Shades of #2E9BA9

#2E9BA9
(46,155,169)
#2A8D9A
(42,141,154)
#267F8B
(38,127,139)
#22717C
(34,113,124)
#1E636D
(30,99,109)
#1A555E
(26,85,94)
#16474F
(22,71,79)
#123940
(18,57,64)
#0E2B31
(14,43,49)
#0A1D22
(10,29,34)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #2E9BA9

#2E9BA9
(46,155,169)
#41A4B0
(65,164,176)
#54ADB7
(84,173,183)
#67B6BE
(103,182,190)
#7ABFC5
(122,191,197)
#8DC8CC
(141,200,204)
#A0D1D3
(160,209,211)
#B3DADA
(179,218,218)
#C6E3E1
(198,227,225)
#D9ECE8
(217,236,232)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9BA9; }

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

This text font color is #2E9BA9.


Background Color

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

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

This div background color is #2E9BA9.


Border color

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

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

This div border color is #2E9BA9.


Opacity

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

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

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

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

This text has shadow with #2E9BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9BA9 on black background.


Color preview on white background

This text has color #2E9BA9 on white background.



Black color preview on #2E9BA9 background

This text has black color on #2E9BA9 background.


White color preview on #2E9BA9 background

This text has white color on #2E9BA9 background.