COLOR #5E8DD2

HEX: #5E8DD2
RGB: (94,141,210)

Color info

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

RGB color model

#5E8DD2 color RGB value is (94,141,210).

  • red value is 94;
  • green value is 141;
  • blue value is 210.
RGB:
(94,141,210)
(37%,55%,82%)

RGB channels and saturation

R 94 of 255 = 37%
G 141 of 255 = 55%
B 210 of 255 = 82%

94
141
210

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

Portions of RGB colors in percentages

R + G + B =
94 + 141 + 210 = 445 (100%)
R 94 of 445 ~ 21.12%
G 141 of 445 ~ 31.69%
B 210 of 445 ~ 47.19%

%21.12
%31.69
%47.19

CMYK color model

#5E8DD2 color CMYK value is (55,33,0,18).

  • cyan value is 55.24%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(55,33,0,18)
C55M33Y0K18 
(55%,33%,0%,18%)
(0.55/0.33/0.00/0.18)	

CMYK percentages

%55.24
%32.86
%0
%17.65

Codes

Color #5E8DD2 in popluar color models

5E8DD2
RGB94141210
HSL216°56.31%59.61%
HSB/HSV216°55.24%82.35%
CMYK55.24%32.86%0.00%
17.65%

Color #5E8DD2 in popluar number systems.

HEX5E8DD2
Decimal94141210
Binary10111101000110111010010
Octal136215322

Shades and tints

Shades of #5E8DD2

#5E8DD2
(94,141,210)
#5681BF
(86,129,191)
#4E75AC
(78,117,172)
#466999
(70,105,153)
#3E5D86
(62,93,134)
#365173
(54,81,115)
#2E4560
(46,69,96)
#26394D
(38,57,77)
#1E2D3A
(30,45,58)
#162127
(22,33,39)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #5E8DD2

#5E8DD2
(94,141,210)
#6C97D6
(108,151,214)
#7AA1DA
(122,161,218)
#88ABDE
(136,171,222)
#96B5E2
(150,181,226)
#A4BFE6
(164,191,230)
#B2C9EA
(178,201,234)
#C0D3EE
(192,211,238)
#CEDDF2
(206,221,242)
#DCE7F6
(220,231,246)
#EAF1FA
(234,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8DD2 color. Also use rgb(94,141,210) instead hex code.

Text Font Color

.myTextColor { color: #5E8DD2; }

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

This text font color is #5E8DD2.


Background Color

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

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

This div background color is #5E8DD2.


Border color

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

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

This div border color is #5E8DD2.


Opacity

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

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

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

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

This text has shadow with #5E8DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8DD2 on black background.


Color preview on white background

This text has color #5E8DD2 on white background.



Black color preview on #5E8DD2 background

This text has black color on #5E8DD2 background.


White color preview on #5E8DD2 background

This text has white color on #5E8DD2 background.