COLOR #6ED1E0

HEX: #6ED1E0
RGB: (110,209,224)

Color info

#6ED1E0 contains mainly green and blue colors. Web safe color of #6ED1E0 is #66CCCC (or #6CC).

RGB color model

#6ED1E0 color RGB value is (110,209,224).

  • red value is 110;
  • green value is 209;
  • blue value is 224.
RGB:
(110,209,224)
(43%,82%,88%)

RGB channels and saturation

R 110 of 255 = 43%
G 209 of 255 = 82%
B 224 of 255 = 88%

110
209
224

R + G + B ~ 71%. #6ED1E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 209 + 224 = 543 (100%)
R 110 of 543 ~ 20.26%
G 209 of 543 ~ 38.49%
B 224 of 543 ~ 41.25%

%20.26
%38.49
%41.25

CMYK color model

#6ED1E0 color CMYK value is (51,7,0,12).

  • cyan value is 50.89%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(51,7,0,12)
C51M7Y0K12 
(51%,7%,0%,12%)
(0.51/0.07/0.00/0.12)	

CMYK percentages

%50.89
%6.7
%0
%12.16

Codes

Color #6ED1E0 in popluar color models

6ED1E0
RGB110209224
HSL188°64.77%65.49%
HSB/HSV188°50.89%87.84%
CMYK50.89%6.70%0.00%
12.16%

Color #6ED1E0 in popluar number systems.

HEX6ED1E0
Decimal110209224
Binary11011101101000111100000
Octal156321340

Shades and tints

Shades of #6ED1E0

#6ED1E0
(110,209,224)
#64BECC
(100,190,204)
#5AABB8
(90,171,184)
#5098A4
(80,152,164)
#468590
(70,133,144)
#3C727C
(60,114,124)
#325F68
(50,95,104)
#284C54
(40,76,84)
#1E3940
(30,57,64)
#14262C
(20,38,44)
#0A1318
(10,19,24)
#000000
(0,0,0)

Tints of #6ED1E0

#6ED1E0
(110,209,224)
#7BD5E2
(123,213,226)
#88D9E4
(136,217,228)
#95DDE6
(149,221,230)
#A2E1E8
(162,225,232)
#AFE5EA
(175,229,234)
#BCE9EC
(188,233,236)
#C9EDEE
(201,237,238)
#D6F1F0
(214,241,240)
#E3F5F2
(227,245,242)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED1E0 color. Also use rgb(110,209,224) instead hex code.

Text Font Color

.myTextColor { color: #6ED1E0; }

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

This text font color is #6ED1E0.


Background Color

.myBgColor { background-color: #6ED1E0; }

<div style="background-color:#6ED1E0">Inner text</div>

This div background color is #6ED1E0.


Border color

.myBorderColor { border: 1px solid #6ED1E0; }

<div style="border:3px solid #6ED1E0">Div</div>

This div border color is #6ED1E0.


Opacity

.myOpacity80 { color: #6ED1E0; opacity: 0.8; }

<p style="color:#6ED1E0;opacity:0.8;">80%</p>

Text with #6ED1E0 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 #6ED1E0;}

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

This text has shadow with #6ED1E0 color.

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

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

This text has shadow with #6ED1E0 primary color and red secondary color.


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

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

This text has shadow with #6ED1E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED1E0 on black background.


Color preview on white background

This text has color #6ED1E0 on white background.



Black color preview on #6ED1E0 background

This text has black color on #6ED1E0 background.


White color preview on #6ED1E0 background

This text has white color on #6ED1E0 background.