COLOR #6AECD1

HEX: #6AECD1
RGB: (106,236,209)

Color info

#6AECD1 contains mainly green and blue colors. Web safe color of #6AECD1 is #66FFCC (or #6FC).

RGB color model

#6AECD1 color RGB value is (106,236,209).

  • red value is 106;
  • green value is 236;
  • blue value is 209.
RGB:
(106,236,209)
(42%,93%,82%)

RGB channels and saturation

R 106 of 255 = 42%
G 236 of 255 = 93%
B 209 of 255 = 82%

106
236
209

R + G + B ~ 72%. #6AECD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 236 + 209 = 551 (100%)
R 106 of 551 ~ 19.24%
G 236 of 551 ~ 42.83%
B 209 of 551 ~ 37.93%

%19.24
%42.83
%37.93

CMYK color model

#6AECD1 color CMYK value is (55,0,11,7).

  • cyan value is 55.08%
  • magenta value is 0.00%
  • yellow value is 11.44%
  • key color value is 7.45%
CMYK:
(55,0,11,7)
C55M0Y11K7 
(55%,0%,11%,7%)
(0.55/0.00/0.11/0.07)	

CMYK percentages

%55.08
%0
%11.44
%7.45

Codes

Color #6AECD1 in popluar color models

6AECD1
RGB106236209
HSL168°77.38%67.06%
HSB/HSV168°55.08%92.55%
CMYK55.08%0.00%11.44%
7.45%

Color #6AECD1 in popluar number systems.

HEX6AECD1
Decimal106236209
Binary11010101110110011010001
Octal152354321

Shades and tints

Shades of #6AECD1

#6AECD1
(106,236,209)
#61D7BE
(97,215,190)
#58C2AB
(88,194,171)
#4FAD98
(79,173,152)
#469885
(70,152,133)
#3D8372
(61,131,114)
#346E5F
(52,110,95)
#2B594C
(43,89,76)
#224439
(34,68,57)
#192F26
(25,47,38)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #6AECD1

#6AECD1
(106,236,209)
#77EDD5
(119,237,213)
#84EED9
(132,238,217)
#91EFDD
(145,239,221)
#9EF0E1
(158,240,225)
#ABF1E5
(171,241,229)
#B8F2E9
(184,242,233)
#C5F3ED
(197,243,237)
#D2F4F1
(210,244,241)
#DFF5F5
(223,245,245)
#ECF6F9
(236,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AECD1 color. Also use rgb(106,236,209) instead hex code.

Text Font Color

.myTextColor { color: #6AECD1; }

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

This text font color is #6AECD1.


Background Color

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

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

This div background color is #6AECD1.


Border color

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

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

This div border color is #6AECD1.


Opacity

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

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

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

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

This text has shadow with #6AECD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AECD1 on black background.


Color preview on white background

This text has color #6AECD1 on white background.



Black color preview on #6AECD1 background

This text has black color on #6AECD1 background.


White color preview on #6AECD1 background

This text has white color on #6AECD1 background.