COLOR #6EDCC2

HEX: #6EDCC2
RGB: (110,220,194)

Color info

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

RGB color model

#6EDCC2 color RGB value is (110,220,194).

  • red value is 110;
  • green value is 220;
  • blue value is 194.
RGB:
(110,220,194)
(43%,86%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 220 of 255 = 86%
B 194 of 255 = 76%

110
220
194

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

Portions of RGB colors in percentages

R + G + B =
110 + 220 + 194 = 524 (100%)
R 110 of 524 ~ 20.99%
G 220 of 524 ~ 41.98%
B 194 of 524 ~ 37.02%

%20.99
%41.98
%37.02

CMYK color model

#6EDCC2 color CMYK value is (50,0,12,14).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 13.73%
CMYK:
(50,0,12,14)
C50M0Y12K14 
(50%,0%,12%,14%)
(0.50/0.00/0.12/0.14)	

CMYK percentages

%50
%0
%11.82
%13.73

Codes

Color #6EDCC2 in popluar color models

6EDCC2
RGB110220194
HSL166°61.11%64.71%
HSB/HSV166°50.00%86.27%
CMYK50.00%0.00%11.82%
13.73%

Color #6EDCC2 in popluar number systems.

HEX6EDCC2
Decimal110220194
Binary11011101101110011000010
Octal156334302

Shades and tints

Shades of #6EDCC2

#6EDCC2
(110,220,194)
#64C8B1
(100,200,177)
#5AB4A0
(90,180,160)
#50A08F
(80,160,143)
#468C7E
(70,140,126)
#3C786D
(60,120,109)
#32645C
(50,100,92)
#28504B
(40,80,75)
#1E3C3A
(30,60,58)
#142829
(20,40,41)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #6EDCC2

#6EDCC2
(110,220,194)
#7BDFC7
(123,223,199)
#88E2CC
(136,226,204)
#95E5D1
(149,229,209)
#A2E8D6
(162,232,214)
#AFEBDB
(175,235,219)
#BCEEE0
(188,238,224)
#C9F1E5
(201,241,229)
#D6F4EA
(214,244,234)
#E3F7EF
(227,247,239)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDCC2 color. Also use rgb(110,220,194) instead hex code.

Text Font Color

.myTextColor { color: #6EDCC2; }

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

This text font color is #6EDCC2.


Background Color

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

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

This div background color is #6EDCC2.


Border color

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

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

This div border color is #6EDCC2.


Opacity

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

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

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

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

This text has shadow with #6EDCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EDCC2 on black background.


Color preview on white background

This text has color #6EDCC2 on white background.



Black color preview on #6EDCC2 background

This text has black color on #6EDCC2 background.


White color preview on #6EDCC2 background

This text has white color on #6EDCC2 background.