COLOR #56ADB3

HEX: #56ADB3
RGB: (86,173,179)

Color info

#56ADB3 contains mainly green and blue colors. Web safe color of #56ADB3 is #669999 (or #699).

RGB color model

#56ADB3 color RGB value is (86,173,179).

  • red value is 86;
  • green value is 173;
  • blue value is 179.
RGB:
(86,173,179)
(34%,68%,70%)

RGB channels and saturation

R 86 of 255 = 34%
G 173 of 255 = 68%
B 179 of 255 = 70%

86
173
179

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

Portions of RGB colors in percentages

R + G + B =
86 + 173 + 179 = 438 (100%)
R 86 of 438 ~ 19.63%
G 173 of 438 ~ 39.5%
B 179 of 438 ~ 40.87%

%19.63
%39.5
%40.87

CMYK color model

#56ADB3 color CMYK value is (52,3,0,30).

  • cyan value is 51.96%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(52,3,0,30)
C52M3Y0K30 
(52%,3%,0%,30%)
(0.52/0.03/0.00/0.30)	

CMYK percentages

%51.96
%3.35
%0
%29.8

Codes

Color #56ADB3 in popluar color models

56ADB3
RGB86173179
HSL184°37.96%51.96%
HSB/HSV184°51.96%70.20%
CMYK51.96%3.35%0.00%
29.80%

Color #56ADB3 in popluar number systems.

HEX56ADB3
Decimal86173179
Binary10101101010110110110011
Octal126255263

Shades and tints

Shades of #56ADB3

#56ADB3
(86,173,179)
#4F9EA3
(79,158,163)
#488F93
(72,143,147)
#418083
(65,128,131)
#3A7173
(58,113,115)
#336263
(51,98,99)
#2C5353
(44,83,83)
#254443
(37,68,67)
#1E3533
(30,53,51)
#172623
(23,38,35)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #56ADB3

#56ADB3
(86,173,179)
#65B4B9
(101,180,185)
#74BBBF
(116,187,191)
#83C2C5
(131,194,197)
#92C9CB
(146,201,203)
#A1D0D1
(161,208,209)
#B0D7D7
(176,215,215)
#BFDEDD
(191,222,221)
#CEE5E3
(206,229,227)
#DDECE9
(221,236,233)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56ADB3 color. Also use rgb(86,173,179) instead hex code.

Text Font Color

.myTextColor { color: #56ADB3; }

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

This text font color is #56ADB3.


Background Color

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

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

This div background color is #56ADB3.


Border color

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

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

This div border color is #56ADB3.


Opacity

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

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

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

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

This text has shadow with #56ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56ADB3 on black background.


Color preview on white background

This text has color #56ADB3 on white background.



Black color preview on #56ADB3 background

This text has black color on #56ADB3 background.


White color preview on #56ADB3 background

This text has white color on #56ADB3 background.