COLOR #6ECED9

HEX: #6ECED9
RGB: (110,206,217)

Color info

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

RGB color model

#6ECED9 color RGB value is (110,206,217).

  • red value is 110;
  • green value is 206;
  • blue value is 217.
RGB:
(110,206,217)
(43%,81%,85%)

RGB channels and saturation

R 110 of 255 = 43%
G 206 of 255 = 81%
B 217 of 255 = 85%

110
206
217

R + G + B ~ 70%. #6ECED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 206 + 217 = 533 (100%)
R 110 of 533 ~ 20.64%
G 206 of 533 ~ 38.65%
B 217 of 533 ~ 40.71%

%20.64
%38.65
%40.71

CMYK color model

#6ECED9 color CMYK value is (49,5,0,15).

  • cyan value is 49.31%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(49,5,0,15)
C49M5Y0K15 
(49%,5%,0%,15%)
(0.49/0.05/0.00/0.15)	

CMYK percentages

%49.31
%5.07
%0
%14.9

Codes

Color #6ECED9 in popluar color models

6ECED9
RGB110206217
HSL186°58.47%64.12%
HSB/HSV186°49.31%85.10%
CMYK49.31%5.07%0.00%
14.90%

Color #6ECED9 in popluar number systems.

HEX6ECED9
Decimal110206217
Binary11011101100111011011001
Octal156316331

Shades and tints

Shades of #6ECED9

#6ECED9
(110,206,217)
#64BCC6
(100,188,198)
#5AAAB3
(90,170,179)
#5098A0
(80,152,160)
#46868D
(70,134,141)
#3C747A
(60,116,122)
#326267
(50,98,103)
#285054
(40,80,84)
#1E3E41
(30,62,65)
#142C2E
(20,44,46)
#0A1A1B
(10,26,27)
#000000
(0,0,0)

Tints of #6ECED9

#6ECED9
(110,206,217)
#7BD2DC
(123,210,220)
#88D6DF
(136,214,223)
#95DAE2
(149,218,226)
#A2DEE5
(162,222,229)
#AFE2E8
(175,226,232)
#BCE6EB
(188,230,235)
#C9EAEE
(201,234,238)
#D6EEF1
(214,238,241)
#E3F2F4
(227,242,244)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ECED9 color. Also use rgb(110,206,217) instead hex code.

Text Font Color

.myTextColor { color: #6ECED9; }

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

This text font color is #6ECED9.


Background Color

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

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

This div background color is #6ECED9.


Border color

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

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

This div border color is #6ECED9.


Opacity

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

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

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

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

This text has shadow with #6ECED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ECED9 on black background.


Color preview on white background

This text has color #6ECED9 on white background.



Black color preview on #6ECED9 background

This text has black color on #6ECED9 background.


White color preview on #6ECED9 background

This text has white color on #6ECED9 background.