COLOR #5E9ECC

HEX: #5E9ECC
RGB: (94,158,204)

Color info

#5E9ECC contains mainly green and blue colors. Web safe color of #5E9ECC is #6699CC (or #69C).

RGB color model

#5E9ECC color RGB value is (94,158,204).

  • red value is 94;
  • green value is 158;
  • blue value is 204.
RGB:
(94,158,204)
(37%,62%,80%)

RGB channels and saturation

R 94 of 255 = 37%
G 158 of 255 = 62%
B 204 of 255 = 80%

94
158
204

R + G + B ~ 60%. #5E9ECC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 158 + 204 = 456 (100%)
R 94 of 456 ~ 20.61%
G 158 of 456 ~ 34.65%
B 204 of 456 ~ 44.74%

%20.61
%34.65
%44.74

CMYK color model

#5E9ECC color CMYK value is (54,23,0,20).

  • cyan value is 53.92%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(54,23,0,20)
C54M23Y0K20 
(54%,23%,0%,20%)
(0.54/0.23/0.00/0.20)	

CMYK percentages

%53.92
%22.55
%0
%20

Codes

Color #5E9ECC in popluar color models

5E9ECC
RGB94158204
HSL205°51.89%58.43%
HSB/HSV205°53.92%80.00%
CMYK53.92%22.55%0.00%
20.00%

Color #5E9ECC in popluar number systems.

HEX5E9ECC
Decimal94158204
Binary10111101001111011001100
Octal136236314

Shades and tints

Shades of #5E9ECC

#5E9ECC
(94,158,204)
#5690BA
(86,144,186)
#4E82A8
(78,130,168)
#467496
(70,116,150)
#3E6684
(62,102,132)
#365872
(54,88,114)
#2E4A60
(46,74,96)
#263C4E
(38,60,78)
#1E2E3C
(30,46,60)
#16202A
(22,32,42)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #5E9ECC

#5E9ECC
(94,158,204)
#6CA6D0
(108,166,208)
#7AAED4
(122,174,212)
#88B6D8
(136,182,216)
#96BEDC
(150,190,220)
#A4C6E0
(164,198,224)
#B2CEE4
(178,206,228)
#C0D6E8
(192,214,232)
#CEDEEC
(206,222,236)
#DCE6F0
(220,230,240)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9ECC color. Also use rgb(94,158,204) instead hex code.

Text Font Color

.myTextColor { color: #5E9ECC; }

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

This text font color is #5E9ECC.


Background Color

.myBgColor { background-color: #5E9ECC; }

<div style="background-color:#5E9ECC">Inner text</div>

This div background color is #5E9ECC.


Border color

.myBorderColor { border: 1px solid #5E9ECC; }

<div style="border:3px solid #5E9ECC">Div</div>

This div border color is #5E9ECC.


Opacity

.myOpacity80 { color: #5E9ECC; opacity: 0.8; }

<p style="color:#5E9ECC;opacity:0.8;">80%</p>

Text with #5E9ECC 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 #5E9ECC;}

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

This text has shadow with #5E9ECC color.

.textShadow {text-shadow: 3px 3px 1px #5E9ECC, 3px 3px 1px red;}

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

This text has shadow with #5E9ECC primary color and red secondary color.


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

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

This text has shadow with #5E9ECC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9ECC on black background.


Color preview on white background

This text has color #5E9ECC on white background.



Black color preview on #5E9ECC background

This text has black color on #5E9ECC background.


White color preview on #5E9ECC background

This text has white color on #5E9ECC background.