COLOR #56A0D3

HEX: #56A0D3
RGB: (86,160,211)

Color info

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

RGB color model

#56A0D3 color RGB value is (86,160,211).

  • red value is 86;
  • green value is 160;
  • blue value is 211.
RGB:
(86,160,211)
(34%,63%,83%)

RGB channels and saturation

R 86 of 255 = 34%
G 160 of 255 = 63%
B 211 of 255 = 83%

86
160
211

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

Portions of RGB colors in percentages

R + G + B =
86 + 160 + 211 = 457 (100%)
R 86 of 457 ~ 18.82%
G 160 of 457 ~ 35.01%
B 211 of 457 ~ 46.17%

%18.82
%35.01
%46.17

CMYK color model

#56A0D3 color CMYK value is (59,24,0,17).

  • cyan value is 59.24%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(59,24,0,17)
C59M24Y0K17 
(59%,24%,0%,17%)
(0.59/0.24/0.00/0.17)	

CMYK percentages

%59.24
%24.17
%0
%17.25

Codes

Color #56A0D3 in popluar color models

56A0D3
RGB86160211
HSL204°58.69%58.24%
HSB/HSV204°59.24%82.75%
CMYK59.24%24.17%0.00%
17.25%

Color #56A0D3 in popluar number systems.

HEX56A0D3
Decimal86160211
Binary10101101010000011010011
Octal126240323

Shades and tints

Shades of #56A0D3

#56A0D3
(86,160,211)
#4F92C0
(79,146,192)
#4884AD
(72,132,173)
#41769A
(65,118,154)
#3A6887
(58,104,135)
#335A74
(51,90,116)
#2C4C61
(44,76,97)
#253E4E
(37,62,78)
#1E303B
(30,48,59)
#172228
(23,34,40)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #56A0D3

#56A0D3
(86,160,211)
#65A8D7
(101,168,215)
#74B0DB
(116,176,219)
#83B8DF
(131,184,223)
#92C0E3
(146,192,227)
#A1C8E7
(161,200,231)
#B0D0EB
(176,208,235)
#BFD8EF
(191,216,239)
#CEE0F3
(206,224,243)
#DDE8F7
(221,232,247)
#ECF0FB
(236,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A0D3 color. Also use rgb(86,160,211) instead hex code.

Text Font Color

.myTextColor { color: #56A0D3; }

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

This text font color is #56A0D3.


Background Color

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

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

This div background color is #56A0D3.


Border color

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

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

This div border color is #56A0D3.


Opacity

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

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

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

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

This text has shadow with #56A0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A0D3 on black background.


Color preview on white background

This text has color #56A0D3 on white background.



Black color preview on #56A0D3 background

This text has black color on #56A0D3 background.


White color preview on #56A0D3 background

This text has white color on #56A0D3 background.