COLOR #2E8D9D

HEX: #2E8D9D
RGB: (46,141,157)

Color info

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

RGB color model

#2E8D9D color RGB value is (46,141,157).

  • red value is 46;
  • green value is 141;
  • blue value is 157.
RGB:
(46,141,157)
(18%,55%,62%)

RGB channels and saturation

R 46 of 255 = 18%
G 141 of 255 = 55%
B 157 of 255 = 62%

46
141
157

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

Portions of RGB colors in percentages

R + G + B =
46 + 141 + 157 = 344 (100%)
R 46 of 344 ~ 13.37%
G 141 of 344 ~ 40.99%
B 157 of 344 ~ 45.64%

%13.37
%40.99
%45.64

CMYK color model

#2E8D9D color CMYK value is (71,10,0,38).

  • cyan value is 70.70%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(71,10,0,38)
C71M10Y0K38 
(71%,10%,0%,38%)
(0.71/0.10/0.00/0.38)	

CMYK percentages

%70.7
%10.19
%0
%38.43

Codes

Color #2E8D9D in popluar color models

2E8D9D
RGB46141157
HSL189°54.68%39.80%
HSB/HSV189°70.70%61.57%
CMYK70.70%10.19%0.00%
38.43%

Color #2E8D9D in popluar number systems.

HEX2E8D9D
Decimal46141157
Binary1011101000110110011101
Octal56215235

Shades and tints

Shades of #2E8D9D

#2E8D9D
(46,141,157)
#2A818F
(42,129,143)
#267581
(38,117,129)
#226973
(34,105,115)
#1E5D65
(30,93,101)
#1A5157
(26,81,87)
#164549
(22,69,73)
#12393B
(18,57,59)
#0E2D2D
(14,45,45)
#0A211F
(10,33,31)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #2E8D9D

#2E8D9D
(46,141,157)
#4197A5
(65,151,165)
#54A1AD
(84,161,173)
#67ABB5
(103,171,181)
#7AB5BD
(122,181,189)
#8DBFC5
(141,191,197)
#A0C9CD
(160,201,205)
#B3D3D5
(179,211,213)
#C6DDDD
(198,221,221)
#D9E7E5
(217,231,229)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8D9D; }

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

This text font color is #2E8D9D.


Background Color

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

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

This div background color is #2E8D9D.


Border color

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

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

This div border color is #2E8D9D.


Opacity

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

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

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

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

This text has shadow with #2E8D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8D9D on black background.


Color preview on white background

This text has color #2E8D9D on white background.



Black color preview on #2E8D9D background

This text has black color on #2E8D9D background.


White color preview on #2E8D9D background

This text has white color on #2E8D9D background.