COLOR #2E96BD

HEX: #2E96BD
RGB: (46,150,189)

Color info

#2E96BD contains mainly green and blue colors. Web safe color of #2E96BD is #3399CC (or #39C).

RGB color model

#2E96BD color RGB value is (46,150,189).

  • red value is 46;
  • green value is 150;
  • blue value is 189.
RGB:
(46,150,189)
(18%,59%,74%)

RGB channels and saturation

R 46 of 255 = 18%
G 150 of 255 = 59%
B 189 of 255 = 74%

46
150
189

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

Portions of RGB colors in percentages

R + G + B =
46 + 150 + 189 = 385 (100%)
R 46 of 385 ~ 11.95%
G 150 of 385 ~ 38.96%
B 189 of 385 ~ 49.09%

%11.95
%38.96
%49.09

CMYK color model

#2E96BD color CMYK value is (76,21,0,26).

  • cyan value is 75.66%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(76,21,0,26)
C76M21Y0K26 
(76%,21%,0%,26%)
(0.76/0.21/0.00/0.26)	

CMYK percentages

%75.66
%20.63
%0
%25.88

Codes

Color #2E96BD in popluar color models

2E96BD
RGB46150189
HSL196°60.85%46.08%
HSB/HSV196°75.66%74.12%
CMYK75.66%20.63%0.00%
25.88%

Color #2E96BD in popluar number systems.

HEX2E96BD
Decimal46150189
Binary1011101001011010111101
Octal56226275

Shades and tints

Shades of #2E96BD

#2E96BD
(46,150,189)
#2A89AC
(42,137,172)
#267C9B
(38,124,155)
#226F8A
(34,111,138)
#1E6279
(30,98,121)
#1A5568
(26,85,104)
#164857
(22,72,87)
#123B46
(18,59,70)
#0E2E35
(14,46,53)
#0A2124
(10,33,36)
#061413
(6,20,19)
#000000
(0,0,0)

Tints of #2E96BD

#2E96BD
(46,150,189)
#419FC3
(65,159,195)
#54A8C9
(84,168,201)
#67B1CF
(103,177,207)
#7ABAD5
(122,186,213)
#8DC3DB
(141,195,219)
#A0CCE1
(160,204,225)
#B3D5E7
(179,213,231)
#C6DEED
(198,222,237)
#D9E7F3
(217,231,243)
#ECF0F9
(236,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E96BD color. Also use rgb(46,150,189) instead hex code.

Text Font Color

.myTextColor { color: #2E96BD; }

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

This text font color is #2E96BD.


Background Color

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

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

This div background color is #2E96BD.


Border color

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

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

This div border color is #2E96BD.


Opacity

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

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

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

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

This text has shadow with #2E96BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E96BD on black background.


Color preview on white background

This text has color #2E96BD on white background.



Black color preview on #2E96BD background

This text has black color on #2E96BD background.


White color preview on #2E96BD background

This text has white color on #2E96BD background.