COLOR #6ECAD2

HEX: #6ECAD2
RGB: (110,202,210)

Color info

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

RGB color model

#6ECAD2 color RGB value is (110,202,210).

  • red value is 110;
  • green value is 202;
  • blue value is 210.
RGB:
(110,202,210)
(43%,79%,82%)

RGB channels and saturation

R 110 of 255 = 43%
G 202 of 255 = 79%
B 210 of 255 = 82%

110
202
210

R + G + B ~ 68%. #6ECAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 202 + 210 = 522 (100%)
R 110 of 522 ~ 21.07%
G 202 of 522 ~ 38.7%
B 210 of 522 ~ 40.23%

%21.07
%38.7
%40.23

CMYK color model

#6ECAD2 color CMYK value is (48,4,0,18).

  • cyan value is 47.62%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(48,4,0,18)
C48M4Y0K18 
(48%,4%,0%,18%)
(0.48/0.04/0.00/0.18)	

CMYK percentages

%47.62
%3.81
%0
%17.65

Codes

Color #6ECAD2 in popluar color models

6ECAD2
RGB110202210
HSL185°52.63%62.75%
HSB/HSV185°47.62%82.35%
CMYK47.62%3.81%0.00%
17.65%

Color #6ECAD2 in popluar number systems.

HEX6ECAD2
Decimal110202210
Binary11011101100101011010010
Octal156312322

Shades and tints

Shades of #6ECAD2

#6ECAD2
(110,202,210)
#64B8BF
(100,184,191)
#5AA6AC
(90,166,172)
#509499
(80,148,153)
#468286
(70,130,134)
#3C7073
(60,112,115)
#325E60
(50,94,96)
#284C4D
(40,76,77)
#1E3A3A
(30,58,58)
#142827
(20,40,39)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #6ECAD2

#6ECAD2
(110,202,210)
#7BCED6
(123,206,214)
#88D2DA
(136,210,218)
#95D6DE
(149,214,222)
#A2DAE2
(162,218,226)
#AFDEE6
(175,222,230)
#BCE2EA
(188,226,234)
#C9E6EE
(201,230,238)
#D6EAF2
(214,234,242)
#E3EEF6
(227,238,246)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ECAD2 color. Also use rgb(110,202,210) instead hex code.

Text Font Color

.myTextColor { color: #6ECAD2; }

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

This text font color is #6ECAD2.


Background Color

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

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

This div background color is #6ECAD2.


Border color

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

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

This div border color is #6ECAD2.


Opacity

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

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

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

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

This text has shadow with #6ECAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ECAD2 on black background.


Color preview on white background

This text has color #6ECAD2 on white background.



Black color preview on #6ECAD2 background

This text has black color on #6ECAD2 background.


White color preview on #6ECAD2 background

This text has white color on #6ECAD2 background.