COLOR #2E8884

HEX: #2E8884
RGB: (46,136,132)

Color info

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

RGB color model

#2E8884 color RGB value is (46,136,132).

  • red value is 46;
  • green value is 136;
  • blue value is 132.
RGB:
(46,136,132)
(18%,53%,52%)

RGB channels and saturation

R 46 of 255 = 18%
G 136 of 255 = 53%
B 132 of 255 = 52%

46
136
132

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

Portions of RGB colors in percentages

R + G + B =
46 + 136 + 132 = 314 (100%)
R 46 of 314 ~ 14.65%
G 136 of 314 ~ 43.31%
B 132 of 314 ~ 42.04%

%14.65
%43.31
%42.04

CMYK color model

#2E8884 color CMYK value is (66,0,3,47).

  • cyan value is 66.18%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(66,0,3,47)
C66M0Y3K47 
(66%,0%,3%,47%)
(0.66/0.00/0.03/0.47)	

CMYK percentages

%66.18
%0
%2.94
%46.67

Codes

Color #2E8884 in popluar color models

2E8884
RGB46136132
HSL177°49.45%35.69%
HSB/HSV177°66.18%53.33%
CMYK66.18%0.00%2.94%
46.67%

Color #2E8884 in popluar number systems.

HEX2E8884
Decimal46136132
Binary1011101000100010000100
Octal56210204

Shades and tints

Shades of #2E8884

#2E8884
(46,136,132)
#2A7C78
(42,124,120)
#26706C
(38,112,108)
#226460
(34,100,96)
#1E5854
(30,88,84)
#1A4C48
(26,76,72)
#16403C
(22,64,60)
#123430
(18,52,48)
#0E2824
(14,40,36)
#0A1C18
(10,28,24)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #2E8884

#2E8884
(46,136,132)
#41928F
(65,146,143)
#549C9A
(84,156,154)
#67A6A5
(103,166,165)
#7AB0B0
(122,176,176)
#8DBABB
(141,186,187)
#A0C4C6
(160,196,198)
#B3CED1
(179,206,209)
#C6D8DC
(198,216,220)
#D9E2E7
(217,226,231)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8884; }

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

This text font color is #2E8884.


Background Color

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

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

This div background color is #2E8884.


Border color

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

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

This div border color is #2E8884.


Opacity

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

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

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

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

This text has shadow with #2E8884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8884 on black background.


Color preview on white background

This text has color #2E8884 on white background.



Black color preview on #2E8884 background

This text has black color on #2E8884 background.


White color preview on #2E8884 background

This text has white color on #2E8884 background.