COLOR #56E2E7

HEX: #56E2E7
RGB: (86,226,231)

Color info

#56E2E7 contains mainly green and blue colors. Web safe color of #56E2E7 is #66CCFF (or #6CF).

RGB color model

#56E2E7 color RGB value is (86,226,231).

  • red value is 86;
  • green value is 226;
  • blue value is 231.
RGB:
(86,226,231)
(34%,89%,91%)

RGB channels and saturation

R 86 of 255 = 34%
G 226 of 255 = 89%
B 231 of 255 = 91%

86
226
231

R + G + B ~ 71%. #56E2E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 226 + 231 = 543 (100%)
R 86 of 543 ~ 15.84%
G 226 of 543 ~ 41.62%
B 231 of 543 ~ 42.54%

%15.84
%41.62
%42.54

CMYK color model

#56E2E7 color CMYK value is (63,2,0,9).

  • cyan value is 62.77%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(63,2,0,9)
C63M2Y0K9 
(63%,2%,0%,9%)
(0.63/0.02/0.00/0.09)	

CMYK percentages

%62.77
%2.16
%0
%9.41

Codes

Color #56E2E7 in popluar color models

56E2E7
RGB86226231
HSL182°75.13%62.16%
HSB/HSV182°62.77%90.59%
CMYK62.77%2.16%0.00%
9.41%

Color #56E2E7 in popluar number systems.

HEX56E2E7
Decimal86226231
Binary10101101110001011100111
Octal126342347

Shades and tints

Shades of #56E2E7

#56E2E7
(86,226,231)
#4FCED2
(79,206,210)
#48BABD
(72,186,189)
#41A6A8
(65,166,168)
#3A9293
(58,146,147)
#337E7E
(51,126,126)
#2C6A69
(44,106,105)
#255654
(37,86,84)
#1E423F
(30,66,63)
#172E2A
(23,46,42)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #56E2E7

#56E2E7
(86,226,231)
#65E4E9
(101,228,233)
#74E6EB
(116,230,235)
#83E8ED
(131,232,237)
#92EAEF
(146,234,239)
#A1ECF1
(161,236,241)
#B0EEF3
(176,238,243)
#BFF0F5
(191,240,245)
#CEF2F7
(206,242,247)
#DDF4F9
(221,244,249)
#ECF6FB
(236,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56E2E7 color. Also use rgb(86,226,231) instead hex code.

Text Font Color

.myTextColor { color: #56E2E7; }

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

This text font color is #56E2E7.


Background Color

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

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

This div background color is #56E2E7.


Border color

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

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

This div border color is #56E2E7.


Opacity

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

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

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

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

This text has shadow with #56E2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56E2E7 on black background.


Color preview on white background

This text has color #56E2E7 on white background.



Black color preview on #56E2E7 background

This text has black color on #56E2E7 background.


White color preview on #56E2E7 background

This text has white color on #56E2E7 background.