COLOR #2E8AA8

HEX: #2E8AA8
RGB: (46,138,168)

Color info

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

RGB color model

#2E8AA8 color RGB value is (46,138,168).

  • red value is 46;
  • green value is 138;
  • blue value is 168.
RGB:
(46,138,168)
(18%,54%,66%)

RGB channels and saturation

R 46 of 255 = 18%
G 138 of 255 = 54%
B 168 of 255 = 66%

46
138
168

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

Portions of RGB colors in percentages

R + G + B =
46 + 138 + 168 = 352 (100%)
R 46 of 352 ~ 13.07%
G 138 of 352 ~ 39.2%
B 168 of 352 ~ 47.73%

%13.07
%39.2
%47.73

CMYK color model

#2E8AA8 color CMYK value is (73,18,0,34).

  • cyan value is 72.62%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(73,18,0,34)
C73M18Y0K34 
(73%,18%,0%,34%)
(0.73/0.18/0.00/0.34)	

CMYK percentages

%72.62
%17.86
%0
%34.12

Codes

Color #2E8AA8 in popluar color models

2E8AA8
RGB46138168
HSL195°57.01%41.96%
HSB/HSV195°72.62%65.88%
CMYK72.62%17.86%0.00%
34.12%

Color #2E8AA8 in popluar number systems.

HEX2E8AA8
Decimal46138168
Binary1011101000101010101000
Octal56212250

Shades and tints

Shades of #2E8AA8

#2E8AA8
(46,138,168)
#2A7E99
(42,126,153)
#26728A
(38,114,138)
#22667B
(34,102,123)
#1E5A6C
(30,90,108)
#1A4E5D
(26,78,93)
#16424E
(22,66,78)
#12363F
(18,54,63)
#0E2A30
(14,42,48)
#0A1E21
(10,30,33)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #2E8AA8

#2E8AA8
(46,138,168)
#4194AF
(65,148,175)
#549EB6
(84,158,182)
#67A8BD
(103,168,189)
#7AB2C4
(122,178,196)
#8DBCCB
(141,188,203)
#A0C6D2
(160,198,210)
#B3D0D9
(179,208,217)
#C6DAE0
(198,218,224)
#D9E4E7
(217,228,231)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8AA8; }

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

This text font color is #2E8AA8.


Background Color

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

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

This div background color is #2E8AA8.


Border color

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

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

This div border color is #2E8AA8.


Opacity

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

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

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

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

This text has shadow with #2E8AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8AA8 on black background.


Color preview on white background

This text has color #2E8AA8 on white background.



Black color preview on #2E8AA8 background

This text has black color on #2E8AA8 background.


White color preview on #2E8AA8 background

This text has white color on #2E8AA8 background.