COLOR #1ED6E6

HEX: #1ED6E6
RGB: (30,214,230)

Color info

#1ED6E6 contains mainly green and blue colors. Web safe color of #1ED6E6 is #33CCCC (or #3CC).

RGB color model

#1ED6E6 color RGB value is (30,214,230).

  • red value is 30;
  • green value is 214;
  • blue value is 230.
RGB:
(30,214,230)
(12%,84%,90%)

RGB channels and saturation

R 30 of 255 = 12%
G 214 of 255 = 84%
B 230 of 255 = 90%

30
214
230

R + G + B ~ 62%. #1ED6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
30 + 214 + 230 = 474 (100%)
R 30 of 474 ~ 6.33%
G 214 of 474 ~ 45.15%
B 230 of 474 ~ 48.52%

%45.15
%48.52

CMYK color model

#1ED6E6 color CMYK value is (87,7,0,10).

  • cyan value is 86.96%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(87,7,0,10)
C87M7Y0K10 
(87%,7%,0%,10%)
(0.87/0.07/0.00/0.10)	

CMYK percentages

%86.96
%6.96
%0
%9.8

Codes

Color #1ED6E6 in popluar color models

1ED6E6
RGB30214230
HSL185°80.00%50.98%
HSB/HSV185°86.96%90.20%
CMYK86.96%6.96%0.00%
9.80%

Color #1ED6E6 in popluar number systems.

HEX1ED6E6
Decimal30214230
Binary111101101011011100110
Octal36326346

Shades and tints

Shades of #1ED6E6

#1ED6E6
(30,214,230)
#1CC3D2
(28,195,210)
#1AB0BE
(26,176,190)
#189DAA
(24,157,170)
#168A96
(22,138,150)
#147782
(20,119,130)
#12646E
(18,100,110)
#10515A
(16,81,90)
#0E3E46
(14,62,70)
#0C2B32
(12,43,50)
#0A181E
(10,24,30)
#000000
(0,0,0)

Tints of #1ED6E6

#1ED6E6
(30,214,230)
#32D9E8
(50,217,232)
#46DCEA
(70,220,234)
#5ADFEC
(90,223,236)
#6EE2EE
(110,226,238)
#82E5F0
(130,229,240)
#96E8F2
(150,232,242)
#AAEBF4
(170,235,244)
#BEEEF6
(190,238,246)
#D2F1F8
(210,241,248)
#E6F4FA
(230,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED6E6 color. Also use rgb(30,214,230) instead hex code.

Text Font Color

.myTextColor { color: #1ED6E6; }

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

This text font color is #1ED6E6.


Background Color

.myBgColor { background-color: #1ED6E6; }

<div style="background-color:#1ED6E6">Inner text</div>

This div background color is #1ED6E6.


Border color

.myBorderColor { border: 1px solid #1ED6E6; }

<div style="border:3px solid #1ED6E6">Div</div>

This div border color is #1ED6E6.


Opacity

.myOpacity80 { color: #1ED6E6; opacity: 0.8; }

<p style="color:#1ED6E6;opacity:0.8;">80%</p>

Text with #1ED6E6 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 #1ED6E6;}

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

This text has shadow with #1ED6E6 color.

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

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

This text has shadow with #1ED6E6 primary color and red secondary color.


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

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

This text has shadow with #1ED6E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ED6E6 on black background.


Color preview on white background

This text has color #1ED6E6 on white background.



Black color preview on #1ED6E6 background

This text has black color on #1ED6E6 background.


White color preview on #1ED6E6 background

This text has white color on #1ED6E6 background.