COLOR #6ECDAC

HEX: #6ECDAC RGB: (110,205,172)

Color info

#6ECDAC contains mainly green and blue colors. Web safe color of #6ECDAC is #66CC99 (or #6C9).

RGB color model

#6ECDAC color RGB value is (110,205,172).

RGB: (110,205,172) (43%, 80%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 205 of 255 = 80%
B 172 of 255 = 67%

110
205
172

R + G + B ~ 63%. #6ECDAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 205 + 172 = 487 (100%)
R 110 of 487 ~ 22.59%
G 205 of 487 ~ 42.09%
B 172 of 487 ~ 35.32'%

%22.59
%42.09
%35.32

CMYK color model

#6ECDAC color CMYK value is (46,0,16,20).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 19.61%

CMYK: (46,0,16,20)
C46M0Y16K20 (46%, 0%, 16%, 20%)
(0.46 / 0.00 / 0.16 / 0.20)

CMYK percentages

%46.34
%0
%16.1
%19.61

Codes

Color #6ECDAC in popluar color models

6E CD AC
RGB 110 205 172
HSL 159° 48.72% 61.76%
HSB/HSV 159° 46.34% 80.39%
CMYK 46.34% 0.00% 16.10%
19.61%

Color #6ECDAC in popluar number systems.

HEX 6E CD AC
Decimal 110 205 172
Binary 1101110 11001101 10101100
Octal 156 315 254

Shades and tints

Shades of #6ECDAC

#6ECDAC
(110,205,172)
#64BB9D
(100,187,157)
#5AA98E
(90,169,142)
#50977F
(80,151,127)
#468570
(70,133,112)
#3C7361
(60,115,97)
#326152
(50,97,82)
#284F43
(40,79,67)
#1E3D34
(30,61,52)
#142B25
(20,43,37)
#0A1916
(10,25,22)
#000000
(0,0,0)

Tints of #6ECDAC

#6ECDAC
(110,205,172)
#7BD1B3
(123,209,179)
#88D5BA
(136,213,186)
#95D9C1
(149,217,193)
#A2DDC8
(162,221,200)
#AFE1CF
(175,225,207)
#BCE5D6
(188,229,214)
#C9E9DD
(201,233,221)
#D6EDE4
(214,237,228)
#E3F1EB
(227,241,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ECDAC color. Also use rgb(110,205,172) instead hex code.

Text Font Color

.myTextColor { color: #6ECDAC; }

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

This text font color is #6ECDAC.

Background Color

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

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

This div background color is #6ECDAC.

Border color

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

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

This div border color is #6ECDAC.

Opacity

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

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

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

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

This text has shadow with #6ECDAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ECDAC.

Preview

Color preview on black background

This text has color #6ECDAC on black background.


Color preview on white background

This text has color #6ECDAC on white background.


Black color preview on #6ECDAC background

This text has black color on #6ECDAC background.


White color preview on #6ECDAC background

This text has white color on #6ECDAC background.


Related colors

Complementary color

Complementary color for #hex is #913253.


I love getcolorcode.com

Triadic colors

1 #AC6ECD and #CDAC6E with #6ECDAC are triadic colors.

2 #ACCD6E and #CD6EAC with #6ECDAC are triadic colors.