COLOR #2E7A97

HEX: #2E7A97
RGB: (46,122,151)

Color info

#2E7A97 contains mainly green and blue colors. Web safe color of #2E7A97 is #336699 (or #369).

RGB color model

#2E7A97 color RGB value is (46,122,151).

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

RGB channels and saturation

R 46 of 255 = 18%
G 122 of 255 = 48%
B 151 of 255 = 59%

46
122
151

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

Portions of RGB colors in percentages

R + G + B =
46 + 122 + 151 = 319 (100%)
R 46 of 319 ~ 14.42%
G 122 of 319 ~ 38.24%
B 151 of 319 ~ 47.34%

%14.42
%38.24
%47.34

CMYK color model

#2E7A97 color CMYK value is (70,19,0,41).

  • cyan value is 69.54%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(70,19,0,41)
C70M19Y0K41 
(70%,19%,0%,41%)
(0.70/0.19/0.00/0.41)	

CMYK percentages

%69.54
%19.21
%0
%40.78

Codes

Color #2E7A97 in popluar color models

2E7A97
RGB46122151
HSL197°53.30%38.63%
HSB/HSV197°69.54%59.22%
CMYK69.54%19.21%0.00%
40.78%

Color #2E7A97 in popluar number systems.

HEX2E7A97
Decimal46122151
Binary101110111101010010111
Octal56172227

Shades and tints

Shades of #2E7A97

#2E7A97
(46,122,151)
#2A6F8A
(42,111,138)
#26647D
(38,100,125)
#225970
(34,89,112)
#1E4E63
(30,78,99)
#1A4356
(26,67,86)
#163849
(22,56,73)
#122D3C
(18,45,60)
#0E222F
(14,34,47)
#0A1722
(10,23,34)
#060C15
(6,12,21)
#000000
(0,0,0)

Tints of #2E7A97

#2E7A97
(46,122,151)
#4186A0
(65,134,160)
#5492A9
(84,146,169)
#679EB2
(103,158,178)
#7AAABB
(122,170,187)
#8DB6C4
(141,182,196)
#A0C2CD
(160,194,205)
#B3CED6
(179,206,214)
#C6DADF
(198,218,223)
#D9E6E8
(217,230,232)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7A97; }

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

This text font color is #2E7A97.


Background Color

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

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

This div background color is #2E7A97.


Border color

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

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

This div border color is #2E7A97.


Opacity

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

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

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

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

This text has shadow with #2E7A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7A97 on black background.


Color preview on white background

This text has color #2E7A97 on white background.



Black color preview on #2E7A97 background

This text has black color on #2E7A97 background.


White color preview on #2E7A97 background

This text has white color on #2E7A97 background.