COLOR #2E7D9B

HEX: #2E7D9B
RGB: (46,125,155)

Color info

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

RGB color model

#2E7D9B color RGB value is (46,125,155).

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

RGB channels and saturation

R 46 of 255 = 18%
G 125 of 255 = 49%
B 155 of 255 = 61%

46
125
155

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

Portions of RGB colors in percentages

R + G + B =
46 + 125 + 155 = 326 (100%)
R 46 of 326 ~ 14.11%
G 125 of 326 ~ 38.34%
B 155 of 326 ~ 47.55%

%14.11
%38.34
%47.55

CMYK color model

#2E7D9B color CMYK value is (70,19,0,39).

  • cyan value is 70.32%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(70,19,0,39)
C70M19Y0K39 
(70%,19%,0%,39%)
(0.70/0.19/0.00/0.39)	

CMYK percentages

%70.32
%19.35
%0
%39.22

Codes

Color #2E7D9B in popluar color models

2E7D9B
RGB46125155
HSL197°54.23%39.41%
HSB/HSV197°70.32%60.78%
CMYK70.32%19.35%0.00%
39.22%

Color #2E7D9B in popluar number systems.

HEX2E7D9B
Decimal46125155
Binary101110111110110011011
Octal56175233

Shades and tints

Shades of #2E7D9B

#2E7D9B
(46,125,155)
#2A728D
(42,114,141)
#26677F
(38,103,127)
#225C71
(34,92,113)
#1E5163
(30,81,99)
#1A4655
(26,70,85)
#163B47
(22,59,71)
#123039
(18,48,57)
#0E252B
(14,37,43)
#0A1A1D
(10,26,29)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #2E7D9B

#2E7D9B
(46,125,155)
#4188A4
(65,136,164)
#5493AD
(84,147,173)
#679EB6
(103,158,182)
#7AA9BF
(122,169,191)
#8DB4C8
(141,180,200)
#A0BFD1
(160,191,209)
#B3CADA
(179,202,218)
#C6D5E3
(198,213,227)
#D9E0EC
(217,224,236)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7D9B; }

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

This text font color is #2E7D9B.


Background Color

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

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

This div background color is #2E7D9B.


Border color

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

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

This div border color is #2E7D9B.


Opacity

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

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

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

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

This text has shadow with #2E7D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7D9B on black background.


Color preview on white background

This text has color #2E7D9B on white background.



Black color preview on #2E7D9B background

This text has black color on #2E7D9B background.


White color preview on #2E7D9B background

This text has white color on #2E7D9B background.