COLOR #56A7EC

HEX: #56A7EC
RGB: (86,167,236)

Color info

#56A7EC contains mainly blue color. Web safe color of #56A7EC is #6699FF (or #69F).

RGB color model

#56A7EC color RGB value is (86,167,236).

  • red value is 86;
  • green value is 167;
  • blue value is 236.
RGB:
(86,167,236)
(34%,65%,93%)

RGB channels and saturation

R 86 of 255 = 34%
G 167 of 255 = 65%
B 236 of 255 = 93%

86
167
236

R + G + B ~ 64%. #56A7EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 167 + 236 = 489 (100%)
R 86 of 489 ~ 17.59%
G 167 of 489 ~ 34.15%
B 236 of 489 ~ 48.26%

%17.59
%34.15
%48.26

CMYK color model

#56A7EC color CMYK value is (64,29,0,7).

  • cyan value is 63.56%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(64,29,0,7)
C64M29Y0K7 
(64%,29%,0%,7%)
(0.64/0.29/0.00/0.07)	

CMYK percentages

%63.56
%29.24
%0
%7.45

Codes

Color #56A7EC in popluar color models

56A7EC
RGB86167236
HSL208°79.79%63.14%
HSB/HSV208°63.56%92.55%
CMYK63.56%29.24%0.00%
7.45%

Color #56A7EC in popluar number systems.

HEX56A7EC
Decimal86167236
Binary10101101010011111101100
Octal126247354

Shades and tints

Shades of #56A7EC

#56A7EC
(86,167,236)
#4F98D7
(79,152,215)
#4889C2
(72,137,194)
#417AAD
(65,122,173)
#3A6B98
(58,107,152)
#335C83
(51,92,131)
#2C4D6E
(44,77,110)
#253E59
(37,62,89)
#1E2F44
(30,47,68)
#17202F
(23,32,47)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #56A7EC

#56A7EC
(86,167,236)
#65AFED
(101,175,237)
#74B7EE
(116,183,238)
#83BFEF
(131,191,239)
#92C7F0
(146,199,240)
#A1CFF1
(161,207,241)
#B0D7F2
(176,215,242)
#BFDFF3
(191,223,243)
#CEE7F4
(206,231,244)
#DDEFF5
(221,239,245)
#ECF7F6
(236,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A7EC color. Also use rgb(86,167,236) instead hex code.

Text Font Color

.myTextColor { color: #56A7EC; }

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

This text font color is #56A7EC.


Background Color

.myBgColor { background-color: #56A7EC; }

<div style="background-color:#56A7EC">Inner text</div>

This div background color is #56A7EC.


Border color

.myBorderColor { border: 1px solid #56A7EC; }

<div style="border:3px solid #56A7EC">Div</div>

This div border color is #56A7EC.


Opacity

.myOpacity80 { color: #56A7EC; opacity: 0.8; }

<p style="color:#56A7EC;opacity:0.8;">80%</p>

Text with #56A7EC 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 #56A7EC;}

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

This text has shadow with #56A7EC color.

.textShadow {text-shadow: 3px 3px 1px #56A7EC, 3px 3px 1px red;}

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

This text has shadow with #56A7EC primary color and red secondary color.


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

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

This text has shadow with #56A7EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A7EC on black background.


Color preview on white background

This text has color #56A7EC on white background.



Black color preview on #56A7EC background

This text has black color on #56A7EC background.


White color preview on #56A7EC background

This text has white color on #56A7EC background.