COLOR #56ADA8

HEX: #56ADA8
RGB: (86,173,168)

Color info

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

RGB color model

#56ADA8 color RGB value is (86,173,168).

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

RGB channels and saturation

R 86 of 255 = 34%
G 173 of 255 = 68%
B 168 of 255 = 66%

86
173
168

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

Portions of RGB colors in percentages

R + G + B =
86 + 173 + 168 = 427 (100%)
R 86 of 427 ~ 20.14%
G 173 of 427 ~ 40.52%
B 168 of 427 ~ 39.34%

%20.14
%40.52
%39.34

CMYK color model

#56ADA8 color CMYK value is (50,0,3,32).

  • cyan value is 50.29%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(50,0,3,32)
C50M0Y3K32 
(50%,0%,3%,32%)
(0.50/0.00/0.03/0.32)	

CMYK percentages

%50.29
%0
%2.89
%32.16

Codes

Color #56ADA8 in popluar color models

56ADA8
RGB86173168
HSL177°34.66%50.78%
HSB/HSV177°50.29%67.84%
CMYK50.29%0.00%2.89%
32.16%

Color #56ADA8 in popluar number systems.

HEX56ADA8
Decimal86173168
Binary10101101010110110101000
Octal126255250

Shades and tints

Shades of #56ADA8

#56ADA8
(86,173,168)
#4F9E99
(79,158,153)
#488F8A
(72,143,138)
#41807B
(65,128,123)
#3A716C
(58,113,108)
#33625D
(51,98,93)
#2C534E
(44,83,78)
#25443F
(37,68,63)
#1E3530
(30,53,48)
#172621
(23,38,33)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #56ADA8

#56ADA8
(86,173,168)
#65B4AF
(101,180,175)
#74BBB6
(116,187,182)
#83C2BD
(131,194,189)
#92C9C4
(146,201,196)
#A1D0CB
(161,208,203)
#B0D7D2
(176,215,210)
#BFDED9
(191,222,217)
#CEE5E0
(206,229,224)
#DDECE7
(221,236,231)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56ADA8; }

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

This text font color is #56ADA8.


Background Color

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

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

This div background color is #56ADA8.


Border color

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

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

This div border color is #56ADA8.


Opacity

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

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

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

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

This text has shadow with #56ADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56ADA8 on black background.


Color preview on white background

This text has color #56ADA8 on white background.



Black color preview on #56ADA8 background

This text has black color on #56ADA8 background.


White color preview on #56ADA8 background

This text has white color on #56ADA8 background.