COLOR #2E99D3

HEX: #2E99D3
RGB: (46,153,211)

Color info

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

RGB color model

#2E99D3 color RGB value is (46,153,211).

  • red value is 46;
  • green value is 153;
  • blue value is 211.
RGB:
(46,153,211)
(18%,60%,83%)

RGB channels and saturation

R 46 of 255 = 18%
G 153 of 255 = 60%
B 211 of 255 = 83%

46
153
211

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

Portions of RGB colors in percentages

R + G + B =
46 + 153 + 211 = 410 (100%)
R 46 of 410 ~ 11.22%
G 153 of 410 ~ 37.32%
B 211 of 410 ~ 51.46%

%11.22
%37.32
%51.46

CMYK color model

#2E99D3 color CMYK value is (78,27,0,17).

  • cyan value is 78.20%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(78,27,0,17)
C78M27Y0K17 
(78%,27%,0%,17%)
(0.78/0.27/0.00/0.17)	

CMYK percentages

%78.2
%27.49
%0
%17.25

Codes

Color #2E99D3 in popluar color models

2E99D3
RGB46153211
HSL201°65.22%50.39%
HSB/HSV201°78.20%82.75%
CMYK78.20%27.49%0.00%
17.25%

Color #2E99D3 in popluar number systems.

HEX2E99D3
Decimal46153211
Binary1011101001100111010011
Octal56231323

Shades and tints

Shades of #2E99D3

#2E99D3
(46,153,211)
#2A8CC0
(42,140,192)
#267FAD
(38,127,173)
#22729A
(34,114,154)
#1E6587
(30,101,135)
#1A5874
(26,88,116)
#164B61
(22,75,97)
#123E4E
(18,62,78)
#0E313B
(14,49,59)
#0A2428
(10,36,40)
#061715
(6,23,21)
#000000
(0,0,0)

Tints of #2E99D3

#2E99D3
(46,153,211)
#41A2D7
(65,162,215)
#54ABDB
(84,171,219)
#67B4DF
(103,180,223)
#7ABDE3
(122,189,227)
#8DC6E7
(141,198,231)
#A0CFEB
(160,207,235)
#B3D8EF
(179,216,239)
#C6E1F3
(198,225,243)
#D9EAF7
(217,234,247)
#ECF3FB
(236,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E99D3 color. Also use rgb(46,153,211) instead hex code.

Text Font Color

.myTextColor { color: #2E99D3; }

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

This text font color is #2E99D3.


Background Color

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

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

This div background color is #2E99D3.


Border color

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

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

This div border color is #2E99D3.


Opacity

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

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

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

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

This text has shadow with #2E99D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E99D3 on black background.


Color preview on white background

This text has color #2E99D3 on white background.



Black color preview on #2E99D3 background

This text has black color on #2E99D3 background.


White color preview on #2E99D3 background

This text has white color on #2E99D3 background.