COLOR #2E9DDC

HEX: #2E9DDC
RGB: (46,157,220)

Color info

#2E9DDC contains mainly blue color. Web safe color of #2E9DDC is #3399CC (or #39C).

RGB color model

#2E9DDC color RGB value is (46,157,220).

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

RGB channels and saturation

R 46 of 255 = 18%
G 157 of 255 = 62%
B 220 of 255 = 86%

46
157
220

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

Portions of RGB colors in percentages

R + G + B =
46 + 157 + 220 = 423 (100%)
R 46 of 423 ~ 10.87%
G 157 of 423 ~ 37.12%
B 220 of 423 ~ 52.01%

%10.87
%37.12
%52.01

CMYK color model

#2E9DDC color CMYK value is (79,29,0,14).

  • cyan value is 79.09%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(79,29,0,14)
C79M29Y0K14 
(79%,29%,0%,14%)
(0.79/0.29/0.00/0.14)	

CMYK percentages

%79.09
%28.64
%0
%13.73

Codes

Color #2E9DDC in popluar color models

2E9DDC
RGB46157220
HSL202°71.31%52.16%
HSB/HSV202°79.09%86.27%
CMYK79.09%28.64%0.00%
13.73%

Color #2E9DDC in popluar number systems.

HEX2E9DDC
Decimal46157220
Binary1011101001110111011100
Octal56235334

Shades and tints

Shades of #2E9DDC

#2E9DDC
(46,157,220)
#2A8FC8
(42,143,200)
#2681B4
(38,129,180)
#2273A0
(34,115,160)
#1E658C
(30,101,140)
#1A5778
(26,87,120)
#164964
(22,73,100)
#123B50
(18,59,80)
#0E2D3C
(14,45,60)
#0A1F28
(10,31,40)
#061114
(6,17,20)
#000000
(0,0,0)

Tints of #2E9DDC

#2E9DDC
(46,157,220)
#41A5DF
(65,165,223)
#54ADE2
(84,173,226)
#67B5E5
(103,181,229)
#7ABDE8
(122,189,232)
#8DC5EB
(141,197,235)
#A0CDEE
(160,205,238)
#B3D5F1
(179,213,241)
#C6DDF4
(198,221,244)
#D9E5F7
(217,229,247)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9DDC; }

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

This text font color is #2E9DDC.


Background Color

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

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

This div background color is #2E9DDC.


Border color

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

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

This div border color is #2E9DDC.


Opacity

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

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

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

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

This text has shadow with #2E9DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9DDC on black background.


Color preview on white background

This text has color #2E9DDC on white background.



Black color preview on #2E9DDC background

This text has black color on #2E9DDC background.


White color preview on #2E9DDC background

This text has white color on #2E9DDC background.