COLOR #5E9CDE

HEX: #5E9CDE
RGB: (94,156,222)

Color info

#5E9CDE contains mainly blue color. Web safe color of #5E9CDE is #6699CC (or #69C).

RGB color model

#5E9CDE color RGB value is (94,156,222).

  • red value is 94;
  • green value is 156;
  • blue value is 222.
RGB:
(94,156,222)
(37%,61%,87%)

RGB channels and saturation

R 94 of 255 = 37%
G 156 of 255 = 61%
B 222 of 255 = 87%

94
156
222

R + G + B ~ 62%. #5E9CDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 156 + 222 = 472 (100%)
R 94 of 472 ~ 19.92%
G 156 of 472 ~ 33.05%
B 222 of 472 ~ 47.03%

%19.92
%33.05
%47.03

CMYK color model

#5E9CDE color CMYK value is (58,30,0,13).

  • cyan value is 57.66%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(58,30,0,13)
C58M30Y0K13 
(58%,30%,0%,13%)
(0.58/0.30/0.00/0.13)	

CMYK percentages

%57.66
%29.73
%0
%12.94

Codes

Color #5E9CDE in popluar color models

5E9CDE
RGB94156222
HSL211°65.98%61.96%
HSB/HSV211°57.66%87.06%
CMYK57.66%29.73%0.00%
12.94%

Color #5E9CDE in popluar number systems.

HEX5E9CDE
Decimal94156222
Binary10111101001110011011110
Octal136234336

Shades and tints

Shades of #5E9CDE

#5E9CDE
(94,156,222)
#568ECA
(86,142,202)
#4E80B6
(78,128,182)
#4672A2
(70,114,162)
#3E648E
(62,100,142)
#36567A
(54,86,122)
#2E4866
(46,72,102)
#263A52
(38,58,82)
#1E2C3E
(30,44,62)
#161E2A
(22,30,42)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #5E9CDE

#5E9CDE
(94,156,222)
#6CA5E1
(108,165,225)
#7AAEE4
(122,174,228)
#88B7E7
(136,183,231)
#96C0EA
(150,192,234)
#A4C9ED
(164,201,237)
#B2D2F0
(178,210,240)
#C0DBF3
(192,219,243)
#CEE4F6
(206,228,246)
#DCEDF9
(220,237,249)
#EAF6FC
(234,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9CDE color. Also use rgb(94,156,222) instead hex code.

Text Font Color

.myTextColor { color: #5E9CDE; }

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

This text font color is #5E9CDE.


Background Color

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

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

This div background color is #5E9CDE.


Border color

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

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

This div border color is #5E9CDE.


Opacity

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

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

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

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

This text has shadow with #5E9CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9CDE on black background.


Color preview on white background

This text has color #5E9CDE on white background.



Black color preview on #5E9CDE background

This text has black color on #5E9CDE background.


White color preview on #5E9CDE background

This text has white color on #5E9CDE background.